public enum EtatMandat extends Enum<EtatMandat> implements IdentIdentifiable, Localisable
Enum Constant and Description |
---|
ACTIF |
BROUILLON |
DESACTIVE |
EXPIRE |
REVISE |
REVOQUE |
Modifier and Type | Method and Description |
---|---|
boolean |
equalsIdent(Double ident) |
Double |
getIdent() |
String |
getLibelle() |
String |
libelle() |
static EtatMandat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EtatMandat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EtatMandat BROUILLON
public static final EtatMandat ACTIF
public static final EtatMandat DESACTIVE
public static final EtatMandat REVOQUE
public static final EtatMandat EXPIRE
public static final EtatMandat REVISE
public static EtatMandat[] values()
for (EtatMandat c : EtatMandat.values()) System.out.println(c);
public static EtatMandat 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()
public Double getIdent()
getIdent
in interface IdentIdentifiable
public boolean equalsIdent(Double ident)
public String getLibelle()
getLibelle
in interface Localisable
Copyright © 2016. All rights reserved.