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