public enum EnumCV_ROIMeasurements extends java.lang.Enum<EnumCV_ROIMeasurements>
| Enum Constant and Description |
|---|
DERIVATION_121401 |
EQUIVALENT_MEANING_OFCONCEPT_NAME_121050 |
FINDING_SITE_G_C0E3 |
LATERALITY_G_C171 |
MEASUREMENT_METHOD_G_C036 |
REALWORLD_VALUE_MAP_USEDFOR_MEASUREMENT_126100 |
TOPOGRAPHICAL_MODIFIER_G_A1F8 |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_ROIMeasurements |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_ROIMeasurements[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_ROIMeasurements MEASUREMENT_METHOD_G_C036
public static final EnumCV_ROIMeasurements FINDING_SITE_G_C0E3
public static final EnumCV_ROIMeasurements LATERALITY_G_C171
public static final EnumCV_ROIMeasurements TOPOGRAPHICAL_MODIFIER_G_A1F8
public static final EnumCV_ROIMeasurements DERIVATION_121401
public static final EnumCV_ROIMeasurements EQUIVALENT_MEANING_OFCONCEPT_NAME_121050
public static final EnumCV_ROIMeasurements REALWORLD_VALUE_MAP_USEDFOR_MEASUREMENT_126100
public static EnumCV_ROIMeasurements[] values()
for (EnumCV_ROIMeasurements c : EnumCV_ROIMeasurements.values()) System.out.println(c);
public static EnumCV_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()