public enum TypeEtatEtapePaiement extends Enum<TypeEtatEtapePaiement>
Modifier and Type | Method and Description |
---|---|
String |
getLibelle() |
static TypeEtatEtapePaiement |
getType(Double valeur) |
Double |
getTypeEtat() |
Double |
value() |
static TypeEtatEtapePaiement |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeEtatEtapePaiement[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypeEtatEtapePaiement A_TRAITER
public static final TypeEtatEtapePaiement SOLDE
public static final TypeEtatEtapePaiement EN_COURS
public static TypeEtatEtapePaiement[] values()
for (TypeEtatEtapePaiement c : TypeEtatEtapePaiement.values()) System.out.println(c);
public static TypeEtatEtapePaiement 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 Double getTypeEtat()
public String getLibelle()
public static final TypeEtatEtapePaiement getType(Double valeur)
Copyright © 2016. All rights reserved.