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