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