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