public static enum ResultatTestBio.Stade extends Enum<ResultatTestBio.Stade> implements Comparable<ResultatTestBio.Stade>
| Enum Constant and Description |
|---|
CONFIRMATION
Confirmation
|
DETECTION
Détection
|
FRACTIONNEMENT
Fractionnement
|
| Modifier and Type | Method and Description |
|---|---|
static ResultatTestBio.Stade |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResultatTestBio.Stade[] |
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.Stade DETECTION
public static final ResultatTestBio.Stade CONFIRMATION
public static final ResultatTestBio.Stade FRACTIONNEMENT
public static ResultatTestBio.Stade[] values()
for (ResultatTestBio.Stade c : ResultatTestBio.Stade.values()) System.out.println(c);
public static ResultatTestBio.Stade 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 © 2012. All Rights Reserved.