public enum ProduitDataExchange extends Enum<ProduitDataExchange> implements ImportDataExchange
Enum Constant and Description |
---|
CODE_CLASSIF |
CODE_EMPLCT |
CODE_MARQUE |
CODE_MODELE |
CODE_PARC |
CODE_POSTE |
DATE_DE_FIN_GARANTIE_CONSTRUCTEUR |
DESIGNATION_PRODUIT |
IDENTIFIANT_CLIENT |
IND_SOUS_TRAIT |
NOM_APPEL_PRODUIT |
NUMERO_DE_SERIE |
FACULTATIF, OBLIGATOIRE
Modifier and Type | Method and Description |
---|---|
int |
getLength() |
String |
getTitle() |
DataType |
getType() |
boolean |
isMandatory() |
static ProduitDataExchange |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProduitDataExchange[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProduitDataExchange NOM_APPEL_PRODUIT
public static final ProduitDataExchange DESIGNATION_PRODUIT
public static final ProduitDataExchange NUMERO_DE_SERIE
public static final ProduitDataExchange IDENTIFIANT_CLIENT
public static final ProduitDataExchange DATE_DE_FIN_GARANTIE_CONSTRUCTEUR
public static final ProduitDataExchange IND_SOUS_TRAIT
public static final ProduitDataExchange CODE_MODELE
public static final ProduitDataExchange CODE_CLASSIF
public static final ProduitDataExchange CODE_MARQUE
public static final ProduitDataExchange CODE_PARC
public static final ProduitDataExchange CODE_EMPLCT
public static final ProduitDataExchange CODE_POSTE
public static ProduitDataExchange[] values()
for (ProduitDataExchange c : ProduitDataExchange.values()) System.out.println(c);
public static ProduitDataExchange 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.