PivotFieldSubtotalType

Inheritance: java.lang.Object

public final class PivotFieldSubtotalType

Summary description for PivotFieldSubtotalType.

Fields

FieldDescription
AUTOMATICRepresents Automatic subtotal type.
AVERAGERepresents Average subtotal type.
COUNTRepresents Count subtotal type.
COUNT_NUMSRepresents Count Nums subtotal type.
MAXRepresents Max subtotal type.
MINRepresents Min subtotal type.
NONERepresents None subtotal type.
PRODUCTRepresents Product subtotal type.
STDEVRepresents Stdev subtotal type.
STDEVPRepresents Stdevp subtotal type.
SUMRepresents Sum subtotal type.
VARRepresents Var subtotal type.
VARPRepresents Varp subtotal type.

Methods

MethodDescription
equals(Object arg0)
getClass()
hashCode()
notify()
notifyAll()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

AUTOMATIC

public static final int AUTOMATIC

Represents Automatic subtotal type.

AVERAGE

public static final int AVERAGE

Represents Average subtotal type.

COUNT

public static final int COUNT

Represents Count subtotal type.

COUNT_NUMS

public static final int COUNT_NUMS

Represents Count Nums subtotal type.

MAX

public static final int MAX

Represents Max subtotal type.

MIN

public static final int MIN

Represents Min subtotal type.

NONE

public static final int NONE

Represents None subtotal type.

PRODUCT

public static final int PRODUCT

Represents Product subtotal type.

STDEV

public static final int STDEV

Represents Stdev subtotal type.

STDEVP

public static final int STDEVP

Represents Stdevp subtotal type.

SUM

public static final int SUM

Represents Sum subtotal type.

VAR

public static final int VAR

Represents Var subtotal type.

VARP

public static final int VARP

Represents Varp subtotal type.

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