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