public enum EnumCM_ImplantFixationMethod extends java.lang.Enum<EnumCM_ImplantFixationMethod>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_ImplantFixationMethod |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_ImplantFixationMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_ImplantFixationMethod ANCHORING
public static final EnumCM_ImplantFixationMethod FUSION
public static final EnumCM_ImplantFixationMethod GLUING
public static final EnumCM_ImplantFixationMethod INTERNAL_FIXATION_USING_INTERNAL_FIXATOR_SYSTEM
public static final EnumCM_ImplantFixationMethod INTERNAL_FIXATION_USING_PLATE
public static final EnumCM_ImplantFixationMethod INTERNAL_FIXATION_USING_SCREW
public static final EnumCM_ImplantFixationMethod INTERNAL_FIXATION_USING_STAPLE
public static final EnumCM_ImplantFixationMethod CEMENTED_COMPONENT_FIXATION
public static final EnumCM_ImplantFixationMethod UNCEMENTED_COMPONENT_FIXATION
public static final EnumCM_ImplantFixationMethod REPAIR_BY_NAILING
public static final EnumCM_ImplantFixationMethod PINNING
public static final EnumCM_ImplantFixationMethod SEWING
public static final EnumCM_ImplantFixationMethod BOLTING
public static final EnumCM_ImplantFixationMethod WEDGING
public static EnumCM_ImplantFixationMethod[] values()
for (EnumCM_ImplantFixationMethod c : EnumCM_ImplantFixationMethod.values()) System.out.println(c);
public static EnumCM_ImplantFixationMethod 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()