static enum NodeText.Option extends java.lang.Enum<NodeText.Option>
| Enum Constant and Description |
|---|
EXCLUDE_END |
EXCLUDE_START |
REMOVE_SPACE_IMMEDIATELY_AFTER |
| Modifier and Type | Method and Description |
|---|---|
static NodeText.Option |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NodeText.Option[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NodeText.Option REMOVE_SPACE_IMMEDIATELY_AFTER
public static final NodeText.Option EXCLUDE_START
public static final NodeText.Option EXCLUDE_END
public static NodeText.Option[] values()
for (NodeText.Option c : NodeText.Option.values()) System.out.println(c);
public static NodeText.Option 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