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