public enum RegroupementIntervention extends Enum<RegroupementIntervention> implements ITypeRegroupement<RegroupementIntervention>
Enum Constant and Description |
---|
AFFAIRE_CHARGE |
AFFAIRE_REAL |
ETAT |
ETB_LEADER |
ETB_REAL |
FAMILLE_AFFAIRE |
INTERVENANT |
NATURE |
PARTIE |
RESP_PRJ |
RESPONSABLE_COMMERCIAL |
RESPONSABLE_FINANCIER |
RESPONSABLE_PRODUCTION |
SESSION |
TACHE |
TYPE_INTERV |
UNITE_INTERVENTION |
Modifier and Type | Method and Description |
---|---|
String |
discriminent() |
abstract List<BindingElement> |
getBindingElement() |
abstract List<String> |
getGroupBy() |
String |
libelle() |
static List<String> |
toListeDouble() |
String |
value() |
static RegroupementIntervention |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RegroupementIntervention[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RegroupementIntervention ETB_LEADER
public static final RegroupementIntervention ETB_REAL
public static final RegroupementIntervention FAMILLE_AFFAIRE
public static final RegroupementIntervention AFFAIRE_REAL
public static final RegroupementIntervention AFFAIRE_CHARGE
public static final RegroupementIntervention SESSION
public static final RegroupementIntervention PARTIE
public static final RegroupementIntervention UNITE_INTERVENTION
public static final RegroupementIntervention RESP_PRJ
public static final RegroupementIntervention INTERVENANT
public static final RegroupementIntervention TYPE_INTERV
public static final RegroupementIntervention NATURE
public static final RegroupementIntervention TACHE
public static final RegroupementIntervention ETAT
public static final RegroupementIntervention RESPONSABLE_COMMERCIAL
public static final RegroupementIntervention RESPONSABLE_FINANCIER
public static final RegroupementIntervention RESPONSABLE_PRODUCTION
public static RegroupementIntervention[] values()
for (RegroupementIntervention c : RegroupementIntervention.values()) System.out.println(c);
public static RegroupementIntervention 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<RegroupementIntervention>
public abstract List<BindingElement> getBindingElement()
getBindingElement
in interface ITypeRegroupement<RegroupementIntervention>
public final String value()
public final String libelle()
libelle
in interface ITypeRegroupement<RegroupementIntervention>
public final String discriminent()
Copyright © 2016. All rights reserved.