public enum EtatApprobation extends Enum<EtatApprobation> implements IdentCodeLibelleIdentifiable
Enum Constant and Description |
---|
A_APPROUVER |
A_DEMANDER |
APPROUVE |
AUCUN |
REFUSE |
Modifier and Type | Field and Description |
---|---|
static EnumSet<EtatApprobation> |
ETATS_TERMINEES |
Modifier and Type | Method and Description |
---|---|
String |
getCode() |
Double |
getIdent() |
String |
getLibelle() |
static EtatApprobation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EtatApprobation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EtatApprobation AUCUN
public static final EtatApprobation A_DEMANDER
public static final EtatApprobation A_APPROUVER
public static final EtatApprobation REFUSE
public static final EtatApprobation APPROUVE
public static EnumSet<EtatApprobation> ETATS_TERMINEES
public static EtatApprobation[] values()
for (EtatApprobation c : EtatApprobation.values()) System.out.println(c);
public static EtatApprobation 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 Double getIdent()
getIdent
in interface IdentIdentifiable
public String getCode()
getCode
in interface CodeIdentifiable
public String getLibelle()
getLibelle
in interface Localisable
Copyright © 2016. All rights reserved.