public enum EnumCM_ROIMeasurements extends java.lang.Enum<EnumCM_ROIMeasurements>
| Enum Constant and Description |
|---|
DERIVATION |
EQUIVALENT_MEANING_OFCONCEPT_NAME |
FINDING_SITE |
LATERALITY |
MEASUREMENT_METHOD |
REALWORLD_VALUE_MAP_USEDFOR_MEASUREMENT |
TOPOGRAPHICAL_MODIFIER |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_ROIMeasurements |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_ROIMeasurements[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_ROIMeasurements MEASUREMENT_METHOD
public static final EnumCM_ROIMeasurements FINDING_SITE
public static final EnumCM_ROIMeasurements LATERALITY
public static final EnumCM_ROIMeasurements TOPOGRAPHICAL_MODIFIER
public static final EnumCM_ROIMeasurements DERIVATION
public static final EnumCM_ROIMeasurements EQUIVALENT_MEANING_OFCONCEPT_NAME
public static final EnumCM_ROIMeasurements REALWORLD_VALUE_MAP_USEDFOR_MEASUREMENT
public static EnumCM_ROIMeasurements[] values()
for (EnumCM_ROIMeasurements c : EnumCM_ROIMeasurements.values()) System.out.println(c);
public static EnumCM_ROIMeasurements valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String getValue()