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