public enum EnumCM_PlanningMethods extends java.lang.Enum<EnumCM_PlanningMethods>
| Enum Constant and Description |
|---|
GENERIC_2D_PLANNING |
GENERIC_3D_PLANNING |
GENERIC_PLANNING_FOR_HIP_REPLACEMENT |
GENERIC_PLANNING_FOR_KNEE_REPLACEMENT |
MÜLLER_METHOD_PLANNING_FOR_HIP_REPLACEMENT |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_PlanningMethods |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_PlanningMethods[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_PlanningMethods GENERIC_2D_PLANNING
public static final EnumCM_PlanningMethods GENERIC_3D_PLANNING
public static final EnumCM_PlanningMethods GENERIC_PLANNING_FOR_HIP_REPLACEMENT
public static final EnumCM_PlanningMethods GENERIC_PLANNING_FOR_KNEE_REPLACEMENT
public static final EnumCM_PlanningMethods MÜLLER_METHOD_PLANNING_FOR_HIP_REPLACEMENT
public static EnumCM_PlanningMethods[] values()
for (EnumCM_PlanningMethods c : EnumCM_PlanningMethods.values()) System.out.println(c);
public static EnumCM_PlanningMethods 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()