public enum CritereFiltreManagerTreso extends Enum<CritereFiltreManagerTreso> implements ILIbelleProvider
Enum Constant and Description |
---|
AFFAIRES |
CLIENT_AFF |
DIVISION |
ETAB |
ETAB_AFF |
FAMILLE_AFFAIRE |
MARCHE |
RESP_AFF |
RESP_COM |
RESP_PROD |
SOCIETE |
SS_FAMILLE_AFFAIRE |
Modifier and Type | Method and Description |
---|---|
String |
discriminent() |
String |
libelle() |
static List<String> |
toListeDouble() |
String |
value() |
static CritereFiltreManagerTreso |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CritereFiltreManagerTreso[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CritereFiltreManagerTreso AFFAIRES
public static final CritereFiltreManagerTreso ETAB_AFF
public static final CritereFiltreManagerTreso SOCIETE
public static final CritereFiltreManagerTreso DIVISION
public static final CritereFiltreManagerTreso ETAB
public static final CritereFiltreManagerTreso FAMILLE_AFFAIRE
public static final CritereFiltreManagerTreso SS_FAMILLE_AFFAIRE
public static final CritereFiltreManagerTreso CLIENT_AFF
public static final CritereFiltreManagerTreso MARCHE
public static final CritereFiltreManagerTreso RESP_AFF
public static final CritereFiltreManagerTreso RESP_PROD
public static final CritereFiltreManagerTreso RESP_COM
public static CritereFiltreManagerTreso[] values()
for (CritereFiltreManagerTreso c : CritereFiltreManagerTreso.values()) System.out.println(c);
public static CritereFiltreManagerTreso 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 final String value()
public final String libelle()
libelle
in interface ILIbelleProvider
public final String discriminent()
Copyright © 2016. All rights reserved.