public enum ProduitVenduDataExchange extends Enum<ProduitVenduDataExchange> implements ImportDataExchange
FACULTATIF, OBLIGATOIRE| Modifier and Type | Method and Description |
|---|---|
int |
getLength() |
String |
getTitle() |
DataType |
getType() |
boolean |
isMandatory() |
static ProduitVenduDataExchange |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProduitVenduDataExchange[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProduitVenduDataExchange PF_REGROUPEMENT
public static final ProduitVenduDataExchange PF_REFERENCE
public static final ProduitVenduDataExchange PF_DESIGNATION_ABREGE
public static final ProduitVenduDataExchange PF_DESIGNATION
public static final ProduitVenduDataExchange PF_COMMENTAIRE
public static final ProduitVenduDataExchange PF_FAMILLE
public static final ProduitVenduDataExchange PF_SOUS_FAMILLE
public static final ProduitVenduDataExchange PF_TVA
public static final ProduitVenduDataExchange PF_COMPTE
public static final ProduitVenduDataExchange PF_COMPTE_CEE
public static final ProduitVenduDataExchange PF_COMPTE_HORS_CEE
public static final ProduitVenduDataExchange PF_COMPTE_GROUPE
public static final ProduitVenduDataExchange PF_COMPTE_GROUPE_CEE
public static final ProduitVenduDataExchange PF_COMPTE_GROUPE_HORS_CEE
public static final ProduitVenduDataExchange PF_CLASSIFICATION
public static final ProduitVenduDataExchange PF_ETABLISSEMENT
public static final ProduitVenduDataExchange PF_COMPTE_INTERNE
public static final ProduitVenduDataExchange PF_COMPTE_INTERNE_CEE
public static final ProduitVenduDataExchange PF_TITRE_AUTO
public static final ProduitVenduDataExchange INDICE_CODE
public static final ProduitVenduDataExchange INDICE_PERIODICITE
public static ProduitVenduDataExchange[] values()
for (ProduitVenduDataExchange c : ProduitVenduDataExchange.values()) System.out.println(c);
public static ProduitVenduDataExchange 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.