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