public enum EnumCV_ChestCADDescriptors extends java.lang.Enum<EnumCV_ChestCADDescriptors>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_ChestCADDescriptors |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_ChestCADDescriptors[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_ChestCADDescriptors SIZE_DESCRIPTOR_112025
public static final EnumCV_ChestCADDescriptors WIDTH_DESCRIPTOR_112026
public static final EnumCV_ChestCADDescriptors BORDER_SHAPE_112015
public static final EnumCV_ChestCADDescriptors BORDER_DEFINITION_112007
public static final EnumCV_ChestCADDescriptors ORIENTATION_DESCRIPTOR_112014
public static final EnumCV_ChestCADDescriptors TYPE_OF_CONTENT_112009
public static final EnumCV_ChestCADDescriptors OPACITY_DESCRIPTOR_112027
public static final EnumCV_ChestCADDescriptors LOCATION_IN_CHEST_112013
public static final EnumCV_ChestCADDescriptors LATERALITY_G_C171
public static final EnumCV_ChestCADDescriptors DISTRIBUTION_DESCRIPTOR_112006
public static final EnumCV_ChestCADDescriptors ABNORMAL_DISTRIBUTION_OF_ANATOMIC_STRUCTURE_112028
public static final EnumCV_ChestCADDescriptors SITE_INVOLVEMENT_112008
public static final EnumCV_ChestCADDescriptors SEVERITY_G_C197
public static final EnumCV_ChestCADDescriptors TEXTURE_DESCRIPTOR_112010
public static final EnumCV_ChestCADDescriptors CALCIFICATION_DESCRIPTOR_112030
public static final EnumCV_ChestCADDescriptors DERIVATION_121401
public static final EnumCV_ChestCADDescriptors THRESHOLD_ATTENUATION_COEFFICIENT_112032
public static final EnumCV_ChestCADDescriptors CALCULATION_DESCRIPTION_112034
public static EnumCV_ChestCADDescriptors[] values()
for (EnumCV_ChestCADDescriptors c : EnumCV_ChestCADDescriptors.values()) System.out.println(c);
public static EnumCV_ChestCADDescriptors 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()