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