public enum PivotFieldSubtotalTypes extends Enum<PivotFieldSubtotalTypes>
PivotField
displayed subtotals.Enum Constant and Description |
---|
AUTOMATIC
Represents Automatic subtotal type.
|
AVERAGE
Represents Average subtotal type.
|
COUNT
Represents Count subtotal type.
|
COUNT_NUMS
Represents CountNums subtotal type.
|
MAX
Represents Max subtotal type.
|
MIN
Represents Min subtotal type.
|
PRODUCT
Represents Product subtotal type.
|
STD_DEV
Represents StdDev subtotal type.
|
STD_DEVP
Represents StdDevp subtotal type.
|
SUM
Represents Sum subtotal type.
|
VAR
Represents Var subtotal type.
|
VARP
Represents Varp subtotal type.
|
Modifier and Type | Method and Description |
---|---|
static PivotFieldSubtotalTypes |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PivotFieldSubtotalTypes[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PivotFieldSubtotalTypes AUTOMATIC
public static final PivotFieldSubtotalTypes AVERAGE
public static final PivotFieldSubtotalTypes COUNT
public static final PivotFieldSubtotalTypes COUNT_NUMS
public static final PivotFieldSubtotalTypes MAX
public static final PivotFieldSubtotalTypes MIN
public static final PivotFieldSubtotalTypes PRODUCT
public static final PivotFieldSubtotalTypes STD_DEV
public static final PivotFieldSubtotalTypes STD_DEVP
public static final PivotFieldSubtotalTypes SUM
public static final PivotFieldSubtotalTypes VAR
public static final PivotFieldSubtotalTypes VARP
public static PivotFieldSubtotalTypes valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static PivotFieldSubtotalTypes[] values()
for (PivotFieldSubtotalTypes c : PivotFieldSubtotalTypes.values()) System.out.println(c);
© GemBox d.o.o. — All rights reserved.