public enum EnumCM_DoseRelatedDistanceMeasurements extends java.lang.Enum<EnumCM_DoseRelatedDistanceMeasurements>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_DoseRelatedDistanceMeasurements |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_DoseRelatedDistanceMeasurements[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_DoseRelatedDistanceMeasurements DISTANCE_SOURCE_TO_ISOCENTER
public static final EnumCM_DoseRelatedDistanceMeasurements DISTANCE_SOURCE_TO_REFERENCE_POINT
public static final EnumCM_DoseRelatedDistanceMeasurements DISTANCE_SOURCE_TO_DETECTOR
public static final EnumCM_DoseRelatedDistanceMeasurements TABLE_LONGITUDINAL_POSITION
public static final EnumCM_DoseRelatedDistanceMeasurements TABLE_LATERAL_POSITION
public static final EnumCM_DoseRelatedDistanceMeasurements TABLE_HEIGHT_POSITION
public static final EnumCM_DoseRelatedDistanceMeasurements DISTANCE_SOURCE_TO_TABLE_PLANE
public static final EnumCM_DoseRelatedDistanceMeasurements TABLE_LONGITUDINAL_END_POSITION
public static final EnumCM_DoseRelatedDistanceMeasurements TABLE_LATERAL_END_POSITION
public static final EnumCM_DoseRelatedDistanceMeasurements TABLE_HEIGHT_END_POSITION
public static EnumCM_DoseRelatedDistanceMeasurements[] values()
for (EnumCM_DoseRelatedDistanceMeasurements c : EnumCM_DoseRelatedDistanceMeasurements.values()) System.out.println(c);
public static EnumCM_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()