public enum EnumCV_HumanHipImplantComponentTypes extends java.lang.Enum<EnumCV_HumanHipImplantComponentTypes>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_HumanHipImplantComponentTypes |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_HumanHipImplantComponentTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_HumanHipImplantComponentTypes ACETABULAR_CUP_SHELL_112305
public static final EnumCV_HumanHipImplantComponentTypes ACETABULAR_CUP_INSERT_112306
public static final EnumCV_HumanHipImplantComponentTypes ACETABULAR_CUP_MONOBLOCK_112307
public static final EnumCV_HumanHipImplantComponentTypes FEMORAL_HEAD_PROSTHESIS_A_04459
public static final EnumCV_HumanHipImplantComponentTypes FEMORAL_HEAD_BALL_COMPONENT_112308
public static final EnumCV_HumanHipImplantComponentTypes FEMORAL_HEAD_CONE_TAPER_COMPONENT_112309
public static final EnumCV_HumanHipImplantComponentTypes FEMORAL_STEM_112310
public static final EnumCV_HumanHipImplantComponentTypes FEMORAL_STEM_DISTAL_COMPONENT_112311
public static final EnumCV_HumanHipImplantComponentTypes FEMORAL_STEM_PROXIMAL_COMPONENT_112312
public static final EnumCV_HumanHipImplantComponentTypes FEMORAL_STEM_COMPONENT_112313
public static final EnumCV_HumanHipImplantComponentTypes NECK_COMPONENT_112314
public static final EnumCV_HumanHipImplantComponentTypes MONOBLOCK_STEM_112315
public static final EnumCV_HumanHipImplantComponentTypes DISTAL_CENTRALIZER_112325
public static final EnumCV_HumanHipImplantComponentTypes PROSTHETIC_SHAFT_AUGMENT_112316
public static final EnumCV_HumanHipImplantComponentTypes FEMORAL_HEAD_RESURFACING_COMPONENT_112317
public static EnumCV_HumanHipImplantComponentTypes[] values()
for (EnumCV_HumanHipImplantComponentTypes c : EnumCV_HumanHipImplantComponentTypes.values()) System.out.println(c);
public static EnumCV_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()