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