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