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