public enum CommandeAchatDataExchange extends Enum<CommandeAchatDataExchange> implements ImportDataExchange
Enum Constant and Description |
---|
ALPHA_01 |
ALPHA_02 |
ALPHA_03 |
ALPHA_04 |
CODE_AFFAIRE |
CODE_COLLAB |
CODE_LOT |
CODE_PRD_EXT |
CODE_SSLOT |
CODE_TVA |
DATE_CONTRAT |
DATE_PERIODE_DEB |
DATE_PERIODE_FIN |
LIBELLE |
NOM_COLLAB |
PRD_REFERENCE |
PRD_REGROUPEMENT |
PRENOM_COLLAB |
PRIX_UNITAIRE |
SENS |
SUITE_LIBELLE |
FACULTATIF, OBLIGATOIRE
Modifier and Type | Method and Description |
---|---|
int |
getLength() |
String |
getTitle() |
DataType |
getType() |
boolean |
isMandatory() |
static CommandeAchatDataExchange |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommandeAchatDataExchange[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CommandeAchatDataExchange CODE_AFFAIRE
public static final CommandeAchatDataExchange CODE_LOT
public static final CommandeAchatDataExchange CODE_SSLOT
public static final CommandeAchatDataExchange CODE_COLLAB
public static final CommandeAchatDataExchange NOM_COLLAB
public static final CommandeAchatDataExchange PRENOM_COLLAB
public static final CommandeAchatDataExchange DATE_PERIODE_DEB
public static final CommandeAchatDataExchange DATE_PERIODE_FIN
public static final CommandeAchatDataExchange CODE_PRD_EXT
public static final CommandeAchatDataExchange PRD_REGROUPEMENT
public static final CommandeAchatDataExchange PRD_REFERENCE
public static final CommandeAchatDataExchange PRIX_UNITAIRE
public static final CommandeAchatDataExchange DATE_CONTRAT
public static final CommandeAchatDataExchange SUITE_LIBELLE
public static final CommandeAchatDataExchange ALPHA_01
public static final CommandeAchatDataExchange ALPHA_02
public static final CommandeAchatDataExchange ALPHA_03
public static final CommandeAchatDataExchange ALPHA_04
public static final CommandeAchatDataExchange SENS
public static final CommandeAchatDataExchange CODE_TVA
public static final CommandeAchatDataExchange LIBELLE
public static CommandeAchatDataExchange[] values()
for (CommandeAchatDataExchange c : CommandeAchatDataExchange.values()) System.out.println(c);
public static CommandeAchatDataExchange 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.