protected static enum ShowPivotAction.ShowPivotMode extends java.lang.Enum<ShowPivotAction.ShowPivotMode>
| Enum Constant and Description |
|---|
ALL_ROWS |
SELECTED_ROWS |
| Modifier and Type | Method and Description |
|---|---|
static ShowPivotAction.ShowPivotMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ShowPivotAction.ShowPivotMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ShowPivotAction.ShowPivotMode ALL_ROWS
public static final ShowPivotAction.ShowPivotMode SELECTED_ROWS
public static ShowPivotAction.ShowPivotMode[] values()
for (ShowPivotAction.ShowPivotMode c : ShowPivotAction.ShowPivotMode.values()) System.out.println(c);
public static ShowPivotAction.ShowPivotMode valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null