public enum EnumCM_ChestCADDescriptors extends java.lang.Enum<EnumCM_ChestCADDescriptors>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_ChestCADDescriptors |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_ChestCADDescriptors[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_ChestCADDescriptors SIZE_DESCRIPTOR
public static final EnumCM_ChestCADDescriptors WIDTH_DESCRIPTOR
public static final EnumCM_ChestCADDescriptors BORDER_SHAPE
public static final EnumCM_ChestCADDescriptors BORDER_DEFINITION
public static final EnumCM_ChestCADDescriptors ORIENTATION_DESCRIPTOR
public static final EnumCM_ChestCADDescriptors TYPE_OF_CONTENT
public static final EnumCM_ChestCADDescriptors OPACITY_DESCRIPTOR
public static final EnumCM_ChestCADDescriptors LOCATION_IN_CHEST
public static final EnumCM_ChestCADDescriptors LATERALITY
public static final EnumCM_ChestCADDescriptors DISTRIBUTION_DESCRIPTOR
public static final EnumCM_ChestCADDescriptors ABNORMAL_DISTRIBUTION_OF_ANATOMIC_STRUCTURE
public static final EnumCM_ChestCADDescriptors SITE_INVOLVEMENT
public static final EnumCM_ChestCADDescriptors SEVERITY
public static final EnumCM_ChestCADDescriptors TEXTURE_DESCRIPTOR
public static final EnumCM_ChestCADDescriptors CALCIFICATION_DESCRIPTOR
public static final EnumCM_ChestCADDescriptors DERIVATION
public static final EnumCM_ChestCADDescriptors THRESHOLD_ATTENUATION_COEFFICIENT
public static final EnumCM_ChestCADDescriptors CALCULATION_DESCRIPTION
public static EnumCM_ChestCADDescriptors[] values()
for (EnumCM_ChestCADDescriptors c : EnumCM_ChestCADDescriptors.values()) System.out.println(c);
public static EnumCM_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()