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