public enum LocalisationDataExchange extends Enum<LocalisationDataExchange> implements ImportDataExchange, CodeIdentifiable
| Enum Constant and Description |
|---|
ADRESSE_1 |
ADRESSE_2 |
ADRESSE_SPEC |
CODE_POSTAL |
NOM_APPEL_SITE |
NOM_VILLE |
FACULTATIF, OBLIGATOIRE| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
int |
getLength() |
String |
getTitle() |
DataType |
getType() |
boolean |
isMandatory() |
static LocalisationDataExchange |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LocalisationDataExchange[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LocalisationDataExchange NOM_APPEL_SITE
public static final LocalisationDataExchange ADRESSE_1
public static final LocalisationDataExchange ADRESSE_2
public static final LocalisationDataExchange CODE_POSTAL
public static final LocalisationDataExchange NOM_VILLE
public static final LocalisationDataExchange ADRESSE_SPEC
public static LocalisationDataExchange[] values()
for (LocalisationDataExchange c : LocalisationDataExchange.values()) System.out.println(c);
public static LocalisationDataExchange 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 boolean isMandatory()
isMandatory in interface ImportDataExchangepublic String getTitle()
getTitle in interface ImportDataExchangepublic int getLength()
getLength in interface ImportDataExchangepublic DataType getType()
getType in interface ImportDataExchangepublic String getCode()
getCode in interface CodeIdentifiableCopyright © 2016. All rights reserved.