public enum DemandeMaterielTypesCriteres extends Enum<DemandeMaterielTypesCriteres> implements ILIbelleProvider
Enum Constant and Description |
---|
CONTRAT_CLIENT |
CONTRAT_FOURN |
DEMANDEUR |
DEPOT |
ETAT |
TRANSACTION |
Modifier and Type | Method and Description |
---|---|
static List<DemandeMaterielTypesCriteres> |
getLstCriteres(boolean pilotStock,
boolean pilotGmao) |
String |
libelle() |
String |
value() |
static DemandeMaterielTypesCriteres |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DemandeMaterielTypesCriteres[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DemandeMaterielTypesCriteres CONTRAT_CLIENT
public static final DemandeMaterielTypesCriteres CONTRAT_FOURN
public static final DemandeMaterielTypesCriteres DEMANDEUR
public static final DemandeMaterielTypesCriteres DEPOT
public static final DemandeMaterielTypesCriteres ETAT
public static final DemandeMaterielTypesCriteres TRANSACTION
public static DemandeMaterielTypesCriteres[] values()
for (DemandeMaterielTypesCriteres c : DemandeMaterielTypesCriteres.values()) System.out.println(c);
public static DemandeMaterielTypesCriteres 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 static final List<DemandeMaterielTypesCriteres> getLstCriteres(boolean pilotStock, boolean pilotGmao)
Copyright © 2016. All rights reserved.