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