public enum EnumCV_PlanarROIMeasurements extends java.lang.Enum<EnumCV_PlanarROIMeasurements>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_PlanarROIMeasurements |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_PlanarROIMeasurements[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_PlanarROIMeasurements MEASUREMENT_GROUP_125007
public static final EnumCV_PlanarROIMeasurements TRACKING_IDENTIFIER_122039
public static final EnumCV_PlanarROIMeasurements TRACKING__UNIQUE_IDENTIFIER_112040
public static final EnumCV_PlanarROIMeasurements IMAGE_REGION_111030
public static final EnumCV_PlanarROIMeasurements REFERENCED_SEGMENTATION_FRAME_121214
public static final EnumCV_PlanarROIMeasurements SOURCE_IMAGE_FOR_SEGMENTATION_121233
public static final EnumCV_PlanarROIMeasurements ILLUSTRATION_OF_ROI_121200
public static final EnumCV_PlanarROIMeasurements REAL_WORLD_VALUE_MAP_USED_FOR_MEASUREMENT_126100
public static EnumCV_PlanarROIMeasurements[] values()
for (EnumCV_PlanarROIMeasurements c : EnumCV_PlanarROIMeasurements.values()) System.out.println(c);
public static EnumCV_PlanarROIMeasurements 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()