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