public enum ParametreGenerauxFC extends Enum<ParametreGenerauxFC> implements CodeIdentifiable
| Enum Constant and Description |
|---|
DEFAUT_EMAIL |
DUREE_FRACTIONNEMENT |
NOMBRE_HEUR_PJOUR |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
String |
value() |
static ParametreGenerauxFC |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParametreGenerauxFC[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ParametreGenerauxFC NOMBRE_HEUR_PJOUR
public static final ParametreGenerauxFC DUREE_FRACTIONNEMENT
public static final ParametreGenerauxFC DEFAUT_EMAIL
public static ParametreGenerauxFC[] values()
for (ParametreGenerauxFC c : ParametreGenerauxFC.values()) System.out.println(c);
public static ParametreGenerauxFC 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 final String value()
public String getCode()
getCode in interface CodeIdentifiableCopyright © 2016. All rights reserved.