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