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