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