public enum ProduitAcheteDataExchange extends Enum<ProduitAcheteDataExchange> implements ImportDataExchange
FACULTATIF, OBLIGATOIRE
Modifier and Type | Method and Description |
---|---|
int |
getLength() |
String |
getTitle() |
DataType |
getType() |
boolean |
isMandatory() |
static ProduitAcheteDataExchange |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProduitAcheteDataExchange[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProduitAcheteDataExchange PF_REGROUPEMENT
public static final ProduitAcheteDataExchange PF_REFERENCE
public static final ProduitAcheteDataExchange PF_DESIGNATION_ABREGE
public static final ProduitAcheteDataExchange PF_DESIGNATION
public static final ProduitAcheteDataExchange PF_COMMENTAIRE
public static final ProduitAcheteDataExchange PF_FAMILLE
public static final ProduitAcheteDataExchange PF_SOUS_FAMILLE
public static final ProduitAcheteDataExchange PF_TVA
public static final ProduitAcheteDataExchange PF_COMPTE
public static final ProduitAcheteDataExchange PF_COMPTE_CEE
public static final ProduitAcheteDataExchange PF_COMPTE_HORS_CEE
public static final ProduitAcheteDataExchange PF_COMPTE_GROUPE
public static final ProduitAcheteDataExchange PF_COMPTE_GROUPE_CEE
public static final ProduitAcheteDataExchange PF_COMPTE_GROUPE_HORS_CEE
public static final ProduitAcheteDataExchange PF_DERNIER_PRIX_ACHAT
public static final ProduitAcheteDataExchange PF_CLASSIFICATION
public static final ProduitAcheteDataExchange PF_ETABLISSEMENT
public static final ProduitAcheteDataExchange PF_COMPTE_INTERNE
public static final ProduitAcheteDataExchange PF_COMPTE_INTERNE_CEE
public static final ProduitAcheteDataExchange PF_REF_CATALOGUE
public static final ProduitAcheteDataExchange TRF_DT_DEB_VALIDITE
public static final ProduitAcheteDataExchange TRF_DT_FIN_VALIDITE
public static final ProduitAcheteDataExchange TRF_CODE_FOURNISSEUR
public static final ProduitAcheteDataExchange TRF_REF_FOURNISSEUR
public static final ProduitAcheteDataExchange TRF_REF_CATALOGUE
public static final ProduitAcheteDataExchange TRF_ANCIENNE_REF
public static final ProduitAcheteDataExchange TRF_LIBELLE
public static final ProduitAcheteDataExchange TRF_DELAI_APPRO
public static final ProduitAcheteDataExchange TRF_DERNIER_TARIF
public static final ProduitAcheteDataExchange TRF_NATURE_CONDIT
public static final ProduitAcheteDataExchange TRF_NB_UNITE_PAR_CONDIT
public static final ProduitAcheteDataExchange TRF_QTE_MIN_CDE_FOU
public static final ProduitAcheteDataExchange TRF_QTE_MIN_CDE_INTERNE
public static final ProduitAcheteDataExchange TRF_CODE_MODE_TARIF
public static final ProduitAcheteDataExchange TRF_IND_PRIX_BLOQUES
public static final ProduitAcheteDataExchange TRF_TARIF_1
public static final ProduitAcheteDataExchange TRF_QTE_1
public static final ProduitAcheteDataExchange TRF_TARIF_2
public static final ProduitAcheteDataExchange TRF_QTE_2
public static final ProduitAcheteDataExchange TRF_TARIF_3
public static final ProduitAcheteDataExchange TRF_QTE_3
public static final ProduitAcheteDataExchange TRF_TARIF_4
public static final ProduitAcheteDataExchange TRF_QTE_4
public static final ProduitAcheteDataExchange TRF_TARIF_5
public static final ProduitAcheteDataExchange TRF_QTE_5
public static final ProduitAcheteDataExchange INDICATEUR_PRODUIT_STOCKE
public static final ProduitAcheteDataExchange IND_CREER_PRDV_SI_PRD_STOCKE
public static final ProduitAcheteDataExchange NATURE_CONDITIONNEMENT
public static final ProduitAcheteDataExchange UNITE_CONDITIONNEMENT
public static final ProduitAcheteDataExchange CODE_MARQUE
public static final ProduitAcheteDataExchange CODE_TYPE_PRODUIT
public static final ProduitAcheteDataExchange IMMOBILISABLE
public static final ProduitAcheteDataExchange COMPTE_IMMO
public static final ProduitAcheteDataExchange TYPE_IMMO
public static final ProduitAcheteDataExchange AMORTISSABLE
public static final ProduitAcheteDataExchange METHODE_AMORTISSEMENT
public static final ProduitAcheteDataExchange DUREE_AMORTISSEMENT
public static final ProduitAcheteDataExchange INDICE_CODE
public static final ProduitAcheteDataExchange INDICE_PERIODICITE
public static ProduitAcheteDataExchange[] values()
for (ProduitAcheteDataExchange c : ProduitAcheteDataExchange.values()) System.out.println(c);
public static ProduitAcheteDataExchange 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.