public enum RegroupementEvaluations extends Enum<RegroupementEvaluations> implements ITypeRegroupement<RegroupementEvaluations>
| Modifier and Type | Method and Description | 
|---|---|
| String | discriminent() | 
| abstract List<BindingElement> | getBindingElement() | 
| CategoriePieceGestion | getCategorie() | 
| abstract List<String> | getGroupBy() | 
| static com.google.common.base.Predicate<RegroupementEvaluations> | getPredicateForType(TypeRegroupement type) | 
| TypeRegroupement | getType() | 
| String | libelle() | 
| static List<String> | toListeDouble() | 
| String | value() | 
| static RegroupementEvaluations | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static RegroupementEvaluations[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final RegroupementEvaluations SESSION
public static final RegroupementEvaluations STAGE
public static final RegroupementEvaluations RESP_STAGE
public static final RegroupementEvaluations DIV_TECH
public static final RegroupementEvaluations DOM_TECH
public static final RegroupementEvaluations SS_DOM_TECH
public static final RegroupementEvaluations RESP_SPE
public static final RegroupementEvaluations LANGUE
public static final RegroupementEvaluations RESP_PRJ
public static final RegroupementEvaluations FAMILLE_AFFAIRE
public static final RegroupementEvaluations SS_FAMILLE_AFFAIRE
public static final RegroupementEvaluations ETB_LEADER
public static final RegroupementEvaluations DIV_LEADER
public static final RegroupementEvaluations CLIENT_SESSION
public static final RegroupementEvaluations FAM_CLIENT_SESSION
public static final RegroupementEvaluations SS_FAM_CLIENT_SESSION
public static final RegroupementEvaluations SECTEUR_CLIENT
public static final RegroupementEvaluations NIVEAU_FORM
public static final RegroupementEvaluations INTERVENANT
public static final RegroupementEvaluations NATURE_INTERV
public static final RegroupementEvaluations STATUT_INTERV
public static final RegroupementEvaluations CATEG_QUEST
public static final RegroupementEvaluations QUESTION
public static final RegroupementEvaluations PERIODE_EVAL
public static final RegroupementEvaluations UNITE_INTERV
public static final RegroupementEvaluations PARTICIPANT
public static final RegroupementEvaluations AFFAIRE_SESSION
public static final RegroupementEvaluations CLIENT_DOSSIER
public static final RegroupementEvaluations FAMILLE_CLIENT_DOSSIER
public static final RegroupementEvaluations SOUS_FAMILLE_CLIENT_DOSSIER
public static final RegroupementEvaluations PAYS_CLIENT_DOSSIER
public static final RegroupementEvaluations SECTEUR_CLIENT_DOSSIER
public static final RegroupementEvaluations QUESTIONNAIRE
public static final RegroupementEvaluations TYPE_QUEST
public static final RegroupementEvaluations RESPONSABLE_COMMERCIAL
public static final RegroupementEvaluations RESPONSABLE_FINANCIER
public static final RegroupementEvaluations RESPONSABLE_PRODUCTION
public static RegroupementEvaluations[] values()
for (RegroupementEvaluations c : RegroupementEvaluations.values()) System.out.println(c);
public static RegroupementEvaluations 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<RegroupementEvaluations>public abstract List<BindingElement> getBindingElement()
getBindingElement in interface ITypeRegroupement<RegroupementEvaluations>public final String value()
public final String libelle()
libelle in interface ITypeRegroupement<RegroupementEvaluations>public final String discriminent()
public CategoriePieceGestion getCategorie()
public TypeRegroupement getType()
public static com.google.common.base.Predicate<RegroupementEvaluations> getPredicateForType(TypeRegroupement type)
Copyright © 2016. All rights reserved.