public enum GMAOEtatLocalisation extends Enum<GMAOEtatLocalisation> implements IdentIdentifiable
Enum Constant and Description |
---|
A_VALIDER |
EN_COURS |
FUTUR |
HISTORISE |
INACTIF |
Modifier and Type | Method and Description |
---|---|
Double |
getIdent() |
static String |
getLibelleEtat(Double etat) |
String |
libelleEtat() |
Double |
value() |
static GMAOEtatLocalisation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GMAOEtatLocalisation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GMAOEtatLocalisation EN_COURS
public static final GMAOEtatLocalisation INACTIF
public static final GMAOEtatLocalisation HISTORISE
public static final GMAOEtatLocalisation FUTUR
public static final GMAOEtatLocalisation A_VALIDER
public static GMAOEtatLocalisation[] values()
for (GMAOEtatLocalisation c : GMAOEtatLocalisation.values()) System.out.println(c);
public static GMAOEtatLocalisation 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 Double value()
public final String libelleEtat()
public Double getIdent()
getIdent
in interface IdentIdentifiable
Copyright © 2016. All rights reserved.