public enum EnumDoseReferenceStructureType extends java.lang.Enum<EnumDoseReferenceStructureType>
| Enum Constant and Description |
|---|
DOSE_REFERENCE_CLINICAL_SITE
The DOS e_ referenc e_ clinica l_ site.
|
DOSE_REFERENCE_POINT
The DOS e_ referenc e_ point.
|
DOSE_REFERENCE_POINT_COORDINATES
The DOS e_ referenc e_ poin t_ coordinates.
|
DOSE_REFERENCE_VOLUME
The DOS e_ referenc e_ volume.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumDoseReferenceStructureType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumDoseReferenceStructureType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumDoseReferenceStructureType DOSE_REFERENCE_POINT
public static final EnumDoseReferenceStructureType DOSE_REFERENCE_VOLUME
public static final EnumDoseReferenceStructureType DOSE_REFERENCE_POINT_COORDINATES
public static final EnumDoseReferenceStructureType DOSE_REFERENCE_CLINICAL_SITE
public static EnumDoseReferenceStructureType[] values()
for (EnumDoseReferenceStructureType c : EnumDoseReferenceStructureType.values()) System.out.println(c);
public static EnumDoseReferenceStructureType 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()