public enum TempsDataExchange extends Enum<TempsDataExchange> implements ImportDataExchange, CodeIdentifiable
| Enum Constant and Description |
|---|
PLT_LIBELLE |
TE_CODE_ACTION |
TE_CODE_AFFAIRE |
TE_CODE_COLLABORATEUR |
TE_CODE_LOT |
TE_CODE_SOUS_LOT |
TE_COMMENTAIRE |
TE_DATE_FICHE |
TE_DUREE |
TE_ETAT |
TE_LIEU |
FACULTATIF, OBLIGATOIRE| Modifier and Type | Method and Description |
|---|---|
String |
getCode() |
int |
getLength() |
String |
getTitle() |
DataType |
getType() |
boolean |
isMandatory() |
static TempsDataExchange |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TempsDataExchange[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TempsDataExchange TE_DATE_FICHE
public static final TempsDataExchange TE_CODE_ACTION
public static final TempsDataExchange TE_DUREE
public static final TempsDataExchange TE_CODE_COLLABORATEUR
public static final TempsDataExchange TE_CODE_AFFAIRE
public static final TempsDataExchange TE_CODE_LOT
public static final TempsDataExchange TE_CODE_SOUS_LOT
public static final TempsDataExchange TE_COMMENTAIRE
public static final TempsDataExchange TE_LIEU
public static final TempsDataExchange PLT_LIBELLE
public static final TempsDataExchange TE_ETAT
public static TempsDataExchange[] values()
for (TempsDataExchange c : TempsDataExchange.values()) System.out.println(c);
public static TempsDataExchange 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 ImportDataExchangepublic String getTitle()
getTitle in interface ImportDataExchangepublic int getLength()
getLength in interface ImportDataExchangepublic DataType getType()
getType in interface ImportDataExchangepublic String getCode()
getCode in interface CodeIdentifiableCopyright © 2016. All rights reserved.