public enum EnumCM_RadiotherapyRegistrationWorkitemDefinition extends java.lang.Enum<EnumCM_RadiotherapyRegistrationWorkitemDefinition>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_RadiotherapyRegistrationWorkitemDefinition |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_RadiotherapyRegistrationWorkitemDefinition[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_RadiotherapyRegistrationWorkitemDefinition RT_PATIENT_POSITION_REGISTRATION_SINGLE_PLANE
public static final EnumCM_RadiotherapyRegistrationWorkitemDefinition RT_PATIENT_POSITION_REGISTRATION_DUAL_PLANE
public static final EnumCM_RadiotherapyRegistrationWorkitemDefinition RT_PATIENT_POSITION_REGISTRATION_3D_CT_GENERAL
public static final EnumCM_RadiotherapyRegistrationWorkitemDefinition RT_PATIENT_POSITION_REGISTRATION_3D_CT_MARKER_BASED
public static final EnumCM_RadiotherapyRegistrationWorkitemDefinition RT_PATIENT_POSITION_REGISTRATION_3D_CT_VOLUME_BASED
public static final EnumCM_RadiotherapyRegistrationWorkitemDefinition RT_PATIENT_POSITION_REGISTRATION_3D_ON_2D_REFERENCE
public static final EnumCM_RadiotherapyRegistrationWorkitemDefinition RT_PATIENT_POSITION_REGISTRATION_2D_ON_3D_REFERENCE
public static final EnumCM_RadiotherapyRegistrationWorkitemDefinition RT_PATIENT_POSITION_REGISTRATION_OPTICAL
public static final EnumCM_RadiotherapyRegistrationWorkitemDefinition RT_PATIENT_POSITION_REGISTRATION_ULTRASOUND
public static final EnumCM_RadiotherapyRegistrationWorkitemDefinition RT_PATIENT_POSITION_REGISTRATION_SPATIAL_FIDUCIALS
public static EnumCM_RadiotherapyRegistrationWorkitemDefinition[] values()
for (EnumCM_RadiotherapyRegistrationWorkitemDefinition c : EnumCM_RadiotherapyRegistrationWorkitemDefinition.values()) System.out.println(c);
public static EnumCM_RadiotherapyRegistrationWorkitemDefinition 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()