public enum LivraisonDataExchange extends Enum<LivraisonDataExchange> implements ImportDataExchange
| Enum Constant and Description |
|---|
ALPHA_01 |
ALPHA_02 |
ALPHA_03 |
ALPHA_04 |
ALPHA_05 |
CODE_AFFAIRE |
CODE_CLIENT |
CODE_LOT |
CODE_SSLOT |
DATE_PERIODE |
NUMERIQUE1 |
PRD_REFERENCE |
PRD_REGROUPEMENT |
PRIX_UNITAIRE |
QTE |
REF_CLIENT |
FACULTATIF, OBLIGATOIRE| Modifier and Type | Method and Description |
|---|---|
int |
getLength() |
String |
getTitle() |
DataType |
getType() |
boolean |
isMandatory() |
static LivraisonDataExchange |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LivraisonDataExchange[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LivraisonDataExchange CODE_CLIENT
public static final LivraisonDataExchange REF_CLIENT
public static final LivraisonDataExchange DATE_PERIODE
public static final LivraisonDataExchange PRD_REGROUPEMENT
public static final LivraisonDataExchange PRD_REFERENCE
public static final LivraisonDataExchange QTE
public static final LivraisonDataExchange PRIX_UNITAIRE
public static final LivraisonDataExchange CODE_AFFAIRE
public static final LivraisonDataExchange CODE_LOT
public static final LivraisonDataExchange CODE_SSLOT
public static final LivraisonDataExchange NUMERIQUE1
public static final LivraisonDataExchange ALPHA_01
public static final LivraisonDataExchange ALPHA_02
public static final LivraisonDataExchange ALPHA_03
public static final LivraisonDataExchange ALPHA_04
public static final LivraisonDataExchange ALPHA_05
public static LivraisonDataExchange[] values()
for (LivraisonDataExchange c : LivraisonDataExchange.values()) System.out.println(c);
public static LivraisonDataExchange 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 ImportDataExchangeCopyright © 2016. All rights reserved.