public enum ReferenceFournisseurDataExchange extends Enum<ReferenceFournisseurDataExchange> implements ImportDataExchange
FACULTATIF, OBLIGATOIRE
Modifier and Type | Method and Description |
---|---|
int |
getLength() |
String |
getTitle() |
DataType |
getType() |
boolean |
isMandatory() |
static ReferenceFournisseurDataExchange |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReferenceFournisseurDataExchange[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReferenceFournisseurDataExchange CODE_PRODUIT_FINI
public static final ReferenceFournisseurDataExchange REFERENCE_PRODUIT_FINI
public static final ReferenceFournisseurDataExchange DATE_DEBUT
public static final ReferenceFournisseurDataExchange DATE_FIN
public static final ReferenceFournisseurDataExchange NUMERO_ORDRE
public static final ReferenceFournisseurDataExchange CODE_FOURNISSEUR
public static final ReferenceFournisseurDataExchange REFERENCE_FOURNISSEUR
public static final ReferenceFournisseurDataExchange REFERENCE_CATALOGUE
public static final ReferenceFournisseurDataExchange ANCIENNE_FOURNISSEUR
public static final ReferenceFournisseurDataExchange LIBELLE
public static final ReferenceFournisseurDataExchange DELAI_APPROVISIONNEMENT
public static final ReferenceFournisseurDataExchange DERNIER_TARIF
public static final ReferenceFournisseurDataExchange NATURE_CONDITIONNEMENT
public static final ReferenceFournisseurDataExchange NOMBRE_UNITE_PAR_CONDITIONNEMENT
public static final ReferenceFournisseurDataExchange QUANTITE_MINI_COMMANDE_FOURNISSEUR
public static final ReferenceFournisseurDataExchange QUANTITE_MINI_COMMANDE_INTERNE
public static final ReferenceFournisseurDataExchange CODE_MODE_TARIF
public static final ReferenceFournisseurDataExchange PRIX_BLOQUE
public static final ReferenceFournisseurDataExchange QUANTITE_MAX_1
public static final ReferenceFournisseurDataExchange TARIF_1
public static final ReferenceFournisseurDataExchange QUANTITE_MAX_2
public static final ReferenceFournisseurDataExchange TARIF_2
public static final ReferenceFournisseurDataExchange QUANTITE_MAX_3
public static final ReferenceFournisseurDataExchange TARIF_3
public static final ReferenceFournisseurDataExchange QUANTITE_MAX_4
public static final ReferenceFournisseurDataExchange TARIF_4
public static final ReferenceFournisseurDataExchange QUANTITE_MAX_5
public static final ReferenceFournisseurDataExchange TARIF_5
public static ReferenceFournisseurDataExchange[] values()
for (ReferenceFournisseurDataExchange c : ReferenceFournisseurDataExchange.values()) System.out.println(c);
public static ReferenceFournisseurDataExchange 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.