public enum RegroupementSuiviGeneral extends Enum<RegroupementSuiviGeneral> implements ITypeRegroupement<RegroupementSuiviGeneral>
Modifier and Type | Method and Description |
---|---|
String |
discriminent() |
abstract List<BindingElement> |
getBindingElement() |
CategoriePieceGestion |
getCategorie() |
abstract List<String> |
getGroupBy() |
String |
libelle() |
static List<String> |
toListeDouble() |
String |
value() |
static RegroupementSuiviGeneral |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RegroupementSuiviGeneral[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RegroupementSuiviGeneral DIV_LEADER
public static final RegroupementSuiviGeneral ETB_LEADER
public static final RegroupementSuiviGeneral DIV_REAL
public static final RegroupementSuiviGeneral ETB_REAL
public static final RegroupementSuiviGeneral FAMILLE_AFFAIRE
public static final RegroupementSuiviGeneral SS_FAMILLE_AFFAIRE
public static final RegroupementSuiviGeneral AFFAIRE_REAL
public static final RegroupementSuiviGeneral AFFAIRE_CHARGE
public static final RegroupementSuiviGeneral STAGE
public static final RegroupementSuiviGeneral RESP_STAGE
public static final RegroupementSuiviGeneral RESP_SPE
public static final RegroupementSuiviGeneral DIV_TECH
public static final RegroupementSuiviGeneral DOM_TECH
public static final RegroupementSuiviGeneral SS_DOM_TECH
public static final RegroupementSuiviGeneral OPPORTUNITE
public static final RegroupementSuiviGeneral PAYS_OPP
public static final RegroupementSuiviGeneral SESSION
public static final RegroupementSuiviGeneral PARTIE
public static final RegroupementSuiviGeneral RESP_PRJ
public static final RegroupementSuiviGeneral LANGUE
public static final RegroupementSuiviGeneral LIEU
public static final RegroupementSuiviGeneral CLIENT_SESSION
public static final RegroupementSuiviGeneral PAYS_SES
public static final RegroupementSuiviGeneral FAM_CLIENT_SESSION
public static final RegroupementSuiviGeneral SS_FAM_CLIENT_SESSION
public static final RegroupementSuiviGeneral CLIENT_DOSSIER
public static final RegroupementSuiviGeneral PAYS_DOS
public static final RegroupementSuiviGeneral FAM_CLIENT_DOSSIER
public static final RegroupementSuiviGeneral SS_FAM_CLIENT_DOSS
public static final RegroupementSuiviGeneral CLIENT_ORGA
public static final RegroupementSuiviGeneral IND_SURPRGM
public static final RegroupementSuiviGeneral IND_ACTION
public static final RegroupementSuiviGeneral IND_BPF
public static final RegroupementSuiviGeneral NIVEAU_FORM
public static final RegroupementSuiviGeneral CLIENT_SECTEUR
public static final RegroupementSuiviGeneral RESPONSABLE_COMMERCIAL
public static final RegroupementSuiviGeneral RESPONSABLE_FINANCIER
public static final RegroupementSuiviGeneral RESPONSABLE_PRODUCTION
public static final RegroupementSuiviGeneral FAMILLE_PRODUIT_FORMATION
public static final RegroupementSuiviGeneral SOUS_FAMILLE_PRODUIT_FORMATION
public static RegroupementSuiviGeneral[] values()
for (RegroupementSuiviGeneral c : RegroupementSuiviGeneral.values()) System.out.println(c);
public static RegroupementSuiviGeneral 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<RegroupementSuiviGeneral>
public abstract List<BindingElement> getBindingElement()
getBindingElement
in interface ITypeRegroupement<RegroupementSuiviGeneral>
public final String value()
public final String libelle()
libelle
in interface ITypeRegroupement<RegroupementSuiviGeneral>
public final String discriminent()
public CategoriePieceGestion getCategorie()
Copyright © 2016. All rights reserved.