public enum Entree extends Enum<Entree> implements IdentCodeLibelleIdentifiable
Enum Constant and Description |
---|
MON_SUIVI |
SUIVI_D_AFFAIRES |
SUIVI_D_UNE_AFFAIRE |
SUIVI_DE_MON_EQUIPE |
Modifier and Type | Method and Description |
---|---|
String |
getCode() |
Double |
getIdent() |
String |
getLibelle() |
static Entree |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Entree[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Entree MON_SUIVI
public static final Entree SUIVI_DE_MON_EQUIPE
public static final Entree SUIVI_D_UNE_AFFAIRE
public static final Entree SUIVI_D_AFFAIRES
public static Entree[] values()
for (Entree c : Entree.values()) System.out.println(c);
public static Entree 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 String getCode()
getCode
in interface CodeIdentifiable
public String getLibelle()
getLibelle
in interface Localisable
Copyright © 2016. All rights reserved.