public enum PlanningDataExchange extends Enum<PlanningDataExchange> implements ImportDataExchange
| Enum Constant and Description |
|---|
TP_CODE_ACTION |
TP_CODE_AFFAIRE |
TP_CODE_COLLAB |
TP_CODE_LOT |
TP_CODE_SOUS_LOT |
TP_COMMENTAIRE |
TP_DATE_FICHE |
TP_DUREE |
TP_HEURE_FICHE |
TP_LIBELLE_TACHE |
TP_LIEU |
TP_LIV_NUMERO |
TP_NUM_DEMANDE |
TP_NUM_INTERV |
TP_NUMDEVIS |
TP_VALIDE |
FACULTATIF, OBLIGATOIRE| Modifier and Type | Method and Description |
|---|---|
int |
getLength() |
String |
getTitle() |
DataType |
getType() |
boolean |
isMandatory() |
static PlanningDataExchange |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlanningDataExchange[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PlanningDataExchange TP_DATE_FICHE
public static final PlanningDataExchange TP_HEURE_FICHE
public static final PlanningDataExchange TP_CODE_ACTION
public static final PlanningDataExchange TP_DUREE
public static final PlanningDataExchange TP_CODE_COLLAB
public static final PlanningDataExchange TP_CODE_AFFAIRE
public static final PlanningDataExchange TP_CODE_LOT
public static final PlanningDataExchange TP_CODE_SOUS_LOT
public static final PlanningDataExchange TP_LIBELLE_TACHE
public static final PlanningDataExchange TP_COMMENTAIRE
public static final PlanningDataExchange TP_LIEU
public static final PlanningDataExchange TP_VALIDE
public static final PlanningDataExchange TP_NUMDEVIS
public static final PlanningDataExchange TP_LIV_NUMERO
public static final PlanningDataExchange TP_NUM_DEMANDE
public static final PlanningDataExchange TP_NUM_INTERV
public static PlanningDataExchange[] values()
for (PlanningDataExchange c : PlanningDataExchange.values()) System.out.println(c);
public static PlanningDataExchange 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 ImportDataExchangeCopyright © 2016. All rights reserved.