public enum EnumCM_RadiationDoseReferencePoints extends java.lang.Enum<EnumCM_RadiationDoseReferencePoints>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_RadiationDoseReferencePoints |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_RadiationDoseReferencePoints[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_RadiationDoseReferencePoints FIFTEENCM_FROM_ISOCENTER_TOWARD_SOURCE
public static final EnumCM_RadiationDoseReferencePoints THIRTYCM_IN_FRONT_OF_IMAGE_INPUT_SURFACE
public static final EnumCM_RadiationDoseReferencePoints ONECM_ABOVE_TABLETOP
public static final EnumCM_RadiationDoseReferencePoints THIRTYCM_ABOVE_TABLETOP
public static final EnumCM_RadiationDoseReferencePoints FIFTEENCM_FROM_TABLE_CENTERLINE
public static final EnumCM_RadiationDoseReferencePoints ENTRANCE_EXPOSURE_TO_A_4_2_CM_BREAST_THICKNESS
public static final EnumCM_RadiationDoseReferencePoints IN_DETECTOR_PLANE
public static EnumCM_RadiationDoseReferencePoints[] values()
for (EnumCM_RadiationDoseReferencePoints c : EnumCM_RadiationDoseReferencePoints.values()) System.out.println(c);
public static EnumCM_RadiationDoseReferencePoints 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()