public enum LignesDevisDataExchange extends Enum<LignesDevisDataExchange> implements ImportDataExchange
FACULTATIF, OBLIGATOIRE
Modifier and Type | Method and Description |
---|---|
int |
getLength() |
String |
getTitle() |
DataType |
getType() |
boolean |
isMandatory() |
static LignesDevisDataExchange |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LignesDevisDataExchange[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LignesDevisDataExchange LCC_NUMLIGNE
public static final LignesDevisDataExchange LCC_REGROUPEMENT
public static final LignesDevisDataExchange LCC_REFERENCE
public static final LignesDevisDataExchange LCC_QUANTITE
public static final LignesDevisDataExchange LCC_D_TARIFUNIT
public static final LignesDevisDataExchange LCC_D_TXREMISE
public static final LignesDevisDataExchange LCC_CODETVA
public static final LignesDevisDataExchange LCC_CODE_AFF
public static final LignesDevisDataExchange LCC_CODE_LOT
public static final LignesDevisDataExchange LCC_CODE_SSLOT
public static final LignesDevisDataExchange LCC_DESCOMPART
public static final LignesDevisDataExchange LCC_TEXTE
public static final LignesDevisDataExchange LCC_PERIODE_DEBUT
public static final LignesDevisDataExchange LCC_PERIODE_FIN
public static final LignesDevisDataExchange LCC_DATE_LIVR_P
public static final LignesDevisDataExchange LCC_PLT_LIBELLE
public static final LignesDevisDataExchange LCC_COLLAB
public static final LignesDevisDataExchange LCC_STDP_CODE_DEPOT
public static final LignesDevisDataExchange LCC_DATE_CONTRA
public static final LignesDevisDataExchange LCC_DATE_FACT_PREV
public static final LignesDevisDataExchange LCC_NUM_CONTRAT
public static final LignesDevisDataExchange LCC_NUM_EXT_CONTRAT
public static LignesDevisDataExchange[] values()
for (LignesDevisDataExchange c : LignesDevisDataExchange.values()) System.out.println(c);
public static LignesDevisDataExchange 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.