public enum AffaireZlDataExchange extends Enum<AffaireZlDataExchange> implements ImportDataExchange
Enum Constant and Description |
---|
CODE_AFFAIRE |
ZL_ALPHA_01 |
ZL_NUM_01 |
ZL_NUM_02 |
ZL_SEQUENCE |
FACULTATIF, OBLIGATOIRE
Modifier and Type | Method and Description |
---|---|
int |
getLength() |
String |
getTitle() |
DataType |
getType() |
boolean |
isMandatory() |
static AffaireZlDataExchange |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AffaireZlDataExchange[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AffaireZlDataExchange CODE_AFFAIRE
public static final AffaireZlDataExchange ZL_SEQUENCE
public static final AffaireZlDataExchange ZL_ALPHA_01
public static final AffaireZlDataExchange ZL_NUM_01
public static final AffaireZlDataExchange ZL_NUM_02
public static AffaireZlDataExchange[] values()
for (AffaireZlDataExchange c : AffaireZlDataExchange.values()) System.out.println(c);
public static AffaireZlDataExchange 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
Copyright © 2016. All rights reserved.