public enum ChequierDataExchange extends Enum<ChequierDataExchange> implements ImportDataExchange
FACULTATIF, OBLIGATOIRE
Modifier and Type | Method and Description |
---|---|
int |
getLength() |
String |
getTitle() |
DataType |
getType() |
boolean |
isMandatory() |
static ChequierDataExchange |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChequierDataExchange[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ChequierDataExchange NOM_APPEL
public static final ChequierDataExchange ETABL
public static final ChequierDataExchange NUM_CONTRAT
public static final ChequierDataExchange NUM_EXTENSE
public static final ChequierDataExchange DT_DEB_VALID
public static final ChequierDataExchange DT_FIN_VALID
public static final ChequierDataExchange DELAI
public static final ChequierDataExchange DELAI_UNITE
public static final ChequierDataExchange PRIX_VENTE
public static final ChequierDataExchange DEVISE
public static final ChequierDataExchange NB_CHEQ_INIT
public static final ChequierDataExchange NB_CHEQ_REST
public static final ChequierDataExchange NB_CHEQ_MINI
public static final ChequierDataExchange VALOR_CHEQUE
public static final ChequierDataExchange VALOR_UNIT
public static final ChequierDataExchange IND_TACIT_RECOND
public static final ChequierDataExchange IND_SENS
public static final ChequierDataExchange NB_CHEQ_FACT
public static final ChequierDataExchange CODE_COLLAB
public static final ChequierDataExchange AFFAIRE
public static final ChequierDataExchange NOM_CONTACT
public static final ChequierDataExchange PRENOM_CONTACT
public static final ChequierDataExchange CODE_PRDV
public static final ChequierDataExchange REF_PRDV
public static final ChequierDataExchange CLIENT
public static final ChequierDataExchange NUM_DEMANDE
public static final ChequierDataExchange NUM_INTERV
public static final ChequierDataExchange NUM_CHRONO
public static final ChequierDataExchange QTE
public static final ChequierDataExchange DT_UTIL
public static final ChequierDataExchange COMMENTAIRE
public static final ChequierDataExchange NUM_CONTRAT_LIE
public static final ChequierDataExchange NUM_EXTENSE_LIE
public static final ChequierDataExchange CODE_PREST_LIEE
public static final ChequierDataExchange DESIGNATION_PRD_LIE
public static ChequierDataExchange[] values()
for (ChequierDataExchange c : ChequierDataExchange.values()) System.out.println(c);
public static ChequierDataExchange 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.