public enum EnumCM_AAMainResultsTemplate extends java.lang.Enum<EnumCM_AAMainResultsTemplate>
| Enum Constant and Description |
|---|
FINDING_SITE |
FINDINGS |
REGRESSION_OFFSET_ED |
REGRESSION_OFFSET_ES |
REGRESSION_SLOPE_ED |
REGRESSION_SLOPE_ES |
REGRESSION_VOLUME_EXPONENT |
VOLUME_METHOD |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
This function returns the String value of this enum.
|
static EnumCM_AAMainResultsTemplate |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumCM_AAMainResultsTemplate[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumCM_AAMainResultsTemplate FINDINGS
public static final EnumCM_AAMainResultsTemplate FINDING_SITE
public static final EnumCM_AAMainResultsTemplate VOLUME_METHOD
public static final EnumCM_AAMainResultsTemplate REGRESSION_VOLUME_EXPONENT
public static final EnumCM_AAMainResultsTemplate REGRESSION_SLOPE_ED
public static final EnumCM_AAMainResultsTemplate REGRESSION_OFFSET_ED
public static final EnumCM_AAMainResultsTemplate REGRESSION_SLOPE_ES
public static final EnumCM_AAMainResultsTemplate REGRESSION_OFFSET_ES
public static EnumCM_AAMainResultsTemplate[] values()
for (EnumCM_AAMainResultsTemplate c : EnumCM_AAMainResultsTemplate.values()) System.out.println(c);
public static EnumCM_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()