public enum UngroupingSelection extends java.lang.Enum<UngroupingSelection>
GroupElement
s,
or their content can be unpacked, in which case groups' content elements are extracted as if not belonging to a group.Enum Constant and Description |
---|
NONE
Groups are extracted as
GroupElement s |
SAFELY_UNGROUPABLE
Un-grouping is restricted to those groups that can be un-grouped without visual loss.
|
Modifier and Type | Method and Description |
---|---|
static UngroupingSelection |
fromValue(int value) |
int |
getValue() |
static UngroupingSelection |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UngroupingSelection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UngroupingSelection NONE
GroupElement
spublic static final UngroupingSelection SAFELY_UNGROUPABLE
public static UngroupingSelection[] values()
for (UngroupingSelection c : UngroupingSelection.values()) System.out.println(c);
public static UngroupingSelection 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 nullpublic static UngroupingSelection fromValue(int value)
public int getValue()