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