public enum EnumCM_HumanHipImplantComponentTypes extends java.lang.Enum<EnumCM_HumanHipImplantComponentTypes>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_HumanHipImplantComponentTypes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_HumanHipImplantComponentTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_HumanHipImplantComponentTypes ACETABULAR_CUP_SHELL
public static final EnumCM_HumanHipImplantComponentTypes ACETABULAR_CUP_INSERT
public static final EnumCM_HumanHipImplantComponentTypes ACETABULAR_CUP_MONOBLOCK
public static final EnumCM_HumanHipImplantComponentTypes FEMORAL_HEAD_PROSTHESIS
public static final EnumCM_HumanHipImplantComponentTypes FEMORAL_HEAD_BALL_COMPONENT
public static final EnumCM_HumanHipImplantComponentTypes FEMORAL_HEAD_CONE_TAPER_COMPONENT
public static final EnumCM_HumanHipImplantComponentTypes FEMORAL_STEM
public static final EnumCM_HumanHipImplantComponentTypes FEMORAL_STEM_DISTAL_COMPONENT
public static final EnumCM_HumanHipImplantComponentTypes FEMORAL_STEM_PROXIMAL_COMPONENT
public static final EnumCM_HumanHipImplantComponentTypes FEMORAL_STEM_COMPONENT
public static final EnumCM_HumanHipImplantComponentTypes NECK_COMPONENT
public static final EnumCM_HumanHipImplantComponentTypes MONOBLOCK_STEM
public static final EnumCM_HumanHipImplantComponentTypes DISTAL_CENTRALIZER
public static final EnumCM_HumanHipImplantComponentTypes PROSTHETIC_SHAFT_AUGMENT
public static final EnumCM_HumanHipImplantComponentTypes FEMORAL_HEAD_RESURFACING_COMPONENT
public static EnumCM_HumanHipImplantComponentTypes[] values()
for (EnumCM_HumanHipImplantComponentTypes c : EnumCM_HumanHipImplantComponentTypes.values()) System.out.println(c);
public static EnumCM_HumanHipImplantComponentTypes 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()