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