public static enum DeterminantValueSet.Determinants extends Enum<DeterminantValueSet.Determinants>
| Modifier and Type | Method and Description |
|---|---|
static DeterminantValueSet.Determinants |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeterminantValueSet.Determinants[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeterminantValueSet.Determinants END
public static final DeterminantValueSet.Determinants ACTUAL
public static final DeterminantValueSet.Determinants PSEUDO
public static DeterminantValueSet.Determinants[] values()
for (DeterminantValueSet.Determinants c : DeterminantValueSet.Determinants.values()) System.out.println(c);
public static DeterminantValueSet.Determinants 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 © 2017 The Department of Biomedical Informatics, University of Utah. All rights reserved.