public enum ContratDataExchange extends Enum<ContratDataExchange> implements ImportDataExchange
| Enum Constant and Description |
|---|
CODE_CLIENT |
CODE_CLIENT_BENEFICIAIRE |
EXTENSION_DU_CONTRAT |
IDENT_INTERNE_CONTRAT |
IDENT_INTERNE_PRODUIT |
NUMERO_DU_CONTRAT |
FACULTATIF, OBLIGATOIRE| Modifier and Type | Method and Description |
|---|---|
int |
getLength() |
String |
getTitle() |
DataType |
getType() |
boolean |
isMandatory() |
static ContratDataExchange |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContratDataExchange[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContratDataExchange IDENT_INTERNE_CONTRAT
public static final ContratDataExchange IDENT_INTERNE_PRODUIT
public static final ContratDataExchange CODE_CLIENT
public static final ContratDataExchange CODE_CLIENT_BENEFICIAIRE
public static final ContratDataExchange NUMERO_DU_CONTRAT
public static final ContratDataExchange EXTENSION_DU_CONTRAT
public static ContratDataExchange[] values()
for (ContratDataExchange c : ContratDataExchange.values()) System.out.println(c);
public static ContratDataExchange 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.