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