public enum RegroupementManagerTempsPlg extends Enum<RegroupementManagerTempsPlg> implements ITypeRegroupement<RegroupementManagerTempsPlg>
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 RegroupementManagerTempsPlg |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RegroupementManagerTempsPlg[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RegroupementManagerTempsPlg DIVISION_AFF
public static final RegroupementManagerTempsPlg RGP_DIVISION
public static final RegroupementManagerTempsPlg ETABLISSEMENT_AFF
public static final RegroupementManagerTempsPlg AFFAIRE
public static final RegroupementManagerTempsPlg SOCIETE_AFFAIRE
public static final RegroupementManagerTempsPlg NOM_AFFAIRE
public static final RegroupementManagerTempsPlg LOT
public static final RegroupementManagerTempsPlg SOUS_LOT
public static final RegroupementManagerTempsPlg TACHE
public static final RegroupementManagerTempsPlg ACTION
public static final RegroupementManagerTempsPlg NATURE_ACTION
public static final RegroupementManagerTempsPlg TYPE_ACTION
public static final RegroupementManagerTempsPlg TPS_ETAT
public static final RegroupementManagerTempsPlg TPS_ETAT_PREC
public static final RegroupementManagerTempsPlg FAMILLE_AFFAIRE
public static final RegroupementManagerTempsPlg SS_FAMILLE_AFFAIRE
public static final RegroupementManagerTempsPlg RESP_COMM
public static final RegroupementManagerTempsPlg RESP_AFF
public static final RegroupementManagerTempsPlg RESP_PROD
public static final RegroupementManagerTempsPlg RESP_FIN
public static final RegroupementManagerTempsPlg RESP_TACHE
public static final RegroupementManagerTempsPlg CLIENT_AFF
public static final RegroupementManagerTempsPlg DIVISION_COLLAB
public static final RegroupementManagerTempsPlg RGP_DIVISION_COLLAB
public static final RegroupementManagerTempsPlg ETABLISSEMENT_COLLAB
public static final RegroupementManagerTempsPlg RESP_COLLAB
public static final RegroupementManagerTempsPlg SERVICE
public static final RegroupementManagerTempsPlg COMPETENCE
public static final RegroupementManagerTempsPlg RESSOURCE
public static final RegroupementManagerTempsPlg CLB_ASS_TACHE
public static final RegroupementManagerTempsPlg ETAT_AFFAIRE
public static final RegroupementManagerTempsPlg SOCIETE
public static final RegroupementManagerTempsPlg TYPE_PIECE
public static final RegroupementManagerTempsPlg ACTIVITE
public static final RegroupementManagerTempsPlg DEPARTEMENT
public static RegroupementManagerTempsPlg[] values()
for (RegroupementManagerTempsPlg c : RegroupementManagerTempsPlg.values()) System.out.println(c);
public static RegroupementManagerTempsPlg 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<RegroupementManagerTempsPlg>
public abstract List<BindingElement> getBindingElement()
getBindingElement
in interface ITypeRegroupement<RegroupementManagerTempsPlg>
public final String value()
public final String libelle()
libelle
in interface ITypeRegroupement<RegroupementManagerTempsPlg>
public final String getLibelle()
public final String discriminent()
Copyright © 2016. All rights reserved.