public enum TypeEtapeAffacturage extends Enum<TypeEtapeAffacturage>
Modifier and Type | Method and Description |
---|---|
static List<Double> |
getCodes() |
String |
libelle() |
Double |
value() |
static TypeEtapeAffacturage |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeEtapeAffacturage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypeEtapeAffacturage RF
public static final TypeEtapeAffacturage BF
public static final TypeEtapeAffacturage BEQ
public static final TypeEtapeAffacturage AF
public static final TypeEtapeAffacturage RC
public static TypeEtapeAffacturage[] values()
for (TypeEtapeAffacturage c : TypeEtapeAffacturage.values()) System.out.println(c);
public static TypeEtapeAffacturage 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 value()
public final String libelle()
Copyright © 2016. All rights reserved.