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