public enum ProduitMaintDataExchange extends Enum<ProduitMaintDataExchange> implements ImportDataExchange, CodeIdentifiable
Enum Constant and Description |
---|
CODE_MODELE |
DESIGNATION |
IDENTIFIANT_CLIENT |
NOM_APPEL_PRODUIT |
NUM_SERIE |
FACULTATIF, OBLIGATOIRE
Modifier and Type | Method and Description |
---|---|
String |
getCode() |
int |
getLength() |
String |
getTitle() |
DataType |
getType() |
boolean |
isMandatory() |
static ProduitMaintDataExchange |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProduitMaintDataExchange[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProduitMaintDataExchange CODE_MODELE
public static final ProduitMaintDataExchange NOM_APPEL_PRODUIT
public static final ProduitMaintDataExchange DESIGNATION
public static final ProduitMaintDataExchange NUM_SERIE
public static final ProduitMaintDataExchange IDENTIFIANT_CLIENT
public static ProduitMaintDataExchange[] values()
for (ProduitMaintDataExchange c : ProduitMaintDataExchange.values()) System.out.println(c);
public static ProduitMaintDataExchange 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
public String getCode()
getCode
in interface CodeIdentifiable
Copyright © 2016. All rights reserved.