public enum ApprovisionnementDataExchange extends Enum<ApprovisionnementDataExchange> implements ImportDataExchange
FACULTATIF, OBLIGATOIRE| Modifier and Type | Method and Description |
|---|---|
int |
getLength() |
String |
getTitle() |
DataType |
getType() |
boolean |
isMandatory() |
static ApprovisionnementDataExchange |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ApprovisionnementDataExchange[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ApprovisionnementDataExchange NUMERO
public static final ApprovisionnementDataExchange AFO_DATE
public static final ApprovisionnementDataExchange CODE_FOURNISSEUR
public static final ApprovisionnementDataExchange REF_FOURNISSEUR
public static final ApprovisionnementDataExchange REF_FOURNISSEUR_2
public static final ApprovisionnementDataExchange REF_FOURNISSEUR_3
public static final ApprovisionnementDataExchange DEVISE
public static final ApprovisionnementDataExchange COMMANDE_INITIALE
public static final ApprovisionnementDataExchange AFO_TEXTE
public static final ApprovisionnementDataExchange AFO_DATE_VALIDATION
public static final ApprovisionnementDataExchange PRD_REFERENCE
public static final ApprovisionnementDataExchange PRD_REGROUPEMENT
public static final ApprovisionnementDataExchange CODE_AFFAIRE
public static final ApprovisionnementDataExchange CODE_LOT
public static final ApprovisionnementDataExchange CODE_SSLOT
public static final ApprovisionnementDataExchange QTE
public static final ApprovisionnementDataExchange PRIX_UNITAIRE
public static final ApprovisionnementDataExchange AFO_LAF_CODE_TVA
public static final ApprovisionnementDataExchange DATE_PERIODE_DEBUT
public static final ApprovisionnementDataExchange DATE_PERIODE_FIN
public static final ApprovisionnementDataExchange AFO_LAF_TEXTE
public static final ApprovisionnementDataExchange AFO_LAF_TEXTE_SUITE
public static final ApprovisionnementDataExchange AFO_LAF_NUM_CONTRAT
public static final ApprovisionnementDataExchange AFO_LAF_NUM_EXT_CONTRAT
public static ApprovisionnementDataExchange[] values()
for (ApprovisionnementDataExchange c : ApprovisionnementDataExchange.values()) System.out.println(c);
public static ApprovisionnementDataExchange 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.