public enum PlTacheTypesCriteres extends Enum<PlTacheTypesCriteres> implements ILIbelleProvider
| Enum Constant and Description |
|---|
AFFAIRE |
COLLABORATEUR_MISSION |
COMPETENCE_COLLAB |
DIVISION |
ETAT_AFFAIRE |
SOCIETE |
| Modifier and Type | Method and Description |
|---|---|
String |
libelle() |
static List<String> |
toListeDouble() |
String |
value() |
static PlTacheTypesCriteres |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlTacheTypesCriteres[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PlTacheTypesCriteres AFFAIRE
public static final PlTacheTypesCriteres COLLABORATEUR_MISSION
public static final PlTacheTypesCriteres COMPETENCE_COLLAB
public static final PlTacheTypesCriteres ETAT_AFFAIRE
public static final PlTacheTypesCriteres DIVISION
public static final PlTacheTypesCriteres SOCIETE
public static PlTacheTypesCriteres[] values()
for (PlTacheTypesCriteres c : PlTacheTypesCriteres.values()) System.out.println(c);
public static PlTacheTypesCriteres 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 final String libelle()
libelle in interface ILIbelleProviderCopyright © 2016. All rights reserved.