public enum CritereFiltreCompteExploit extends Enum<CritereFiltreCompteExploit> implements ILIbelleProvider, Localisable
Enum Constant and Description |
---|
FAMILLE_PRDA |
Modifier and Type | Method and Description |
---|---|
String |
discriminent() |
String |
getLibelle() |
String |
libelle() |
static List<String> |
toListeDouble() |
String |
value() |
static CritereFiltreCompteExploit |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CritereFiltreCompteExploit[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
static List<CritereFiltreCompteExploit> |
valuesTrieesParLibelle() |
public static final CritereFiltreCompteExploit FAMILLE_PRDA
public static CritereFiltreCompteExploit[] values()
for (CritereFiltreCompteExploit c : CritereFiltreCompteExploit.values()) System.out.println(c);
public static CritereFiltreCompteExploit 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<CritereFiltreCompteExploit> 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.