public enum PrecisionType extends Enum<PrecisionType> implements IEnumWithValue
| Enum Constant and Description |
|---|
HIGH_FLOAT |
HIGH_INT |
LOW_FLOAT |
LOW_INT |
MEDIUM_FLOAT |
MEDIUM_INT |
| Modifier and Type | Method and Description |
|---|---|
int |
value() |
static PrecisionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PrecisionType[] |
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, valueOffromValue, transformForClientpublic static final PrecisionType HIGH_FLOAT
public static final PrecisionType HIGH_INT
public static final PrecisionType LOW_FLOAT
public static final PrecisionType LOW_INT
public static final PrecisionType MEDIUM_FLOAT
public static final PrecisionType MEDIUM_INT
public static PrecisionType[] values()
for (PrecisionType c : PrecisionType.values()) System.out.println(c);
public static PrecisionType 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 int value()
value in interface IEnumWithValueCopyright © 2018 Regenstrief Center for Biomedical Informatics. All rights reserved.