public enum CommandeClientDataExchange extends Enum<CommandeClientDataExchange> implements ImportDataExchange
FACULTATIF, OBLIGATOIRE| Modifier and Type | Method and Description | 
|---|---|
| int | getLength() | 
| String | getTitle() | 
| DataType | getType() | 
| boolean | isMandatory() | 
| static CommandeClientDataExchange | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static CommandeClientDataExchange[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final CommandeClientDataExchange CC_NUMERO
public static final CommandeClientDataExchange CC_DATE
public static final CommandeClientDataExchange CC_CL_CODE_CLIENT
public static final CommandeClientDataExchange CC_CL_REFERENCE_CLIENT
public static final CommandeClientDataExchange CC_CL_REFERENCE_CLIENT_2
public static final CommandeClientDataExchange CC_CL_REFERENCE_CLIENT_3
public static final CommandeClientDataExchange CC_DEV_DEVISE
public static final CommandeClientDataExchange CC_CC_COMMANDE_INITIALE
public static final CommandeClientDataExchange CC_TEXTE
public static final CommandeClientDataExchange CC_COMMENTAIRES
public static final CommandeClientDataExchange CC_ETAT
public static final CommandeClientDataExchange CC_RESP_COMM
public static final CommandeClientDataExchange CC_INTITULE
public static final CommandeClientDataExchange CC_DATE_SIGNATURE_PREV
public static final CommandeClientDataExchange CC_NIVEAU_PROBABILITE
public static final CommandeClientDataExchange CC_DATE_SIGNATURE_REEL
public static final CommandeClientDataExchange CC_DATE_VALIDATION
public static final CommandeClientDataExchange CC_LCC_REGROUPEMENT
public static final CommandeClientDataExchange CC_LCC_REFPRODUIT
public static final CommandeClientDataExchange CC_AFFAIRE
public static final CommandeClientDataExchange CC_LOT
public static final CommandeClientDataExchange CC_SOUS_LOT
public static final CommandeClientDataExchange CC_LCC_QUANTITE
public static final CommandeClientDataExchange CC_LCC_PRIX_UNITAIRE
public static final CommandeClientDataExchange CC_LCC_CODE_TVA
public static final CommandeClientDataExchange CC_LCC_PERIODE_DEBUT
public static final CommandeClientDataExchange CC_LCC_PERIODE_FIN
public static final CommandeClientDataExchange CC_LCC_TEXTE
public static final CommandeClientDataExchange CC_LCC_TEXTE_SUITE
public static final CommandeClientDataExchange CC_LCC_NUM_CONTRAT
public static final CommandeClientDataExchange CC_LCC_NUM_EXT_CONTRAT
public static final CommandeClientDataExchange CC_LCC_DATE_LIVR_P
public static final CommandeClientDataExchange CC_LCC_DATE_FACT_P
public static final CommandeClientDataExchange CC_LCC_DATE_CONTRAT
public static final CommandeClientDataExchange CC_LCC_INDICE_CODE
public static final CommandeClientDataExchange CC_LCC_INDICE_DATE_N
public static CommandeClientDataExchange[] values()
for (CommandeClientDataExchange c : CommandeClientDataExchange.values()) System.out.println(c);
public static CommandeClientDataExchange 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.