public enum EnumCM_ImplantationPlan extends java.lang.Enum<EnumCM_ImplantationPlan>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_ImplantationPlan |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_ImplantationPlan[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_ImplantationPlan IMPLANTATION_PLAN
public static final EnumCM_ImplantationPlan IMPLANT_COMPONENT_LIST
public static final EnumCM_ImplantationPlan IMPLANT_ASSEMBLY_TEMPLATE
public static final EnumCM_ImplantationPlan SELECTED_IMPLANT_COMPONENT
public static final EnumCM_ImplantationPlan COMPONENT_TYPE
public static final EnumCM_ImplantationPlan MANUFACTURER_IMPLANT_TEMPLATE
public static final EnumCM_ImplantationPlan ASSEMBLY
public static final EnumCM_ImplantationPlan COMPONENT_CONNECTION
public static final EnumCM_ImplantationPlan CONNECTED_IMPLANTATION_PLAN_COMPONENT
public static final EnumCM_ImplantationPlan COMPONENT_ID
public static final EnumCM_ImplantationPlan MATING_FEATURE_SET_ID
public static final EnumCM_ImplantationPlan MATING_FEATURE_ID
public static final EnumCM_ImplantationPlan DEGREES_OF_FREEDOM_SPECIFICATION
public static final EnumCM_ImplantationPlan DEGREE_OF_FREEDOM_ID
public static final EnumCM_ImplantationPlan DEGREE_OF_FREEDOM_EXACT_TRANSLATIONAL_VALUE
public static final EnumCM_ImplantationPlan DEGREE_OF_FREEDOM_MINIMUM_TRANSLATIONAL_VALUE
public static final EnumCM_ImplantationPlan DEGREE_OF_FREEDOM_MAXIMUM_TRANSLATIONAL_VALUE
public static final EnumCM_ImplantationPlan DEGREE_OF_FREEDOM_EXACT_ROTATIONAL_VALUE
public static final EnumCM_ImplantationPlan DEGREE_OF_FREEDOM_MINIMUM_ROTATIONAL_VALUE
public static final EnumCM_ImplantationPlan DEGREE_OF_FREEDOM_MAXIMUM_ROTATIONAL_VALUE
public static final EnumCM_ImplantationPlan INFORMATION_USED_FOR_PLANNING
public static final EnumCM_ImplantationPlan PLANNING_METHOD
public static final EnumCM_ImplantationPlan PATIENT_IMAGE
public static final EnumCM_ImplantationPlan HORIZONTAL_PIXEL_SPACING
public static final EnumCM_ImplantationPlan VERTICAL_PIXEL_SPACING
public static final EnumCM_ImplantationPlan PATIENT_DATA_USED_DURING_PLANNING
public static final EnumCM_ImplantationPlan USER_SELECTED_FIDUCIAL
public static final EnumCM_ImplantationPlan FIDUCIAL_INTENT
public static final EnumCM_ImplantationPlan PLANNING_INFORMATION_FOR_INTRAOPERATIVE_USAGE
public static final EnumCM_ImplantationPlan PHYSICIAN_NOTE
public static final EnumCM_ImplantationPlan SUPPORTING_INFORMATION
public static final EnumCM_ImplantationPlan DERIVED_PLANNING_IMAGES
public static final EnumCM_ImplantationPlan SPATIAL_REGISTRATION
public static final EnumCM_ImplantationPlan FRAME_OF_REFERENCE_UID
public static final EnumCM_ImplantationPlan DERIVED_PLANNING_DATA
public static final EnumCM_ImplantationPlan DERIVED_FIDUCIAL
public static final EnumCM_ImplantationPlan FIDUCIALINTENT
public static final EnumCM_ImplantationPlan RELATED_PATIENT_DATA_NOT_USED_DURING_PLANNING
public static EnumCM_ImplantationPlan[] values()
for (EnumCM_ImplantationPlan c : EnumCM_ImplantationPlan.values()) System.out.println(c);
public static EnumCM_ImplantationPlan 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()