TotalsCalculation
Contents
[
Hide
]Inheritance: java.lang.Object
public final class TotalsCalculation
Determines the type of calculation in the Totals row of the list column.
Fields
Field | Description |
---|---|
AVERAGE | Represents Average totals calculation. |
COUNT | Represents Count totals calculation. |
COUNT_NUMS | Represents Count Nums totals calculation. |
CUSTOM | Represents custom calculation. |
MAX | Represents Max totals calculation. |
MIN | Represents Min totals calculation. |
NONE | Represents No totals calculation. |
STD_DEV | Represents StdDev totals calculation. |
SUM | Represents Sum totals calculation. |
VAR | Represents Var totals calculation. |
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
hashCode() | |
notify() | |
notifyAll() | |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
AVERAGE
public static final int AVERAGE
Represents Average totals calculation.
COUNT
public static final int COUNT
Represents Count totals calculation.
COUNT_NUMS
public static final int COUNT_NUMS
Represents Count Nums totals calculation.
CUSTOM
public static final int CUSTOM
Represents custom calculation.
MAX
public static final int MAX
Represents Max totals calculation.
MIN
public static final int MIN
Represents Min totals calculation.
NONE
public static final int NONE
Represents No totals calculation.
STD_DEV
public static final int STD_DEV
Represents StdDev totals calculation.
SUM
public static final int SUM
Represents Sum totals calculation.
VAR
public static final int VAR
Represents Var totals calculation.
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |