public enum EnumCV_VAMainResultsTemplate extends java.lang.Enum<EnumCV_VAMainResultsTemplate>
| Enum Constant and Description |
|---|
FINDING_SITE_G_C0E3 |
FINDINGS_121070 |
HEART_RATE_8867_4 |
REGRESSION_OFFSET_ED_122432 |
REGRESSION_OFFSET_ES_122434 |
REGRESSION_SLOPE_ED_122431 |
REGRESSION_SLOPE_ES_122433 |
REGRESSION_VOLUME_EXPONENT_122435 |
VOLUME_METHOD_122429 |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCV_VAMainResultsTemplate |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCV_VAMainResultsTemplate[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCV_VAMainResultsTemplate FINDINGS_121070
public static final EnumCV_VAMainResultsTemplate FINDING_SITE_G_C0E3
public static final EnumCV_VAMainResultsTemplate VOLUME_METHOD_122429
public static final EnumCV_VAMainResultsTemplate REGRESSION_VOLUME_EXPONENT_122435
public static final EnumCV_VAMainResultsTemplate REGRESSION_SLOPE_ED_122431
public static final EnumCV_VAMainResultsTemplate REGRESSION_OFFSET_ED_122432
public static final EnumCV_VAMainResultsTemplate REGRESSION_SLOPE_ES_122433
public static final EnumCV_VAMainResultsTemplate REGRESSION_OFFSET_ES_122434
public static final EnumCV_VAMainResultsTemplate HEART_RATE_8867_4
public static EnumCV_VAMainResultsTemplate[] values()
for (EnumCV_VAMainResultsTemplate c : EnumCV_VAMainResultsTemplate.values()) System.out.println(c);
public static EnumCV_VAMainResultsTemplate 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()