public enum CritereFiltreManagerVentes extends Enum<CritereFiltreManagerVentes> implements ILIbelleProvider, Localisable
Modifier and Type | Method and Description |
---|---|
String |
discriminent() |
String |
getLibelle() |
String |
libelle() |
static List<String> |
toListeDouble() |
String |
value() |
static CritereFiltreManagerVentes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CritereFiltreManagerVentes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static List<CritereFiltreManagerVentes> |
valuesTrieesParLibelle() |
public static final CritereFiltreManagerVentes DIV_ETAB
public static final CritereFiltreManagerVentes JOURNAL_BUD
public static final CritereFiltreManagerVentes FAMILLE_AFFAIRE
public static final CritereFiltreManagerVentes SS_FAMILLE_AFFAIRE
public static final CritereFiltreManagerVentes FAMILLE_PRDV
public static final CritereFiltreManagerVentes SS_FAMILLE_PRDV
public static final CritereFiltreManagerVentes TYPE_SS_FAMILLE_PRDV
public static final CritereFiltreManagerVentes CLIENTS
public static final CritereFiltreManagerVentes SOCIETE
public static final CritereFiltreManagerVentes DIVISION
public static final CritereFiltreManagerVentes FAMILLE_CLIENT_PRINC
public static final CritereFiltreManagerVentes SS_FAMILLE_CLIENT_PRINC
public static final CritereFiltreManagerVentes FAMILLE_CLIENT_A_FACTURE
public static final CritereFiltreManagerVentes SS_FAMILLE_CLIENT_A_FACTURE
public static final CritereFiltreManagerVentes CAMPAGNE
public static final CritereFiltreManagerVentes OPPORTUNITE
public static final CritereFiltreManagerVentes MARCHE
public static final CritereFiltreManagerVentes ACTIVITE
public static final CritereFiltreManagerVentes DEPARTEMENT
public static CritereFiltreManagerVentes[] values()
for (CritereFiltreManagerVentes c : CritereFiltreManagerVentes.values()) System.out.println(c);
public static CritereFiltreManagerVentes 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 static List<CritereFiltreManagerVentes> valuesTrieesParLibelle()
public final String value()
public final String libelle()
libelle
in interface ILIbelleProvider
public final String discriminent()
public String getLibelle()
getLibelle
in interface Localisable
Copyright © 2016. All rights reserved.