public enum MandatsDataExchange extends Enum<MandatsDataExchange> implements ImportDataExchange
Enum Constant and Description |
---|
CODE_CLIENT |
CODE_SOCIETE |
DATE |
DATE_ACTIVATION |
DATE_DESACTIVATION |
DATE_ECHEANCE |
DATE_ENVOI |
DATE_EXPIRATION |
DATE_FIRST |
DATE_REVISION |
DATE_SIGNATURE |
ETAT |
IDENT_ENCAISSEMENT_FINAL |
IDENT_ENCAISSEMENT_FIRST |
IDENT_ENCAISSEMENT_ONE_OFF |
IND_DEBITEUR_PARTICULIER |
NOM_SITE |
RUM |
TYPE |
FACULTATIF, OBLIGATOIRE
Modifier and Type | Method and Description |
---|---|
int |
getLength() |
String |
getTitle() |
DataType |
getType() |
boolean |
isMandatory() |
static MandatsDataExchange |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MandatsDataExchange[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MandatsDataExchange RUM
public static final MandatsDataExchange CODE_CLIENT
public static final MandatsDataExchange NOM_SITE
public static final MandatsDataExchange TYPE
public static final MandatsDataExchange IND_DEBITEUR_PARTICULIER
public static final MandatsDataExchange DATE
public static final MandatsDataExchange DATE_ENVOI
public static final MandatsDataExchange DATE_SIGNATURE
public static final MandatsDataExchange DATE_ECHEANCE
public static final MandatsDataExchange ETAT
public static final MandatsDataExchange DATE_ACTIVATION
public static final MandatsDataExchange DATE_DESACTIVATION
public static final MandatsDataExchange DATE_EXPIRATION
public static final MandatsDataExchange DATE_FIRST
public static final MandatsDataExchange DATE_REVISION
public static final MandatsDataExchange CODE_SOCIETE
public static final MandatsDataExchange IDENT_ENCAISSEMENT_FIRST
public static final MandatsDataExchange IDENT_ENCAISSEMENT_FINAL
public static final MandatsDataExchange IDENT_ENCAISSEMENT_ONE_OFF
public static MandatsDataExchange[] values()
for (MandatsDataExchange c : MandatsDataExchange.values()) System.out.println(c);
public static MandatsDataExchange 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.