public enum PlanningAbsenceDataExchange extends Enum<PlanningAbsenceDataExchange> implements ImportDataExchange
| Enum Constant and Description |
|---|
CALENDRIER |
CODE_ACTION |
CODE_AFFAIRE |
CODE_COLLAB |
CODE_LOT |
CODE_SSLOT |
DATE_FICHE |
MATRICULE_COLLAB |
NB_JOURS |
FACULTATIF, OBLIGATOIRE| Modifier and Type | Method and Description |
|---|---|
int |
getLength() |
String |
getTitle() |
DataType |
getType() |
boolean |
isMandatory() |
static PlanningAbsenceDataExchange |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PlanningAbsenceDataExchange[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PlanningAbsenceDataExchange CALENDRIER
public static final PlanningAbsenceDataExchange CODE_AFFAIRE
public static final PlanningAbsenceDataExchange CODE_LOT
public static final PlanningAbsenceDataExchange CODE_SSLOT
public static final PlanningAbsenceDataExchange CODE_COLLAB
public static final PlanningAbsenceDataExchange MATRICULE_COLLAB
public static final PlanningAbsenceDataExchange CODE_ACTION
public static final PlanningAbsenceDataExchange DATE_FICHE
public static final PlanningAbsenceDataExchange NB_JOURS
public static PlanningAbsenceDataExchange[] values()
for (PlanningAbsenceDataExchange c : PlanningAbsenceDataExchange.values()) System.out.println(c);
public static PlanningAbsenceDataExchange 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.