public enum LieuRegleAffi extends Enum<LieuRegleAffi> implements CodeIdentifiable
| Enum Constant and Description |
|---|
SITE_CP |
SITE_NOM |
SITE_VILLE |
| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
static String |
getLieu(TPilotageAppli pilote,
SiteClientLight sitePrincipal) |
static LieuRegleAffi |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LieuRegleAffi[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LieuRegleAffi SITE_NOM
public static final LieuRegleAffi SITE_VILLE
public static final LieuRegleAffi SITE_CP
public static LieuRegleAffi[] values()
for (LieuRegleAffi c : LieuRegleAffi.values()) System.out.println(c);
public static LieuRegleAffi 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 static String getLieu(TPilotageAppli pilote, SiteClientLight sitePrincipal)
public String getCode()
getCode in interface CodeIdentifiableCopyright © 2016. All rights reserved.