public enum PivotItemPosition extends Enum<PivotItemPosition>
Enum Constant and Description |
---|
NEXT
Represents Next pivot field base item.
|
NONE
No base item position.
|
PREVIOUS
Represents Previous pivot field base item.
|
Modifier and Type | Method and Description |
---|---|
static PivotItemPosition |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PivotItemPosition[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PivotItemPosition NEXT
public static final PivotItemPosition NONE
public static final PivotItemPosition PREVIOUS
public static PivotItemPosition 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 PivotItemPosition[] values()
for (PivotItemPosition c : PivotItemPosition.values()) System.out.println(c);
© GemBox d.o.o. — All rights reserved.