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