public enum TypeElementFacturation extends Enum<TypeElementFacturation> implements IdentIdentifiable, Localisable
| Enum Constant and Description |
|---|
AVANCEMENT |
COMPLET |
LIBRE |
POURCENTAGE |
| Modifier and Type | Method and Description |
|---|---|
Double |
getIdent() |
String |
getLibelle() |
Double |
getType() |
static TypeElementFacturation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeElementFacturation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypeElementFacturation COMPLET
public static final TypeElementFacturation AVANCEMENT
public static final TypeElementFacturation POURCENTAGE
public static final TypeElementFacturation LIBRE
public static TypeElementFacturation[] values()
for (TypeElementFacturation c : TypeElementFacturation.values()) System.out.println(c);
public static TypeElementFacturation 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 Double getType()
public String getLibelle()
getLibelle in interface Localisablepublic Double getIdent()
getIdent in interface IdentIdentifiableCopyright © 2016. All rights reserved.