public static enum ResultatTestBio.UniteConcMasse extends Enum<ResultatTestBio.UniteConcMasse> implements Comparable<ResultatTestBio.UniteConcMasse>
| Enum Constant and Description |
|---|
MG
mg
|
MG_ML
ng/ml
|
MICROG
μg
|
MICROG_ML
μg/ml
|
NG
ng
|
NG_ML
ng/ml
|
| Modifier and Type | Method and Description |
|---|---|
static ResultatTestBio.UniteConcMasse |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResultatTestBio.UniteConcMasse[] |
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.UniteConcMasse MG
public static final ResultatTestBio.UniteConcMasse MICROG
public static final ResultatTestBio.UniteConcMasse NG
public static final ResultatTestBio.UniteConcMasse MG_ML
public static final ResultatTestBio.UniteConcMasse MICROG_ML
public static final ResultatTestBio.UniteConcMasse NG_ML
public static ResultatTestBio.UniteConcMasse[] values()
for (ResultatTestBio.UniteConcMasse c : ResultatTestBio.UniteConcMasse.values()) System.out.println(c);
public static ResultatTestBio.UniteConcMasse 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.