public enum EnumCV_ChestComponentCategories extends java.lang.Enum<EnumCV_ChestComponentCategories>
| Enum Constant and Description |
|---|
BRONCHOVASCULAR_112052 |
HEART_T_32000 |
LUNG_T_28000 |
MEDIASTINUM_T_D3300 |
MUSCULAR_R_420AE |
OSSEOUS_112053 |
PLEURAL_STRUCTURE_T_29000 |
SYSTEMIC_VASCULAR_STRUCTURE_T_4000E |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_ChestComponentCategories |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_ChestComponentCategories[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_ChestComponentCategories LUNG_T_28000
public static final EnumCV_ChestComponentCategories BRONCHOVASCULAR_112052
public static final EnumCV_ChestComponentCategories PLEURAL_STRUCTURE_T_29000
public static final EnumCV_ChestComponentCategories MEDIASTINUM_T_D3300
public static final EnumCV_ChestComponentCategories HEART_T_32000
public static final EnumCV_ChestComponentCategories OSSEOUS_112053
public static final EnumCV_ChestComponentCategories SYSTEMIC_VASCULAR_STRUCTURE_T_4000E
public static final EnumCV_ChestComponentCategories MUSCULAR_R_420AE
public static EnumCV_ChestComponentCategories[] values()
for (EnumCV_ChestComponentCategories c : EnumCV_ChestComponentCategories.values()) System.out.println(c);
public static EnumCV_ChestComponentCategories 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()