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