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