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