public enum ModeSaisieTemps extends Enum<ModeSaisieTemps> implements IdentIdentifiable, CodeIdentifiable, Localisable
Enum Constant and Description |
---|
HEBDO_DETAILLEE_JOURS |
HEBDO_EN_FRACTION |
HEBDO_EN_HEURES |
HEBDO_EN_HEURES_CENTIEME |
HEBDO_EN_JOURS |
Modifier and Type | Field and Description |
---|---|
static EnumSet<ModeSaisieTemps> |
HEURES
Les Modes de saisie HEURE :
DETAILLEE_HEURES
SIMPLIFIEE_HEURES
MISSIONS_HEURES
HEBDO_EN_HEURES
HEBDO_EN_FRACTION
|
static EnumSet<ModeSaisieTemps> |
JOURS
Les Modes de saisie Jour :
HEBDO_EN_JOURS
HEBDO_DETAILLEE_JOURS
|
Modifier and Type | Method and Description |
---|---|
boolean |
equalsCode(String code) |
boolean |
equalsIdent(Double ident) |
String |
getCode() |
Double |
getIdent() |
String |
getLibelle() |
static UniteDeTemps |
getUniteCorrespondante(Double ident)
Deprecated.
|
UniteDePresentation |
getUnitePresentation() |
UniteDeStockage |
getUniteStockage() |
UniteDeTemps |
getUniteTps() |
static boolean |
isModeSaisieHeure(Double ident)
Indique si le mode de valorisation est en jour
|
static boolean |
isModeSaisieHeure(ModeSaisieTemps modeSaisieTemps)
Indique si le mode de valorisation est en jour
|
static boolean |
isModeSaisieJour(Double ident)
Indique si le mode de valorisation est en jour
|
static boolean |
isModeSaisieJour(ModeSaisieTemps mode) |
String |
toCaption() |
Double |
value() |
static ModeSaisieTemps |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModeSaisieTemps[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ModeSaisieTemps HEBDO_EN_HEURES
public static final ModeSaisieTemps HEBDO_EN_FRACTION
public static final ModeSaisieTemps HEBDO_EN_JOURS
public static final ModeSaisieTemps HEBDO_DETAILLEE_JOURS
public static final ModeSaisieTemps HEBDO_EN_HEURES_CENTIEME
public static final EnumSet<ModeSaisieTemps> JOURS
public static final EnumSet<ModeSaisieTemps> HEURES
public static ModeSaisieTemps[] values()
for (ModeSaisieTemps c : ModeSaisieTemps.values()) System.out.println(c);
public static ModeSaisieTemps valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null@Deprecated public static UniteDeTemps getUniteCorrespondante(Double ident)
getUniteTps()
public static boolean isModeSaisieJour(Double ident)
ident
- du mode de saisiepublic static boolean isModeSaisieJour(ModeSaisieTemps mode)
public static boolean isModeSaisieHeure(Double ident)
ident
- du mode de saisiepublic static boolean isModeSaisieHeure(ModeSaisieTemps modeSaisieTemps)
modeSaisieTemps
- mode de saisiepublic final Double value()
public Double getIdent()
getIdent
in interface IdentIdentifiable
public boolean equalsIdent(Double ident)
public String getLibelle()
getLibelle
in interface Localisable
public UniteDeTemps getUniteTps()
public String getCode()
getCode
in interface CodeIdentifiable
public boolean equalsCode(String code)
public UniteDePresentation getUnitePresentation()
public UniteDeStockage getUniteStockage()
public String toCaption()
Copyright © 2016. All rights reserved.