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