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