public enum StatutDemandeAbsence extends Enum<StatutDemandeAbsence> implements CodeIdentifiable, Localisable
Modifier and Type | Method and Description |
---|---|
boolean |
equalsCode(String code) |
String |
getCode() |
String |
getLibelle() |
String |
value() |
static StatutDemandeAbsence |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatutDemandeAbsence[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StatutDemandeAbsence DEMANDE
public static final StatutDemandeAbsence ACCEPTEE
public static final StatutDemandeAbsence REFUSEE
public static final StatutDemandeAbsence ANNULEE
public static StatutDemandeAbsence[] values()
for (StatutDemandeAbsence c : StatutDemandeAbsence.values()) System.out.println(c);
public static StatutDemandeAbsence 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 final String getLibelle()
getLibelle
in interface Localisable
public String getCode()
getCode
in interface CodeIdentifiable
public boolean equalsCode(String code)
Copyright © 2016. All rights reserved.