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