public enum ExportComptableStandardDataExchange extends Enum<ExportComptableStandardDataExchange>
Enum Constant and Description |
---|
COMPTE_AUX_LIB |
COMPTE_AUX_NUM |
COMPTE_LIB |
COMPTE_NUM |
CREDIT |
DATE_LET |
DEBIT |
ECRITURE_DATE |
ECRITURE_LET |
ECRITURE_LIB |
ECRITURE_NUM |
IDEVISE |
JOURNAL_CODE |
JOURNAL_LIB |
MONTANT_DEVISE |
PIECE_DATE |
PIECE_REF |
VALIDE_LET |
Modifier and Type | Method and Description |
---|---|
String |
getCode() |
int |
getPreferredWidth() |
void |
setCode(String code) |
void |
setPreferredWidth(int preferredWidth) |
static ExportComptableStandardDataExchange |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExportComptableStandardDataExchange[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExportComptableStandardDataExchange JOURNAL_CODE
public static final ExportComptableStandardDataExchange JOURNAL_LIB
public static final ExportComptableStandardDataExchange ECRITURE_NUM
public static final ExportComptableStandardDataExchange ECRITURE_DATE
public static final ExportComptableStandardDataExchange COMPTE_NUM
public static final ExportComptableStandardDataExchange COMPTE_LIB
public static final ExportComptableStandardDataExchange COMPTE_AUX_NUM
public static final ExportComptableStandardDataExchange COMPTE_AUX_LIB
public static final ExportComptableStandardDataExchange PIECE_REF
public static final ExportComptableStandardDataExchange PIECE_DATE
public static final ExportComptableStandardDataExchange ECRITURE_LIB
public static final ExportComptableStandardDataExchange DEBIT
public static final ExportComptableStandardDataExchange CREDIT
public static final ExportComptableStandardDataExchange ECRITURE_LET
public static final ExportComptableStandardDataExchange DATE_LET
public static final ExportComptableStandardDataExchange VALIDE_LET
public static final ExportComptableStandardDataExchange MONTANT_DEVISE
public static final ExportComptableStandardDataExchange IDEVISE
public static ExportComptableStandardDataExchange[] values()
for (ExportComptableStandardDataExchange c : ExportComptableStandardDataExchange.values()) System.out.println(c);
public static ExportComptableStandardDataExchange 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 String getCode()
public void setCode(String code)
public int getPreferredWidth()
public void setPreferredWidth(int preferredWidth)
Copyright © 2016. All rights reserved.