public enum EnumCM_ChestFindingOrFeature extends java.lang.Enum<EnumCM_ChestFindingOrFeature>
| Enum Constant and Description |
|---|
ABNORMAL_CALCIFICATIONS |
ABNORMAL_LINES_1D |
ABNORMAL_LUCENCY |
ABNORMAL_OPACITY |
ABNORMAL_TEXTURE |
IMAGE_QUALITY |
NON_LESION |
RADIOGRAPHIC_ANATOMY |
SELECTED_REGION |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_ChestFindingOrFeature |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_ChestFindingOrFeature[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_ChestFindingOrFeature ABNORMAL_LINES_1D
public static final EnumCM_ChestFindingOrFeature ABNORMAL_OPACITY
public static final EnumCM_ChestFindingOrFeature ABNORMAL_LUCENCY
public static final EnumCM_ChestFindingOrFeature ABNORMAL_CALCIFICATIONS
public static final EnumCM_ChestFindingOrFeature ABNORMAL_TEXTURE
public static final EnumCM_ChestFindingOrFeature RADIOGRAPHIC_ANATOMY
public static final EnumCM_ChestFindingOrFeature NON_LESION
public static final EnumCM_ChestFindingOrFeature IMAGE_QUALITY
public static final EnumCM_ChestFindingOrFeature SELECTED_REGION
public static EnumCM_ChestFindingOrFeature[] values()
for (EnumCM_ChestFindingOrFeature c : EnumCM_ChestFindingOrFeature.values()) System.out.println(c);
public static EnumCM_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()