public enum CompetenceCollaborateurDataExchange extends Enum<CompetenceCollaborateurDataExchange> implements ImportDataExchange
Enum Constant and Description |
---|
CC_CODE_COLLABORATEUR |
CC_CODE_COMPETENCE |
CC_CODE_NIVEAU |
CC_DEBUT_VALIDITE |
CC_DEGRE |
CC_FIN_VALIDITE |
CC_INFORMATIONS_COMPLEMENTAIRES |
CC_MOT_CLEF |
CC_NUMERO_ORDRE |
CC_VALIDE |
FACULTATIF, OBLIGATOIRE
Modifier and Type | Method and Description |
---|---|
int |
getLength() |
String |
getTitle() |
DataType |
getType() |
boolean |
isMandatory() |
static CompetenceCollaborateurDataExchange |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompetenceCollaborateurDataExchange[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CompetenceCollaborateurDataExchange CC_CODE_COMPETENCE
public static final CompetenceCollaborateurDataExchange CC_CODE_COLLABORATEUR
public static final CompetenceCollaborateurDataExchange CC_VALIDE
public static final CompetenceCollaborateurDataExchange CC_NUMERO_ORDRE
public static final CompetenceCollaborateurDataExchange CC_DEGRE
public static final CompetenceCollaborateurDataExchange CC_MOT_CLEF
public static final CompetenceCollaborateurDataExchange CC_INFORMATIONS_COMPLEMENTAIRES
public static final CompetenceCollaborateurDataExchange CC_DEBUT_VALIDITE
public static final CompetenceCollaborateurDataExchange CC_FIN_VALIDITE
public static final CompetenceCollaborateurDataExchange CC_CODE_NIVEAU
public static CompetenceCollaborateurDataExchange[] values()
for (CompetenceCollaborateurDataExchange c : CompetenceCollaborateurDataExchange.values()) System.out.println(c);
public static CompetenceCollaborateurDataExchange 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
Copyright © 2016. All rights reserved.