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