public enum EnumCV_RadiotherapyRegistrationWorkitemDefinition extends java.lang.Enum<EnumCV_RadiotherapyRegistrationWorkitemDefinition>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_RadiotherapyRegistrationWorkitemDefinition |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_RadiotherapyRegistrationWorkitemDefinition[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_RadiotherapyRegistrationWorkitemDefinition RT_PATIENT_POSITION_REGISTRATION_SINGLE_PLANE_121712
public static final EnumCV_RadiotherapyRegistrationWorkitemDefinition RT_PATIENT_POSITION_REGISTRATION_DUAL_PLANE_121713
public static final EnumCV_RadiotherapyRegistrationWorkitemDefinition RT_PATIENT_POSITION_REGISTRATION_3D_CT_GENERAL_121714
public static final EnumCV_RadiotherapyRegistrationWorkitemDefinition RT_PATIENT_POSITION_REGISTRATION_3D_CT_MARKER_BASED_121715
public static final EnumCV_RadiotherapyRegistrationWorkitemDefinition RT_PATIENT_POSITION_REGISTRATION_3D_CT_VOLUME_BASED_121716
public static final EnumCV_RadiotherapyRegistrationWorkitemDefinition RT_PATIENT_POSITION_REGISTRATION_3D_ON_2D_REFERENCE_121717
public static final EnumCV_RadiotherapyRegistrationWorkitemDefinition RT_PATIENT_POSITION_REGISTRATION_2D_ON_3D_REFERENCE_121718
public static final EnumCV_RadiotherapyRegistrationWorkitemDefinition RT_PATIENT_POSITION_REGISTRATION_OPTICAL_121719
public static final EnumCV_RadiotherapyRegistrationWorkitemDefinition RT_PATIENT_POSITION_REGISTRATION_ULTRASOUND_121720
public static final EnumCV_RadiotherapyRegistrationWorkitemDefinition RT_PATIENT_POSITION_REGISTRATION_SPATIAL_FIDUCIALS_121721
public static EnumCV_RadiotherapyRegistrationWorkitemDefinition[] values()
for (EnumCV_RadiotherapyRegistrationWorkitemDefinition c : EnumCV_RadiotherapyRegistrationWorkitemDefinition.values()) System.out.println(c);
public static EnumCV_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()