public enum MylynTypeRecherche extends Enum<MylynTypeRecherche>
Enum Constant and Description |
---|
ACTION |
AFFAIRE |
CLIENT |
INTERVENANT |
LOT |
PRODUIT |
Modifier and Type | Method and Description |
---|---|
static MylynTypeRecherche |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MylynTypeRecherche[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MylynTypeRecherche CLIENT
public static final MylynTypeRecherche PRODUIT
public static final MylynTypeRecherche INTERVENANT
public static final MylynTypeRecherche AFFAIRE
public static final MylynTypeRecherche LOT
public static final MylynTypeRecherche ACTION
public static MylynTypeRecherche[] values()
for (MylynTypeRecherche c : MylynTypeRecherche.values()) System.out.println(c);
public static MylynTypeRecherche 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 nullCopyright © 2016. All rights reserved.