public enum TypeApprobation extends Enum<TypeApprobation> implements CodeIdentifiable, Localisable
Enum Constant and Description |
---|
BRUT |
CONTROLE |
DISSOCIE |
FACTURE |
GRATUIT |
NON_FACTURE |
REFUSE |
VALIDE |
Modifier and Type | Method and Description |
---|---|
boolean |
equalsCode(String code) |
String |
getCode() |
DMFEnum |
getDmf() |
String |
getLibelle() |
String |
getTypeApprobation() |
static TypeApprobation |
getTypeApprobation(String typeApp) |
static TypeApprobation[] |
listerTypeApprobations() |
static TypeApprobation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeApprobation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypeApprobation BRUT
public static final TypeApprobation CONTROLE
public static final TypeApprobation VALIDE
public static final TypeApprobation GRATUIT
public static final TypeApprobation NON_FACTURE
public static final TypeApprobation FACTURE
public static final TypeApprobation REFUSE
public static final TypeApprobation DISSOCIE
public static TypeApprobation[] values()
for (TypeApprobation c : TypeApprobation.values()) System.out.println(c);
public static TypeApprobation 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 static final TypeApprobation[] listerTypeApprobations()
public static TypeApprobation getTypeApprobation(String typeApp)
public String getLibelle()
getLibelle
in interface Localisable
public String getTypeApprobation()
public String getCode()
getCode
in interface CodeIdentifiable
public DMFEnum getDmf()
public boolean equalsCode(String code)
Copyright © 2016. All rights reserved.