public static enum AffaireService.PARAMETERS_FOR_LAST_CREATED_RECORD_SEARCH extends Enum<AffaireService.PARAMETERS_FOR_LAST_CREATED_RECORD_SEARCH>
Enum Constant and Description |
---|
ACT_MODELE |
HISTORIQUE_AFFAIRE |
LOT |
MODELE_LOT |
Modifier and Type | Method and Description |
---|---|
static AffaireService.PARAMETERS_FOR_LAST_CREATED_RECORD_SEARCH |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AffaireService.PARAMETERS_FOR_LAST_CREATED_RECORD_SEARCH[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AffaireService.PARAMETERS_FOR_LAST_CREATED_RECORD_SEARCH ACT_MODELE
public static final AffaireService.PARAMETERS_FOR_LAST_CREATED_RECORD_SEARCH HISTORIQUE_AFFAIRE
public static final AffaireService.PARAMETERS_FOR_LAST_CREATED_RECORD_SEARCH MODELE_LOT
public static final AffaireService.PARAMETERS_FOR_LAST_CREATED_RECORD_SEARCH LOT
public static AffaireService.PARAMETERS_FOR_LAST_CREATED_RECORD_SEARCH[] values()
for (AffaireService.PARAMETERS_FOR_LAST_CREATED_RECORD_SEARCH c : AffaireService.PARAMETERS_FOR_LAST_CREATED_RECORD_SEARCH.values()) System.out.println(c);
public static AffaireService.PARAMETERS_FOR_LAST_CREATED_RECORD_SEARCH 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.