|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<XmlAdhocCalculation>
net.sf.dynamicreports.adhoc.xmlconfiguration.XmlAdhocCalculation
public enum XmlAdhocCalculation
Java class for Calculation.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="Calculation">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="NOTHING"/>
<enumeration value="COUNT"/>
<enumeration value="SUM"/>
<enumeration value="AVERAGE"/>
<enumeration value="LOWEST"/>
<enumeration value="HIGHEST"/>
<enumeration value="STANDARD_DEVIATION"/>
<enumeration value="VARIANCE"/>
<enumeration value="FIRST"/>
<enumeration value="DISTINCT_COUNT"/>
</restriction>
</simpleType>
| Enum Constant Summary | |
|---|---|
AVERAGE
|
|
COUNT
|
|
DISTINCT_COUNT
|
|
FIRST
|
|
HIGHEST
|
|
LOWEST
|
|
NOTHING
|
|
STANDARD_DEVIATION
|
|
SUM
|
|
VARIANCE
|
|
| Method Summary | |
|---|---|
static XmlAdhocCalculation |
fromValue(String v)
|
String |
value()
|
static XmlAdhocCalculation |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static XmlAdhocCalculation[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final XmlAdhocCalculation NOTHING
public static final XmlAdhocCalculation COUNT
public static final XmlAdhocCalculation SUM
public static final XmlAdhocCalculation AVERAGE
public static final XmlAdhocCalculation LOWEST
public static final XmlAdhocCalculation HIGHEST
public static final XmlAdhocCalculation STANDARD_DEVIATION
public static final XmlAdhocCalculation VARIANCE
public static final XmlAdhocCalculation FIRST
public static final XmlAdhocCalculation DISTINCT_COUNT
| Method Detail |
|---|
public static XmlAdhocCalculation[] values()
for (XmlAdhocCalculation c : XmlAdhocCalculation.values()) System.out.println(c);
public static XmlAdhocCalculation valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic String value()
public static XmlAdhocCalculation fromValue(String v)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||