public enum GMAOUnitePosteBud extends Enum<GMAOUnitePosteBud> implements IdentIdentifiable, Localisable
| Modifier and Type | Method and Description |
|---|---|
Double |
getIdent() |
String |
getLibelle() |
Double |
value() |
static GMAOUnitePosteBud |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GMAOUnitePosteBud[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GMAOUnitePosteBud HEURE
public static final GMAOUnitePosteBud JOUR
public static GMAOUnitePosteBud[] values()
for (GMAOUnitePosteBud c : GMAOUnitePosteBud.values()) System.out.println(c);
public static GMAOUnitePosteBud 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 String getLibelle()
getLibelle in interface Localisablepublic Double getIdent()
getIdent in interface IdentIdentifiableCopyright © 2016. All rights reserved.