TotalsCalculation

Inheritance: java.lang.Object

public final class TotalsCalculation

Determines the type of calculation in the Totals row of the list column.

Fields

FieldDescription
AVERAGERepresents Average totals calculation.
COUNTRepresents Count totals calculation.
COUNT_NUMSRepresents Count Nums totals calculation.
CUSTOMRepresents custom calculation.
MAXRepresents Max totals calculation.
MINRepresents Min totals calculation.
NONERepresents No totals calculation.
STD_DEVRepresents StdDev totals calculation.
SUMRepresents Sum totals calculation.
VARRepresents Var totals calculation.

Methods

MethodDescription
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:

ParameterTypeDescription
arg0java.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:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int