public enum HistoriqueRattachementPeriodeDataExchange extends Enum<HistoriqueRattachementPeriodeDataExchange> implements ImportDataExchange
FACULTATIF, OBLIGATOIRE| Modifier and Type | Method and Description |
|---|---|
int |
getLength() |
String |
getTitle() |
DataType |
getType() |
boolean |
isMandatory() |
static HistoriqueRattachementPeriodeDataExchange |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HistoriqueRattachementPeriodeDataExchange[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HistoriqueRattachementPeriodeDataExchange CODE_AFFAIRE
public static final HistoriqueRattachementPeriodeDataExchange CODE_LOT
public static final HistoriqueRattachementPeriodeDataExchange CODE_SOUS_LOT
public static final HistoriqueRattachementPeriodeDataExchange CODE_PRODUIT_FINI
public static final HistoriqueRattachementPeriodeDataExchange REFERENCE_PRODUIT_FINI
public static final HistoriqueRattachementPeriodeDataExchange IND_RATTACHEMENT
public static final HistoriqueRattachementPeriodeDataExchange CODE_CLIENT
public static final HistoriqueRattachementPeriodeDataExchange CODE_FOURNISSEUR
public static final HistoriqueRattachementPeriodeDataExchange DATE_ARRETE
public static final HistoriqueRattachementPeriodeDataExchange CG_NUMERO
public static final HistoriqueRattachementPeriodeDataExchange TYPE_PIECE
public static final HistoriqueRattachementPeriodeDataExchange NUMERO_PIECE
public static final HistoriqueRattachementPeriodeDataExchange PERIODE_DEBUT
public static final HistoriqueRattachementPeriodeDataExchange PERIODE_FIN
public static final HistoriqueRattachementPeriodeDataExchange MONTANT_HT
public static final HistoriqueRattachementPeriodeDataExchange NUMERATEUR
public static final HistoriqueRattachementPeriodeDataExchange DENOMINATEUR
public static final HistoriqueRattachementPeriodeDataExchange MT_FAR
public static final HistoriqueRattachementPeriodeDataExchange MT_CCA
public static final HistoriqueRattachementPeriodeDataExchange MT_CHARGES_REC
public static final HistoriqueRattachementPeriodeDataExchange MT_CHARGES_A_REC
public static final HistoriqueRattachementPeriodeDataExchange QTE_CHARGES_REC
public static final HistoriqueRattachementPeriodeDataExchange QTE_CHARGES_A_REC
public static final HistoriqueRattachementPeriodeDataExchange MT_FAE
public static final HistoriqueRattachementPeriodeDataExchange MT_PCA
public static final HistoriqueRattachementPeriodeDataExchange MT_CA_REC
public static final HistoriqueRattachementPeriodeDataExchange MT_CA_A_REC
public static final HistoriqueRattachementPeriodeDataExchange QTE_CA_REC
public static final HistoriqueRattachementPeriodeDataExchange QTE_CA_A_REC
public static final HistoriqueRattachementPeriodeDataExchange COMMENTAIRE
public static final HistoriqueRattachementPeriodeDataExchange DATE_VALIDATION
public static HistoriqueRattachementPeriodeDataExchange[] values()
for (HistoriqueRattachementPeriodeDataExchange c : HistoriqueRattachementPeriodeDataExchange.values()) System.out.println(c);
public static HistoriqueRattachementPeriodeDataExchange 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.