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