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