public enum RegroupementManagerComptaBudgetaire extends Enum<RegroupementManagerComptaBudgetaire> implements ITypeRegroupement<RegroupementManagerComptaBudgetaire>
| Enum Constant and Description |
|---|
DIVISION |
ETABLISSEMENT |
FAMILLE_AFFAIRE |
POSTE_BUDGETAIRE |
SOCIETE |
| Modifier and Type | Method and Description |
|---|---|
String |
discriminent() |
abstract List<BindingElement> |
getBindingElement() |
abstract List<String> |
getGroupBy() |
String |
getLibelle() |
String |
libelle() |
static List<String> |
toListeDouble() |
String |
value() |
static RegroupementManagerComptaBudgetaire |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RegroupementManagerComptaBudgetaire[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RegroupementManagerComptaBudgetaire SOCIETE
public static final RegroupementManagerComptaBudgetaire ETABLISSEMENT
public static final RegroupementManagerComptaBudgetaire DIVISION
public static final RegroupementManagerComptaBudgetaire FAMILLE_AFFAIRE
public static final RegroupementManagerComptaBudgetaire POSTE_BUDGETAIRE
public static RegroupementManagerComptaBudgetaire[] values()
for (RegroupementManagerComptaBudgetaire c : RegroupementManagerComptaBudgetaire.values()) System.out.println(c);
public static RegroupementManagerComptaBudgetaire 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 abstract List<String> getGroupBy()
getGroupBy in interface ITypeRegroupement<RegroupementManagerComptaBudgetaire>public abstract List<BindingElement> getBindingElement()
getBindingElement in interface ITypeRegroupement<RegroupementManagerComptaBudgetaire>public final String value()
public final String libelle()
libelle in interface ITypeRegroupement<RegroupementManagerComptaBudgetaire>public final String getLibelle()
public final String discriminent()
Copyright © 2016. All rights reserved.