public enum EtatDossier extends Enum<EtatDossier> implements CodeIdentifiable
Enum Constant and Description |
---|
ADMIS |
ANNULE |
ATTENTE |
DESISTEMENT |
INSCRIT |
PRE_INSCRIT |
REFUSE |
Modifier and Type | Field and Description |
---|---|
static EnumSet<EtatDossier> |
FACTURATION
Etat pris en compte dans la facturation
|
Modifier and Type | Method and Description |
---|---|
String |
getCode() |
String |
value() |
static EtatDossier |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EtatDossier[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EtatDossier ATTENTE
public static final EtatDossier PRE_INSCRIT
public static final EtatDossier INSCRIT
public static final EtatDossier ANNULE
public static final EtatDossier DESISTEMENT
public static final EtatDossier ADMIS
public static final EtatDossier REFUSE
public static final EnumSet<EtatDossier> FACTURATION
public static EtatDossier[] values()
for (EtatDossier c : EtatDossier.values()) System.out.println(c);
public static EtatDossier 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 CodeIdentifiable
Copyright © 2016. All rights reserved.