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