public enum TypeTache extends Enum<TypeTache> implements IdentLibelleIdentifiable
Enum Constant and Description |
---|
ABSENCE |
AUTRE |
EFFECTIF |
FORMATION |
INTERNE |
INVESTISSEMENT |
Modifier and Type | Method and Description |
---|---|
boolean |
equalsIdent(Double ident) |
Double |
getIdent() |
String |
getLibelle() |
void |
setLibelle(String libelle) |
Double |
value() |
static TypeTache |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeTache[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypeTache AUTRE
public static final TypeTache ABSENCE
public static final TypeTache EFFECTIF
public static final TypeTache FORMATION
public static final TypeTache INTERNE
public static final TypeTache INVESTISSEMENT
public static TypeTache[] values()
for (TypeTache c : TypeTache.values()) System.out.println(c);
public static TypeTache 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()
getLibelle
in interface Localisable
public void setLibelle(String libelle)
public Double getIdent()
getIdent
in interface IdentIdentifiable
public boolean equalsIdent(Double ident)
Copyright © 2016. All rights reserved.