public enum EcrituresDataExchange extends Enum<EcrituresDataExchange> implements ImportDataExchange, CodeIdentifiable
Enum Constant and Description |
---|
EC_CODE_JOURNAL |
EC_CODE_SOCIETE |
EC_DATE |
EC_EXERCICE |
EC_NUMERO |
EC_TRANSACTION |
LI_AFFAIRE |
LI_ANAL01 |
LI_CODE_COLLABORATEUR |
LI_CODE_INTERCO |
LI_COMPTE |
LI_CREDIT |
LI_DEBIT |
LI_DEVISE |
LI_FAMILLE |
LI_LIBELLE |
LI_LOT |
LI_NUM_CONTRAT |
LI_PIECE |
LI_RATTACH |
LI_SOUS_FAMILLE |
LI_SSLOT |
FACULTATIF, OBLIGATOIRE
Modifier and Type | Method and Description |
---|---|
String |
getCode() |
int |
getLength() |
String |
getTitle() |
DataType |
getType() |
boolean |
isMandatory() |
static EcrituresDataExchange |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EcrituresDataExchange[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EcrituresDataExchange EC_NUMERO
public static final EcrituresDataExchange EC_DATE
public static final EcrituresDataExchange EC_CODE_SOCIETE
public static final EcrituresDataExchange EC_CODE_JOURNAL
public static final EcrituresDataExchange EC_EXERCICE
public static final EcrituresDataExchange LI_COMPTE
public static final EcrituresDataExchange LI_LIBELLE
public static final EcrituresDataExchange LI_DEBIT
public static final EcrituresDataExchange LI_CREDIT
public static final EcrituresDataExchange LI_DEVISE
public static final EcrituresDataExchange LI_PIECE
public static final EcrituresDataExchange LI_AFFAIRE
public static final EcrituresDataExchange LI_LOT
public static final EcrituresDataExchange LI_SSLOT
public static final EcrituresDataExchange LI_CODE_COLLABORATEUR
public static final EcrituresDataExchange LI_NUM_CONTRAT
public static final EcrituresDataExchange LI_FAMILLE
public static final EcrituresDataExchange LI_SOUS_FAMILLE
public static final EcrituresDataExchange EC_TRANSACTION
public static final EcrituresDataExchange LI_ANAL01
public static final EcrituresDataExchange LI_CODE_INTERCO
public static final EcrituresDataExchange LI_RATTACH
public static EcrituresDataExchange[] values()
for (EcrituresDataExchange c : EcrituresDataExchange.values()) System.out.println(c);
public static EcrituresDataExchange 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
public String getCode()
getCode
in interface CodeIdentifiable
Copyright © 2016. All rights reserved.