public enum QuestLiensDataExchange extends Enum<QuestLiensDataExchange> implements ImportDataExchange
| Enum Constant and Description |
|---|
CODE_OBJET_1 |
CODE_OBJET_2 |
MOT_CLE |
TAG |
TYPE_OBJET_1 |
TYPE_OBJET_2 |
FACULTATIF, OBLIGATOIRE| Modifier and Type | Method and Description |
|---|---|
int |
getLength() |
String |
getTitle() |
DataType |
getType() |
boolean |
isMandatory() |
static QuestLiensDataExchange |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QuestLiensDataExchange[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QuestLiensDataExchange TAG
public static final QuestLiensDataExchange MOT_CLE
public static final QuestLiensDataExchange TYPE_OBJET_1
public static final QuestLiensDataExchange CODE_OBJET_1
public static final QuestLiensDataExchange TYPE_OBJET_2
public static final QuestLiensDataExchange CODE_OBJET_2
public static QuestLiensDataExchange[] values()
for (QuestLiensDataExchange c : QuestLiensDataExchange.values()) System.out.println(c);
public static QuestLiensDataExchange 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.