public enum TypeRechercheTDB extends Enum<TypeRechercheTDB>
Enum Constant and Description |
---|
DEMANDES |
DEMANDES_INTERVENTIONS |
DEMANDES_MODELES |
DEMANDES_RAPIDE |
INTERVENTIONS |
INTERVENTIONS_RAPIDE |
REPORTING_DEMANDES |
REPORTING_INTERVENTIONS |
TEMPS_PASSES |
Modifier and Type | Method and Description |
---|---|
static TypeRechercheTDB |
getByValue(int value) |
int |
getValue() |
static TypeRechercheTDB |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeRechercheTDB[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TypeRechercheTDB DEMANDES_INTERVENTIONS
public static final TypeRechercheTDB DEMANDES
public static final TypeRechercheTDB INTERVENTIONS
public static final TypeRechercheTDB REPORTING_DEMANDES
public static final TypeRechercheTDB REPORTING_INTERVENTIONS
public static final TypeRechercheTDB DEMANDES_MODELES
public static final TypeRechercheTDB TEMPS_PASSES
public static final TypeRechercheTDB DEMANDES_RAPIDE
public static final TypeRechercheTDB INTERVENTIONS_RAPIDE
public static TypeRechercheTDB[] values()
for (TypeRechercheTDB c : TypeRechercheTDB.values()) System.out.println(c);
public static TypeRechercheTDB 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 static TypeRechercheTDB getByValue(int value)
public int getValue()
Copyright © 2016. All rights reserved.