public enum RegroupementManagerTreso extends Enum<RegroupementManagerTreso> implements ITypeRegroupement<RegroupementManagerTreso>
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 RegroupementManagerTreso |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RegroupementManagerTreso[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RegroupementManagerTreso DIVISION
public static final RegroupementManagerTreso RGP_DIVISION
public static final RegroupementManagerTreso ETABLISSEMENT
public static final RegroupementManagerTreso MARCHE
public static final RegroupementManagerTreso AFFAIRE
public static final RegroupementManagerTreso FAMILLE_AFFAIRE
public static final RegroupementManagerTreso SS_FAMILLE_AFFAIRE
public static final RegroupementManagerTreso NOM_CLIENT_FINAL_AFFAIRE
public static final RegroupementManagerTreso DEPARTEMENT
public static final RegroupementManagerTreso ACTIVITE
public static final RegroupementManagerTreso RESP_COMM
public static final RegroupementManagerTreso RESP_AFF
public static final RegroupementManagerTreso LOT
public static final RegroupementManagerTreso SOUS_LOT
public static final RegroupementManagerTreso FAMILLE_PRDV
public static final RegroupementManagerTreso SS_FAMILLE_PRDV
public static final RegroupementManagerTreso TYPE_PIECE
public static final RegroupementManagerTreso NUM_PIECE
public static final RegroupementManagerTreso LIBELLE_PIECE
public static final RegroupementManagerTreso TIERS
public static final RegroupementManagerTreso FAMILLE_TIERS
public static final RegroupementManagerTreso SOUS_FAM_TIERS
public static final RegroupementManagerTreso ANCIENNETE
public static final RegroupementManagerTreso COMPTE
public static final RegroupementManagerTreso REGROUPEMENT_PRD
public static final RegroupementManagerTreso CODE_PRD
public static final RegroupementManagerTreso SECTEUR_CLIENT
public static final RegroupementManagerTreso REGROUP_CLIENT1
public static final RegroupementManagerTreso REGROUP_CLIENT2
public static final RegroupementManagerTreso REGION_CLIENT
public static final RegroupementManagerTreso PAYS_CLIENT
public static final RegroupementManagerTreso RESP_PROD
public static final RegroupementManagerTreso RESP_TECH_DEVIS_CDE
public static final RegroupementManagerTreso RESP_COM_DEVIS_CDE
public static final RegroupementManagerTreso ETAT_AFFAIRE
public static final RegroupementManagerTreso RESSOURCE
public static final RegroupementManagerTreso TYPE_ENC_DEC
public static final RegroupementManagerTreso JOURNAL
public static final RegroupementManagerTreso SOCIETE
public static RegroupementManagerTreso[] values()
for (RegroupementManagerTreso c : RegroupementManagerTreso.values()) System.out.println(c);
public static RegroupementManagerTreso 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<RegroupementManagerTreso>
public abstract List<BindingElement> getBindingElement()
getBindingElement
in interface ITypeRegroupement<RegroupementManagerTreso>
public final String value()
public final String libelle()
libelle
in interface ITypeRegroupement<RegroupementManagerTreso>
public final String getLibelle()
public final String discriminent()
Copyright © 2016. All rights reserved.