public enum TacheDataExchange extends Enum<TacheDataExchange> implements ImportDataExchange
Enum Constant and Description |
---|
AFFAIRE |
ARCHIVE |
BUDGET |
CLB_ASSOCIE |
CLB_RESP |
CODE_LOT |
CODE_SSLOT |
COMMENTAIRE |
DATE_DEBUT |
DATE_FIN |
DELAI |
DT_DEBUT_I |
DT_FIN_I |
DT_REAL |
DUREE |
FORFAIT |
IND_AVANCEMENT |
LIBELLE |
LIEU |
MODELE_TACHE |
NIV_RISK |
NUM_ORDRE |
PRCT_AV |
PRD_CODE |
PRD_REGROUP |
PRIORITE |
PRIVE |
RAF |
REST_PLANIF |
TJM |
TYPE |
TYPE_TACHE |
FACULTATIF, OBLIGATOIRE
Modifier and Type | Method and Description |
---|---|
int |
getLength() |
String |
getTitle() |
DataType |
getType() |
boolean |
isMandatory() |
static TacheDataExchange |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TacheDataExchange[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TacheDataExchange AFFAIRE
public static final TacheDataExchange CODE_LOT
public static final TacheDataExchange CODE_SSLOT
public static final TacheDataExchange TYPE
public static final TacheDataExchange LIBELLE
public static final TacheDataExchange DATE_DEBUT
public static final TacheDataExchange DATE_FIN
public static final TacheDataExchange CLB_RESP
public static final TacheDataExchange CLB_ASSOCIE
public static final TacheDataExchange MODELE_TACHE
public static final TacheDataExchange PRD_CODE
public static final TacheDataExchange PRD_REGROUP
public static final TacheDataExchange PRCT_AV
public static final TacheDataExchange NIV_RISK
public static final TacheDataExchange TYPE_TACHE
public static final TacheDataExchange COMMENTAIRE
public static final TacheDataExchange PRIORITE
public static final TacheDataExchange PRIVE
public static final TacheDataExchange ARCHIVE
public static final TacheDataExchange DT_DEBUT_I
public static final TacheDataExchange DT_FIN_I
public static final TacheDataExchange BUDGET
public static final TacheDataExchange DUREE
public static final TacheDataExchange NUM_ORDRE
public static final TacheDataExchange LIEU
public static final TacheDataExchange TJM
public static final TacheDataExchange FORFAIT
public static final TacheDataExchange REST_PLANIF
public static final TacheDataExchange RAF
public static final TacheDataExchange DELAI
public static final TacheDataExchange DT_REAL
public static final TacheDataExchange IND_AVANCEMENT
public static TacheDataExchange[] values()
for (TacheDataExchange c : TacheDataExchange.values()) System.out.println(c);
public static TacheDataExchange 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.