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