public enum LotDataExchange extends Enum<LotDataExchange> implements ImportDataExchange
Enum Constant and Description |
---|
CODE_AFFAIRE |
CODE_ETAT |
CODE_LOT |
DEB_PROD_PREV |
DEB_PROD_REEL |
DESCRIPTION |
FIN_PROD_PREV |
FIN_PROD_REEL |
NOM_APPEL |
RESPONSABLE |
FACULTATIF, OBLIGATOIRE
Modifier and Type | Method and Description |
---|---|
int |
getLength() |
String |
getTitle() |
DataType |
getType() |
boolean |
isMandatory() |
static LotDataExchange |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LotDataExchange[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LotDataExchange CODE_AFFAIRE
public static final LotDataExchange CODE_LOT
public static final LotDataExchange NOM_APPEL
public static final LotDataExchange CODE_ETAT
public static final LotDataExchange RESPONSABLE
public static final LotDataExchange DEB_PROD_PREV
public static final LotDataExchange DEB_PROD_REEL
public static final LotDataExchange FIN_PROD_PREV
public static final LotDataExchange FIN_PROD_REEL
public static final LotDataExchange DESCRIPTION
public static LotDataExchange[] values()
for (LotDataExchange c : LotDataExchange.values()) System.out.println(c);
public static LotDataExchange 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.