public enum RessourceHistoDataExchange extends Enum<RessourceHistoDataExchange> implements ImportDataExchange, CodeIdentifiable
Enum Constant and Description |
---|
ABSENT |
CODE_COLLAB |
COEFF_LISSAGE |
COMPETENCE |
COUT_HOR_DIRECT |
COUT_HOR_STD |
DATE_DEBUT |
DATE_FIN |
ETABL |
FONCTION |
HORAIRE_JOURN |
MATRICULE |
NOM |
PX_VTE_JOURN |
RESPONSABLE |
SALAIRE |
SERVICE |
TX_OCCUP |
FACULTATIF, OBLIGATOIRE
Modifier and Type | Method and Description |
---|---|
String |
getCode() |
int |
getLength() |
String |
getTitle() |
DataType |
getType() |
boolean |
isMandatory() |
static RessourceHistoDataExchange |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RessourceHistoDataExchange[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RessourceHistoDataExchange MATRICULE
public static final RessourceHistoDataExchange NOM
public static final RessourceHistoDataExchange DATE_DEBUT
public static final RessourceHistoDataExchange DATE_FIN
public static final RessourceHistoDataExchange COUT_HOR_DIRECT
public static final RessourceHistoDataExchange COUT_HOR_STD
public static final RessourceHistoDataExchange SALAIRE
public static final RessourceHistoDataExchange COMPETENCE
public static final RessourceHistoDataExchange TX_OCCUP
public static final RessourceHistoDataExchange PX_VTE_JOURN
public static final RessourceHistoDataExchange HORAIRE_JOURN
public static final RessourceHistoDataExchange FONCTION
public static final RessourceHistoDataExchange SERVICE
public static final RessourceHistoDataExchange COEFF_LISSAGE
public static final RessourceHistoDataExchange ETABL
public static final RessourceHistoDataExchange RESPONSABLE
public static final RessourceHistoDataExchange ABSENT
public static final RessourceHistoDataExchange CODE_COLLAB
public static RessourceHistoDataExchange[] values()
for (RessourceHistoDataExchange c : RessourceHistoDataExchange.values()) System.out.println(c);
public static RessourceHistoDataExchange 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
public String getCode()
getCode
in interface CodeIdentifiable
Copyright © 2016. All rights reserved.