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