public enum RegroupementManagerFichesTemps extends Enum<RegroupementManagerFichesTemps> implements ITypeRegroupement<RegroupementManagerFichesTemps>
Modifier and Type | Method and Description |
---|---|
String |
discriminent() |
abstract List<BindingElement> |
getBindingElement() |
abstract List<String> |
getGroupBy() |
String |
getLibelle() |
static List<RegroupementManagerFichesTemps> |
getValues() |
String |
libelle() |
static List<String> |
toListeDouble() |
String |
value() |
static RegroupementManagerFichesTemps |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RegroupementManagerFichesTemps[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RegroupementManagerFichesTemps FICHE
public static final RegroupementManagerFichesTemps COLLABORATEUR
public static final RegroupementManagerFichesTemps CADRE
public static final RegroupementManagerFichesTemps EXTERNE
public static final RegroupementManagerFichesTemps GENERIQUE
public static final RegroupementManagerFichesTemps DIVISION
public static final RegroupementManagerFichesTemps ETABLISSEMENT
public static final RegroupementManagerFichesTemps SOCIETE_AFFAIRE
public static final RegroupementManagerFichesTemps DIVISION_COLLAB
public static final RegroupementManagerFichesTemps ETABLISSEMENT_COLLAB
public static final RegroupementManagerFichesTemps SOCIETE_COLLAB
public static final RegroupementManagerFichesTemps MARCHE
public static final RegroupementManagerFichesTemps AFFAIRE
public static final RegroupementManagerFichesTemps NOM_AFFAIRE
public static final RegroupementManagerFichesTemps FAMILLE_AFFAIRE
public static final RegroupementManagerFichesTemps SS_FAMILLE_AFFAIRE
public static final RegroupementManagerFichesTemps ABSENCE
public static final RegroupementManagerFichesTemps AFF_INTERNE
public static final RegroupementManagerFichesTemps CODE_CLIENT_FINAL_AFFAIRE
public static final RegroupementManagerFichesTemps DEPARTEMENT
public static final RegroupementManagerFichesTemps SERVICE
public static final RegroupementManagerFichesTemps ACTIVITE
public static final RegroupementManagerFichesTemps LOT
public static final RegroupementManagerFichesTemps SOUS_LOT
public static final RegroupementManagerFichesTemps TACHE
public static final RegroupementManagerFichesTemps SECTEUR_COLLAB
public static final RegroupementManagerFichesTemps COMPETENCE_COLLAB
public static final RegroupementManagerFichesTemps RESP_HIERACHIQUE
public static final RegroupementManagerFichesTemps RESP_PROD
public static final RegroupementManagerFichesTemps RESP_COMM
public static final RegroupementManagerFichesTemps RESP_AFF
public static final RegroupementManagerFichesTemps RESP_FIN
public static final RegroupementManagerFichesTemps ETAT_AFFAIRE
public static final RegroupementManagerFichesTemps CLIENT
public static final RegroupementManagerFichesTemps ACTION
public static final RegroupementManagerFichesTemps REGROUPEMENT_ACTION
public static final RegroupementManagerFichesTemps ETAT_VALID
public static final RegroupementManagerFichesTemps ETAT_VALID_PREC
public static final RegroupementManagerFichesTemps EMPLOI
public static final RegroupementManagerFichesTemps HORAIRE_HEBDO
public static final RegroupementManagerFichesTemps INTERNE
public static final RegroupementManagerFichesTemps SUPPORT
public static final RegroupementManagerFichesTemps ANALYSE
public static RegroupementManagerFichesTemps[] values()
for (RegroupementManagerFichesTemps c : RegroupementManagerFichesTemps.values()) System.out.println(c);
public static RegroupementManagerFichesTemps 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<RegroupementManagerFichesTemps>
public abstract List<BindingElement> getBindingElement()
getBindingElement
in interface ITypeRegroupement<RegroupementManagerFichesTemps>
public final String value()
public final String libelle()
libelle
in interface ITypeRegroupement<RegroupementManagerFichesTemps>
public final String getLibelle()
public final String discriminent()
public static final List<RegroupementManagerFichesTemps> getValues()
Copyright © 2016. All rights reserved.