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