public enum GMAOEtatMouvement extends Enum<GMAOEtatMouvement>
Modifier and Type | Method and Description |
---|---|
String |
value() |
static GMAOEtatMouvement |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GMAOEtatMouvement[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GMAOEtatMouvement EN_EXPLOITATION
public static final GMAOEtatMouvement HORS_EXPLOITATION
public static final GMAOEtatMouvement EN_PANNE
public static final GMAOEtatMouvement NON_REPARABLE
public static final GMAOEtatMouvement DETRUIT
public static final GMAOEtatMouvement DMD_DEP_SITE_SOUS_CONTRAT
public static final GMAOEtatMouvement DMD_DEP_ATELIER_SOUS_CONTRAT
public static final GMAOEtatMouvement DMD_DEP_SITE_HORS_CONTRAT
public static final GMAOEtatMouvement DMD_DEP_ATELIER_HORS_CONTRAT
public static final GMAOEtatMouvement MATERIEL_PRETE
public static final GMAOEtatMouvement DMD_RENVOI_FOURNISSEUR
public static final GMAOEtatMouvement ATTENTE_RETOUR_FOURNISSEUR
public static final GMAOEtatMouvement RETOUR_FOURNISSEUR
public static final GMAOEtatMouvement RAPPEL_CLIENT
public static final GMAOEtatMouvement SUIVI
public static GMAOEtatMouvement[] values()
for (GMAOEtatMouvement c : GMAOEtatMouvement.values()) System.out.println(c);
public static GMAOEtatMouvement 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()
Copyright © 2016. All rights reserved.