public static enum NodeFactory.TrimSpecification extends java.lang.Enum<NodeFactory.TrimSpecification>
Modifier and Type | Method and Description |
---|---|
static NodeFactory.TrimSpecification |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static NodeFactory.TrimSpecification[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NodeFactory.TrimSpecification LEADING
public static final NodeFactory.TrimSpecification TRAILING
public static final NodeFactory.TrimSpecification BOTH
public static NodeFactory.TrimSpecification[] values()
for (NodeFactory.TrimSpecification c : NodeFactory.TrimSpecification.values()) System.out.println(c);
public static NodeFactory.TrimSpecification 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 nullEclipseLink 2.6.3, "build v20160428-59c81c5" API Reference