public enum LignesChargeDataExchange extends Enum<LignesChargeDataExchange> implements ImportDataExchange
FACULTATIF, OBLIGATOIRE
Modifier and Type | Method and Description |
---|---|
int |
getLength() |
String |
getTitle() |
DataType |
getType() |
boolean |
isMandatory() |
static LignesChargeDataExchange |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LignesChargeDataExchange[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LignesChargeDataExchange LCH_LCC_NUMLIGNE
public static final LignesChargeDataExchange LCH_TYPE
public static final LignesChargeDataExchange LCH_NOORDRE
public static final LignesChargeDataExchange LCH_CODE_COLLAB
public static final LignesChargeDataExchange LCH_CODE_ACTION
public static final LignesChargeDataExchange LCH_PLT_LIBELLE
public static final LignesChargeDataExchange LCH_CODE_FOU
public static final LignesChargeDataExchange LCH_PRD_REGROUPEMENT
public static final LignesChargeDataExchange LCH_PRD_REFERENCE
public static final LignesChargeDataExchange LCH_CODE_DEVISE
public static final LignesChargeDataExchange LCH_DESIGNATION
public static final LignesChargeDataExchange LCH_TEXTE
public static final LignesChargeDataExchange LCH_QUANTITE
public static final LignesChargeDataExchange LCH_PRIXUNIT
public static final LignesChargeDataExchange LCH_COEFFICIENT
public static final LignesChargeDataExchange LCH_CODE_AFF
public static final LignesChargeDataExchange LCH_CODE_LOT
public static final LignesChargeDataExchange LCH_CODE_SSLOT
public static final LignesChargeDataExchange LCH_DATE_PREVISION
public static final LignesChargeDataExchange LCH_PERIODE_DEBUT
public static final LignesChargeDataExchange LCH_PERIODE_FIN
public static final LignesChargeDataExchange LCH_IND_GROUPE
public static final LignesChargeDataExchange LCH_IND_INTERNE
public static LignesChargeDataExchange[] values()
for (LignesChargeDataExchange c : LignesChargeDataExchange.values()) System.out.println(c);
public static LignesChargeDataExchange 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.