public enum LimitationRecherche extends Enum<LimitationRecherche>
Enum Constant and Description |
---|
ANALALYSE_TEMPS |
CHAINE_ACHAT |
CHAINE_ACHAT_RAPIDE |
CHAINE_VENTE |
CHAINE_VENTE_RAPIDE |
CONTRAT |
DOCUMENTS |
EVENEMENTS |
MVT_STOCK |
PRODUIT |
TDB_SUPPORT |
Modifier and Type | Method and Description |
---|---|
String |
code() |
String |
libelle() |
static LimitationRecherche |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LimitationRecherche[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LimitationRecherche CHAINE_ACHAT
public static final LimitationRecherche CHAINE_VENTE
public static final LimitationRecherche CHAINE_ACHAT_RAPIDE
public static final LimitationRecherche CHAINE_VENTE_RAPIDE
public static final LimitationRecherche TDB_SUPPORT
public static final LimitationRecherche PRODUIT
public static final LimitationRecherche CONTRAT
public static final LimitationRecherche MVT_STOCK
public static final LimitationRecherche DOCUMENTS
public static final LimitationRecherche EVENEMENTS
public static final LimitationRecherche ANALALYSE_TEMPS
public static LimitationRecherche[] values()
for (LimitationRecherche c : LimitationRecherche.values()) System.out.println(c);
public static LimitationRecherche 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 String code()
public String libelle()
Copyright © 2016. All rights reserved.