public enum DroitsAbsenceDataExchange extends Enum<DroitsAbsenceDataExchange> implements ImportDataExchange, CodeIdentifiable
| Enum Constant and Description | 
|---|
| CODE_COLLABORATEUR | 
| CODE_SOCIETE | 
| DATE_DEBUT | 
| DATE_FIN | 
| MATRICULE_COLLABORATEUR | 
| NATURE | 
| NBR_JOURS | 
FACULTATIF, OBLIGATOIRE| Modifier and Type | Method and Description | 
|---|---|
| String | getCode() | 
| int | getLength() | 
| String | getTitle() | 
| DataType | getType() | 
| boolean | isMandatory() | 
| static DroitsAbsenceDataExchange | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static DroitsAbsenceDataExchange[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final DroitsAbsenceDataExchange CODE_SOCIETE
public static final DroitsAbsenceDataExchange CODE_COLLABORATEUR
public static final DroitsAbsenceDataExchange MATRICULE_COLLABORATEUR
public static final DroitsAbsenceDataExchange NATURE
public static final DroitsAbsenceDataExchange DATE_DEBUT
public static final DroitsAbsenceDataExchange DATE_FIN
public static final DroitsAbsenceDataExchange NBR_JOURS
public static DroitsAbsenceDataExchange[] values()
for (DroitsAbsenceDataExchange c : DroitsAbsenceDataExchange.values()) System.out.println(c);
public static DroitsAbsenceDataExchange 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.