Serializable, Comparable<XQueryConstants.PathType>public static enum XQueryConstants.PathType extends Enum<XQueryConstants.PathType>
| Enum Constant | Description |
|---|---|
SLASH |
|
SLASH_SLASH |
| Modifier and Type | Method | Description |
|---|---|---|
static XQueryConstants.PathType |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static XQueryConstants.PathType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XQueryConstants.PathType SLASH
public static final XQueryConstants.PathType SLASH_SLASH
public static XQueryConstants.PathType[] values()
for (XQueryConstants.PathType c : XQueryConstants.PathType.values()) System.out.println(c);
public static XQueryConstants.PathType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2019 Apache Software Foundation. All rights reserved.