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