public enum EnumCV_RadiotherapyGeneralWorkitemDefinition extends java.lang.Enum<EnumCV_RadiotherapyGeneralWorkitemDefinition>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_RadiotherapyGeneralWorkitemDefinition |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_RadiotherapyGeneralWorkitemDefinition[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_RadiotherapyGeneralWorkitemDefinition RT_PATIENT_SETUP_121701
public static final EnumCV_RadiotherapyGeneralWorkitemDefinition RT_PATIENT_POSITION_ADJUSTMENT_121722
public static final EnumCV_RadiotherapyGeneralWorkitemDefinition RT_PATIENT_POSITION_IN_TREATMENT_SESSION_REVIEW_121723
public static final EnumCV_RadiotherapyGeneralWorkitemDefinition RT_TREATMENT_SIMULATION_WITH_INTERNAL_VERIFICATION_121724
public static final EnumCV_RadiotherapyGeneralWorkitemDefinition RT_TREATMENT_SIMULATION_WITH_EXTERNAL_VERIFICATION_121725
public static final EnumCV_RadiotherapyGeneralWorkitemDefinition RT_TREATMENT_WITH_INTERNAL_VERIFICATION_121726
public static final EnumCV_RadiotherapyGeneralWorkitemDefinition RT_TREATMENT_WITH_EXTERNAL_VERIFICATION_121727
public static final EnumCV_RadiotherapyGeneralWorkitemDefinition RT_TREATMENT_QA_WITH_INTERNAL_VERIFICATION_121728
public static final EnumCV_RadiotherapyGeneralWorkitemDefinition RT_TREATMENT_QA_WITH_EXTERNAL_VERIFICATION_121729
public static final EnumCV_RadiotherapyGeneralWorkitemDefinition RT_MACHINE_QA_121730
public static final EnumCV_RadiotherapyGeneralWorkitemDefinition RT_TREATMENT_QA_BY_RT_PLAN_DOSE_CHECK_121731
public static final EnumCV_RadiotherapyGeneralWorkitemDefinition RT_TREATMENT_QA_BY_RT_PLAN_DIFFERENCE_CHECK_121732
public static final EnumCV_RadiotherapyGeneralWorkitemDefinition RT_TREATMENT_QA_BY_RT_ION_PLAN_DOSE_CHECK_121733
public static final EnumCV_RadiotherapyGeneralWorkitemDefinition RT_TREATMENT_QA_BY_RT_ION_PLAN_DIFFERENCE_CHECK_121734
public static EnumCV_RadiotherapyGeneralWorkitemDefinition[] values()
for (EnumCV_RadiotherapyGeneralWorkitemDefinition c : EnumCV_RadiotherapyGeneralWorkitemDefinition.values()) System.out.println(c);
public static EnumCV_RadiotherapyGeneralWorkitemDefinition 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()