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