public enum EnumCV_CalculatedValue extends java.lang.Enum<EnumCV_CalculatedValue>
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_CalculatedValue |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_CalculatedValue[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_CalculatedValue CAVITY_EXTENT_AS_PERCENT_OF_VOLUME_112017
public static final EnumCV_CalculatedValue CALCIFICATION_EXTENT_AS_PERCENT_OF_SURFACE_112018
public static final EnumCV_CalculatedValue CALCIFICATION_EXTENT_AS_PERCENT_OF_VOLUME_112019
public static final EnumCV_CalculatedValue CALCIUM_SCORE_112058
public static final EnumCV_CalculatedValue BREAST_TISSUE_DENSITY_112191
public static final EnumCV_CalculatedValue VOLUME_OF_PARENCHYMAL_TISSUE_112192
public static final EnumCV_CalculatedValue VOLUME_OF_BREAST_112193
public static final EnumCV_CalculatedValue MASS_OF_PARENCHYMAL_TISSUE_112194
public static final EnumCV_CalculatedValue MASS_OF_BREAST_112195
public static final EnumCV_CalculatedValue AREA_OF_VASCULAR_CALCIFICATION_112196
public static final EnumCV_CalculatedValue VOLUME_OF_VASCULAR_CALCIFICATION_112197
public static final EnumCV_CalculatedValue PERCENTAGE_OF_VASCULAR_CALCIFICATION_112198
public static final EnumCV_CalculatedValue MASS_OF_VASCULAR_CALCIFICATION_112199
public static final EnumCV_CalculatedValue AVERAGE_CALCIFICATION_DISTANCE_IN_A_CALCIFICATION_CLUSTER_112200
public static final EnumCV_CalculatedValue STANDARD_DEVIATION_DISTANCE_OF_CALCIFICATIONS_IN_A_CLUSTER_112201
public static EnumCV_CalculatedValue[] values()
for (EnumCV_CalculatedValue c : EnumCV_CalculatedValue.values()) System.out.println(c);
public static EnumCV_CalculatedValue 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()