public enum EnumCV_DoseRelatedDistanceMeasurements extends java.lang.Enum<EnumCV_DoseRelatedDistanceMeasurements>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_DoseRelatedDistanceMeasurements |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_DoseRelatedDistanceMeasurements[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_DoseRelatedDistanceMeasurements DISTANCE_SOURCE_TO_ISOCENTER_113748
public static final EnumCV_DoseRelatedDistanceMeasurements DISTANCE_SOURCE_TO_REFERENCE_POINT_113737
public static final EnumCV_DoseRelatedDistanceMeasurements DISTANCE_SOURCE_TO_DETECTOR_113750
public static final EnumCV_DoseRelatedDistanceMeasurements TABLE_LONGITUDINAL_POSITION_113751
public static final EnumCV_DoseRelatedDistanceMeasurements TABLE_LATERAL_POSITION_113752
public static final EnumCV_DoseRelatedDistanceMeasurements TABLE_HEIGHT_POSITION_113753
public static final EnumCV_DoseRelatedDistanceMeasurements DISTANCE_SOURCE_TO_TABLE_PLANE_113792
public static final EnumCV_DoseRelatedDistanceMeasurements TABLE_LONGITUDINAL_END_POSITION_113759
public static final EnumCV_DoseRelatedDistanceMeasurements TABLE_LATERAL_END_POSITION_113760
public static final EnumCV_DoseRelatedDistanceMeasurements TABLE_HEIGHT_END_POSITION_113761
public static EnumCV_DoseRelatedDistanceMeasurements[] values()
for (EnumCV_DoseRelatedDistanceMeasurements c : EnumCV_DoseRelatedDistanceMeasurements.values()) System.out.println(c);
public static EnumCV_DoseRelatedDistanceMeasurements 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()