public enum TypePrioriteEvenement extends Enum<TypePrioriteEvenement> implements IdentLibelleIdentifiable
| Modifier and Type | Method and Description |
|---|---|
Double |
getIdent() |
String |
getLibelle() |
String |
nomPrioriteEvenement() |
String |
toString() |
Double |
value() |
static TypePrioriteEvenement |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypePrioriteEvenement[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypePrioriteEvenement FAIBLE
public static final TypePrioriteEvenement NORMALE
public static final TypePrioriteEvenement HAUTE
public static TypePrioriteEvenement[] values()
for (TypePrioriteEvenement c : TypePrioriteEvenement.values()) System.out.println(c);
public static TypePrioriteEvenement 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 final String nomPrioriteEvenement()
public String toString()
toString in class Enum<TypePrioriteEvenement>public Double getIdent()
getIdent in interface IdentIdentifiablepublic String getLibelle()
getLibelle in interface LocalisableCopyright © 2016. All rights reserved.