public enum JourSemaine extends Enum<JourSemaine> implements CodeIdentifiable, IdentIdentifiable, Localisable
| Enum Constant and Description |
|---|
DIMANCHE |
JEUDI |
LUNDI |
MARDI |
MERCREDI |
SAMEDI |
VENDREDI |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
Double |
getIdent() |
String |
getLibelle() |
String |
value() |
static JourSemaine |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JourSemaine[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JourSemaine LUNDI
public static final JourSemaine MARDI
public static final JourSemaine MERCREDI
public static final JourSemaine JEUDI
public static final JourSemaine VENDREDI
public static final JourSemaine SAMEDI
public static final JourSemaine DIMANCHE
public static JourSemaine[] values()
for (JourSemaine c : JourSemaine.values()) System.out.println(c);
public static JourSemaine 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 String value()
public String getCode()
getCode in interface CodeIdentifiablepublic String getLibelle()
getLibelle in interface Localisablepublic Double getIdent()
getIdent in interface IdentIdentifiableCopyright © 2016. All rights reserved.