PivotFieldSubtotalType
Contents
[
Hide
]Inheritance: java.lang.Object
public final class PivotFieldSubtotalType
Summary description for PivotFieldSubtotalType.
Fields
Field | Description |
---|---|
AUTOMATIC | Represents Automatic subtotal type. |
AVERAGE | Represents Average subtotal type. |
COUNT | Represents Count subtotal type. |
COUNT_NUMS | Represents Count Nums subtotal type. |
MAX | Represents Max subtotal type. |
MIN | Represents Min subtotal type. |
NONE | Represents None subtotal type. |
PRODUCT | Represents Product subtotal type. |
STDEV | Represents Stdev subtotal type. |
STDEVP | Represents Stdevp subtotal type. |
SUM | Represents Sum subtotal type. |
VAR | Represents Var subtotal type. |
VARP | Represents Varp subtotal type. |
Methods
Method | Description |
---|---|
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:
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 |