public enum TypeDateDevis extends Enum<TypeDateDevis> implements IdentIdentifiable, Localisable
| Enum Constant and Description |
|---|
CONTRAT |
DEVIS |
PERIODE |
PREVISIONNEL |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equalsIdent(Double ident) |
static TypeDateDevis |
getByValeur(Double valeur)
Deprecated.
|
Double |
getIdent() |
String |
getLibelle() |
String |
getLibelleTypeDate() |
Double |
value() |
static TypeDateDevis |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeDateDevis[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypeDateDevis DEVIS
public static final TypeDateDevis CONTRAT
public static final TypeDateDevis PREVISIONNEL
public static final TypeDateDevis PERIODE
public static TypeDateDevis[] values()
for (TypeDateDevis c : TypeDateDevis.values()) System.out.println(c);
public static TypeDateDevis 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 null@Deprecated public static TypeDateDevis getByValeur(Double valeur)
public final Double value()
public String getLibelleTypeDate()
public Double getIdent()
getIdent in interface IdentIdentifiablepublic boolean equalsIdent(Double ident)
public String getLibelle()
getLibelle in interface LocalisableCopyright © 2016. All rights reserved.