public enum GMAOEtatContrat extends Enum<GMAOEtatContrat> implements CodeIdentifiable, Localisable
Enum Constant and Description |
---|
ARCHIVE |
DEVIS |
EN_COURS |
MIS_EN_DEMEURE |
RESILIATION_CONTENTIEUSE |
RESILIE |
SIGNE_EN_ATTENTE |
SUSPENDU |
TOUS |
Modifier and Type | Method and Description |
---|---|
String |
getCode() |
String |
getLibelle() |
static String |
getLibelle(String etat) |
static List<GMAOEtatContrat> |
getValues() |
String |
libelle() |
String |
value() |
static GMAOEtatContrat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GMAOEtatContrat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GMAOEtatContrat TOUS
public static final GMAOEtatContrat DEVIS
public static final GMAOEtatContrat EN_COURS
public static final GMAOEtatContrat MIS_EN_DEMEURE
public static final GMAOEtatContrat SUSPENDU
public static final GMAOEtatContrat SIGNE_EN_ATTENTE
public static final GMAOEtatContrat RESILIE
public static final GMAOEtatContrat RESILIATION_CONTENTIEUSE
public static final GMAOEtatContrat ARCHIVE
public static GMAOEtatContrat[] values()
for (GMAOEtatContrat c : GMAOEtatContrat.values()) System.out.println(c);
public static GMAOEtatContrat 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 getLibelle()
getLibelle
in interface Localisable
public final String value()
public final String libelle()
public String getCode()
getCode
in interface CodeIdentifiable
public static List<GMAOEtatContrat> getValues()
Copyright © 2016. All rights reserved.