public enum DureesJoursPlanning extends Enum<DureesJoursPlanning> implements IdentIdentifiable, Localisable
Enum Constant and Description |
---|
DEMI_JOURNEE |
HEURE_MINUTE |
JOURNEE_CALENDAIRE |
JOURNEE_ENTIERE |
QUART_JOURNEE |
TROIS_QUART_JOURNEE |
Modifier and Type | Field and Description |
---|---|
static EnumSet<DureesJoursPlanning> |
PLANNING_HEURE |
static EnumSet<DureesJoursPlanning> |
PLANNING_JOUR |
Modifier and Type | Method and Description |
---|---|
static DureesJoursPlanning |
fromDureeSaisieJour(Double duree) |
Double |
getIdent() |
String |
getLibelle() |
static EnumSet<DureesJoursPlanning> |
getOptionsFromModeSaisiePlanning(ModeSaisiePlanning modeSaisie) |
String |
libelle() |
Double |
value() |
static DureesJoursPlanning |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DureesJoursPlanning[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DureesJoursPlanning JOURNEE_ENTIERE
public static final DureesJoursPlanning JOURNEE_CALENDAIRE
public static final DureesJoursPlanning TROIS_QUART_JOURNEE
public static final DureesJoursPlanning DEMI_JOURNEE
public static final DureesJoursPlanning QUART_JOURNEE
public static final DureesJoursPlanning HEURE_MINUTE
public static final EnumSet<DureesJoursPlanning> PLANNING_HEURE
public static final EnumSet<DureesJoursPlanning> PLANNING_JOUR
public static DureesJoursPlanning[] values()
for (DureesJoursPlanning c : DureesJoursPlanning.values()) System.out.println(c);
public static DureesJoursPlanning 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 nullpublic static final EnumSet<DureesJoursPlanning> getOptionsFromModeSaisiePlanning(ModeSaisiePlanning modeSaisie)
public static DureesJoursPlanning fromDureeSaisieJour(Double duree)
public final String libelle()
public final Double value()
public String getLibelle()
getLibelle
in interface Localisable
public Double getIdent()
getIdent
in interface IdentIdentifiable
Copyright © 2016. All rights reserved.