public enum TypeDateLivraison extends Enum<TypeDateLivraison> implements IdentIdentifiable
Modifier and Type | Method and Description |
---|---|
static TypeDateLivraison |
getByValeur(Double valeur) |
Double |
getIdent() |
String |
getLibelleTypeDate() |
Double |
value() |
static TypeDateLivraison |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeDateLivraison[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypeDateLivraison LIVRAISON
public static final TypeDateLivraison PERIODE
public static TypeDateLivraison[] values()
for (TypeDateLivraison c : TypeDateLivraison.values()) System.out.println(c);
public static TypeDateLivraison 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 getLibelleTypeDate()
public static TypeDateLivraison getByValeur(Double valeur)
public Double getIdent()
getIdent
in interface IdentIdentifiable
Copyright © 2016. All rights reserved.