public enum CompteResultatDataExchange extends Enum<CompteResultatDataExchange> implements ImportDataExchange, CodeIdentifiable
Enum Constant and Description |
---|
CODE_COMPTE_RESULTAT |
DIVISION |
ETABLISSEMENT |
FAMILLE |
FAMILLE_CODE_REGROUPEMENT |
FAMILLE_LIBELLE |
NUMERO_REVISION |
POSTE_BUDGETAIRE |
POSTE_BUDGETAIRE_LIBELLE |
SOCIETE |
FACULTATIF, OBLIGATOIRE
Modifier and Type | Method and Description |
---|---|
String |
getCode() |
int |
getLength() |
String |
getTitle() |
DataType |
getType() |
boolean |
isMandatory() |
static CompteResultatDataExchange |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompteResultatDataExchange[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CompteResultatDataExchange CODE_COMPTE_RESULTAT
public static final CompteResultatDataExchange POSTE_BUDGETAIRE
public static final CompteResultatDataExchange POSTE_BUDGETAIRE_LIBELLE
public static final CompteResultatDataExchange NUMERO_REVISION
public static final CompteResultatDataExchange SOCIETE
public static final CompteResultatDataExchange ETABLISSEMENT
public static final CompteResultatDataExchange DIVISION
public static final CompteResultatDataExchange FAMILLE
public static final CompteResultatDataExchange FAMILLE_LIBELLE
public static final CompteResultatDataExchange FAMILLE_CODE_REGROUPEMENT
public static CompteResultatDataExchange[] values()
for (CompteResultatDataExchange c : CompteResultatDataExchange.values()) System.out.println(c);
public static CompteResultatDataExchange 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
public String getCode()
getCode
in interface CodeIdentifiable
Copyright © 2016. All rights reserved.