public enum ComptesDataExchange extends Enum<ComptesDataExchange> implements ImportDataExchange
FACULTATIF, OBLIGATOIRE
Modifier and Type | Method and Description |
---|---|
int |
getLength() |
String |
getTitle() |
DataType |
getType() |
boolean |
isMandatory() |
static ComptesDataExchange |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComptesDataExchange[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ComptesDataExchange NUMERO
public static final ComptesDataExchange INTITULE
public static final ComptesDataExchange RATTACH
public static final ComptesDataExchange ACCRESTREINT
public static final ComptesDataExchange LETTRABLE
public static final ComptesDataExchange FERME
public static final ComptesDataExchange COLLECTIF
public static final ComptesDataExchange BUD_RUBRIQUE
public static final ComptesDataExchange CG_60
public static final ComptesDataExchange CG_61
public static final ComptesDataExchange CG_62
public static final ComptesDataExchange CG_63
public static final ComptesDataExchange CG_64
public static final ComptesDataExchange CG_65
public static final ComptesDataExchange CENTRAL
public static final ComptesDataExchange A_NOUVEAU
public static final ComptesDataExchange NATURE
public static final ComptesDataExchange PRD_ENCRS
public static final ComptesDataExchange CA
public static final ComptesDataExchange PRD_AUTRES
public static final ComptesDataExchange CLI_FAE
public static final ComptesDataExchange CLI_AAE
public static final ComptesDataExchange TVA_COL
public static final ComptesDataExchange PRD_AVANCE
public static final ComptesDataExchange FOU_FAR
public static final ComptesDataExchange FOU_AAR
public static final ComptesDataExchange TVA_REC
public static final ComptesDataExchange STK
public static final ComptesDataExchange STK_DEP
public static final ComptesDataExchange CHG_DEP
public static final ComptesDataExchange CHG_DEP_REP
public static final ComptesDataExchange CHG_AVANCE
public static final ComptesDataExchange IND_GROUPE
public static final ComptesDataExchange IND_EXCLUS_EDT
public static final ComptesDataExchange IND_COMPTE_PAYE
public static final ComptesDataExchange IND_STOCKABLE
public static final ComptesDataExchange CPT_IMPUT_COUT_STOCK
public static final ComptesDataExchange COMPTE_IMMO
public static final ComptesDataExchange COMPTE_AMORTISSEMENT
public static final ComptesDataExchange COMPTE_DOTATION_AMORTISSEMENT
public static final ComptesDataExchange COMPTE_VNC
public static final ComptesDataExchange IND_CHAINE_VENTE
public static final ComptesDataExchange IND_CHAINE_ACHAT
public static final ComptesDataExchange IND_REPARTITION_CENTRE_COUTS
public static ComptesDataExchange[] values()
for (ComptesDataExchange c : ComptesDataExchange.values()) System.out.println(c);
public static ComptesDataExchange 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.