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