public final class ExpansionMode
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static ExpansionMode |
ALL
Expand all nodes.
|
static ExpansionMode |
FIRST
Expand the first node.
|
static ExpansionMode |
NONE
Don't expand any nodes.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString()
Returns a string representation of the object.
|
static ExpansionMode |
valueOf(java.lang.String s)
Return the expansion mode that match the specified string.
|
static java.util.Iterator<ExpansionMode> |
values()
Returns all expansion modes.
|
public static final ExpansionMode NONE
public static final ExpansionMode FIRST
public static final ExpansionMode ALL
public static ExpansionMode valueOf(java.lang.String s)
public static java.util.Iterator<ExpansionMode> values()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright ? Technia AB. All Rights Reserved.