public enum CommandeFournisseurDataExchange extends Enum<CommandeFournisseurDataExchange> implements ImportDataExchange
FACULTATIF, OBLIGATOIRE| Modifier and Type | Method and Description |
|---|---|
int |
getLength() |
String |
getTitle() |
DataType |
getType() |
boolean |
isMandatory() |
static CommandeFournisseurDataExchange |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CommandeFournisseurDataExchange[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CommandeFournisseurDataExchange CF_NUMERO
public static final CommandeFournisseurDataExchange CF_DATE
public static final CommandeFournisseurDataExchange CF_FO_CODE_FOURNISSEUR
public static final CommandeFournisseurDataExchange CF_FO_REFERENCE_FOURNISSEUR
public static final CommandeFournisseurDataExchange CF_FO_REFERENCE_FOURNISSEUR_2
public static final CommandeFournisseurDataExchange CF_FO_REFERENCE_FOURNISSEUR_3
public static final CommandeFournisseurDataExchange CF_DEV_DEVISE
public static final CommandeFournisseurDataExchange CF_CF_COMMANDE_INITIALE
public static final CommandeFournisseurDataExchange CF_TEXTE
public static final CommandeFournisseurDataExchange CF_COMMENTAIRES
public static final CommandeFournisseurDataExchange CF_ETAT
public static final CommandeFournisseurDataExchange CF_ACHETEUR
public static final CommandeFournisseurDataExchange CF_DEMANDEUR
public static final CommandeFournisseurDataExchange CF_INTITULE
public static final CommandeFournisseurDataExchange CF_DATE_SIGNATURE_PREV
public static final CommandeFournisseurDataExchange CF_DATE_VALIDATION
public static final CommandeFournisseurDataExchange CF_LCF_REGROUPEMENT
public static final CommandeFournisseurDataExchange CF_LCF_REFPRODUIT
public static final CommandeFournisseurDataExchange CF_AFFAIRE
public static final CommandeFournisseurDataExchange CF_LOT
public static final CommandeFournisseurDataExchange CF_SOUS_LOT
public static final CommandeFournisseurDataExchange CF_LCF_QUANTITE
public static final CommandeFournisseurDataExchange CF_LCF_PRIX_UNITAIRE
public static final CommandeFournisseurDataExchange CF_LCF_CODE_TVA
public static final CommandeFournisseurDataExchange CF_LCF_PERIODE_DEBUT
public static final CommandeFournisseurDataExchange CF_LCF_PERIODE_FIN
public static final CommandeFournisseurDataExchange CF_LCF_TEXTE
public static final CommandeFournisseurDataExchange CF_LCF_TEXTE_SUITE
public static final CommandeFournisseurDataExchange CF_LCF_NUM_CONTRAT
public static final CommandeFournisseurDataExchange CF_LCF_NUM_EXT_CONTRAT
public static final CommandeFournisseurDataExchange CF_LCF_DATE_CONTRAT
public static final CommandeFournisseurDataExchange CF_LCF_DATE_APPRO_P
public static final CommandeFournisseurDataExchange CF_ETAB
public static final CommandeFournisseurDataExchange CF_JOURNAL
public static final CommandeFournisseurDataExchange CF_LCF_INDICE_CODE
public static final CommandeFournisseurDataExchange CF_LCF_INDICE_DATE_N
public static CommandeFournisseurDataExchange[] values()
for (CommandeFournisseurDataExchange c : CommandeFournisseurDataExchange.values()) System.out.println(c);
public static CommandeFournisseurDataExchange 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.