public enum TypeEtatRdo extends Enum<TypeEtatRdo> implements IdentIdentifiable, Localisable
Modifier and Type | Method and Description |
---|---|
static List<Double> |
getCodes() |
Double |
getIdent() |
String |
getLibelle() |
static TypeEtatRdo |
getTypeByCode(Double code) |
String |
libelle() |
Double |
value() |
static TypeEtatRdo |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeEtatRdo[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypeEtatRdo SANS
public static final TypeEtatRdo AVEC
public static final TypeEtatRdo TOUTES
public static TypeEtatRdo[] values()
for (TypeEtatRdo c : TypeEtatRdo.values()) System.out.println(c);
public static TypeEtatRdo 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 static TypeEtatRdo getTypeByCode(Double code)
public final Double value()
public final String libelle()
public Double getIdent()
getIdent
in interface IdentIdentifiable
public String getLibelle()
getLibelle
in interface Localisable
Copyright © 2016. All rights reserved.