public enum QuestQuestionDataExchange extends Enum<QuestQuestionDataExchange> implements ImportDataExchange
| Enum Constant and Description |
|---|
CLE |
COEFF |
COMMENTAIRE |
DESCRIPTION |
FIELD_DEST |
LIBELLE_QUESTION |
NUM_1 |
NUM_2 |
TAG |
TAG_FIN |
UNIT_1 |
UNIT_2 |
URL |
FACULTATIF, OBLIGATOIRE| Modifier and Type | Method and Description |
|---|---|
int |
getLength() |
String |
getTitle() |
DataType |
getType() |
boolean |
isMandatory() |
static QuestQuestionDataExchange |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QuestQuestionDataExchange[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QuestQuestionDataExchange TAG
public static final QuestQuestionDataExchange CLE
public static final QuestQuestionDataExchange LIBELLE_QUESTION
public static final QuestQuestionDataExchange DESCRIPTION
public static final QuestQuestionDataExchange COMMENTAIRE
public static final QuestQuestionDataExchange URL
public static final QuestQuestionDataExchange FIELD_DEST
public static final QuestQuestionDataExchange NUM_1
public static final QuestQuestionDataExchange UNIT_1
public static final QuestQuestionDataExchange NUM_2
public static final QuestQuestionDataExchange UNIT_2
public static final QuestQuestionDataExchange COEFF
public static final QuestQuestionDataExchange TAG_FIN
public static QuestQuestionDataExchange[] values()
for (QuestQuestionDataExchange c : QuestQuestionDataExchange.values()) System.out.println(c);
public static QuestQuestionDataExchange 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 int getLength()
getLength in interface ImportDataExchangepublic DataType getType()
getType in interface ImportDataExchangepublic String getTitle()
getTitle in interface ImportDataExchangeCopyright © 2016. All rights reserved.