public enum TarifBaseDataExchange extends Enum<TarifBaseDataExchange> implements ImportDataExchange
| Enum Constant and Description |
|---|
CODE_ETAB |
CODE_MODE_TARIF |
COEF_CALCUL |
DATE_DEBUT |
DATE_FIN |
LIBELLE |
PRD_CODE |
PRD_REFERENCE |
REMISE |
SEUIL |
TARIF |
FACULTATIF, OBLIGATOIRE| Modifier and Type | Method and Description |
|---|---|
int |
getLength() |
String |
getTitle() |
DataType |
getType() |
boolean |
isMandatory() |
static TarifBaseDataExchange |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TarifBaseDataExchange[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TarifBaseDataExchange CODE_MODE_TARIF
public static final TarifBaseDataExchange PRD_CODE
public static final TarifBaseDataExchange PRD_REFERENCE
public static final TarifBaseDataExchange CODE_ETAB
public static final TarifBaseDataExchange DATE_DEBUT
public static final TarifBaseDataExchange DATE_FIN
public static final TarifBaseDataExchange SEUIL
public static final TarifBaseDataExchange TARIF
public static final TarifBaseDataExchange REMISE
public static final TarifBaseDataExchange COEF_CALCUL
public static final TarifBaseDataExchange LIBELLE
public static TarifBaseDataExchange[] values()
for (TarifBaseDataExchange c : TarifBaseDataExchange.values()) System.out.println(c);
public static TarifBaseDataExchange 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.