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