public static enum ResultatTestBio.TypeResultat extends Enum<ResultatTestBio.TypeResultat> implements Comparable<ResultatTestBio.TypeResultat>
| Enum Constant and Description |
|---|
BLANC
Blanc, dans ce cas pas de réf, conc./masse, stade et actif renseigné
|
PRODUIT
Produit
|
TEMOIN
Témoin, dans ce cas pas de stade renseigné
|
| Modifier and Type | Method and Description |
|---|---|
static ResultatTestBio.TypeResultat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResultatTestBio.TypeResultat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfcompareTopublic static final ResultatTestBio.TypeResultat BLANC
public static final ResultatTestBio.TypeResultat TEMOIN
public static final ResultatTestBio.TypeResultat PRODUIT
public static ResultatTestBio.TypeResultat[] values()
for (ResultatTestBio.TypeResultat c : ResultatTestBio.TypeResultat.values()) System.out.println(c);
public static ResultatTestBio.TypeResultat 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 © 2009-2013 IRD. All Rights Reserved.