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