public enum ZonesLibresDataExchange extends Enum<ZonesLibresDataExchange> implements ImportDataExchange, CodeIdentifiable
Enum Constant and Description |
---|
ALPHA1 |
ALPHA10 |
ALPHA11 |
ALPHA12 |
ALPHA13 |
ALPHA14 |
ALPHA15 |
ALPHA16 |
ALPHA17 |
ALPHA18 |
ALPHA19 |
ALPHA2 |
ALPHA20 |
ALPHA3 |
ALPHA4 |
ALPHA5 |
ALPHA6 |
ALPHA7 |
ALPHA8 |
ALPHA9 |
BOOLEEN1 |
BOOLEEN10 |
BOOLEEN2 |
BOOLEEN3 |
BOOLEEN4 |
BOOLEEN5 |
BOOLEEN6 |
BOOLEEN7 |
BOOLEEN8 |
BOOLEEN9 |
DATE1 |
DATE10 |
DATE2 |
DATE3 |
DATE4 |
DATE5 |
DATE6 |
DATE7 |
DATE8 |
DATE9 |
NUMERIQUE1 |
NUMERIQUE10 |
NUMERIQUE2 |
NUMERIQUE3 |
NUMERIQUE4 |
NUMERIQUE5 |
NUMERIQUE6 |
NUMERIQUE7 |
NUMERIQUE8 |
NUMERIQUE9 |
FACULTATIF, OBLIGATOIRE
Modifier and Type | Method and Description |
---|---|
String |
getCode() |
int |
getLength() |
String |
getTitle() |
DataType |
getType() |
boolean |
isMandatory() |
static ZonesLibresDataExchange |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ZonesLibresDataExchange[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ZonesLibresDataExchange ALPHA1
public static final ZonesLibresDataExchange ALPHA2
public static final ZonesLibresDataExchange ALPHA3
public static final ZonesLibresDataExchange ALPHA4
public static final ZonesLibresDataExchange ALPHA5
public static final ZonesLibresDataExchange ALPHA6
public static final ZonesLibresDataExchange ALPHA7
public static final ZonesLibresDataExchange ALPHA8
public static final ZonesLibresDataExchange ALPHA9
public static final ZonesLibresDataExchange ALPHA10
public static final ZonesLibresDataExchange ALPHA11
public static final ZonesLibresDataExchange ALPHA12
public static final ZonesLibresDataExchange ALPHA13
public static final ZonesLibresDataExchange ALPHA14
public static final ZonesLibresDataExchange ALPHA15
public static final ZonesLibresDataExchange ALPHA16
public static final ZonesLibresDataExchange ALPHA17
public static final ZonesLibresDataExchange ALPHA18
public static final ZonesLibresDataExchange ALPHA19
public static final ZonesLibresDataExchange ALPHA20
public static final ZonesLibresDataExchange NUMERIQUE1
public static final ZonesLibresDataExchange NUMERIQUE2
public static final ZonesLibresDataExchange NUMERIQUE3
public static final ZonesLibresDataExchange NUMERIQUE4
public static final ZonesLibresDataExchange NUMERIQUE5
public static final ZonesLibresDataExchange NUMERIQUE6
public static final ZonesLibresDataExchange NUMERIQUE7
public static final ZonesLibresDataExchange NUMERIQUE8
public static final ZonesLibresDataExchange NUMERIQUE9
public static final ZonesLibresDataExchange NUMERIQUE10
public static final ZonesLibresDataExchange DATE1
public static final ZonesLibresDataExchange DATE2
public static final ZonesLibresDataExchange DATE3
public static final ZonesLibresDataExchange DATE4
public static final ZonesLibresDataExchange DATE5
public static final ZonesLibresDataExchange DATE6
public static final ZonesLibresDataExchange DATE7
public static final ZonesLibresDataExchange DATE8
public static final ZonesLibresDataExchange DATE9
public static final ZonesLibresDataExchange DATE10
public static final ZonesLibresDataExchange BOOLEEN1
public static final ZonesLibresDataExchange BOOLEEN2
public static final ZonesLibresDataExchange BOOLEEN3
public static final ZonesLibresDataExchange BOOLEEN4
public static final ZonesLibresDataExchange BOOLEEN5
public static final ZonesLibresDataExchange BOOLEEN6
public static final ZonesLibresDataExchange BOOLEEN7
public static final ZonesLibresDataExchange BOOLEEN8
public static final ZonesLibresDataExchange BOOLEEN9
public static final ZonesLibresDataExchange BOOLEEN10
public static ZonesLibresDataExchange[] values()
for (ZonesLibresDataExchange c : ZonesLibresDataExchange.values()) System.out.println(c);
public static ZonesLibresDataExchange 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 ImportDataExchange
public String getTitle()
getTitle
in interface ImportDataExchange
public int getLength()
getLength
in interface ImportDataExchange
public DataType getType()
getType
in interface ImportDataExchange
public String getCode()
getCode
in interface CodeIdentifiable
Copyright © 2016. All rights reserved.