Serializable
, Comparable<XQueryConstants.TypeQuantifier>
public static enum XQueryConstants.TypeQuantifier extends Enum<XQueryConstants.TypeQuantifier>
Enum Constant | Description |
---|---|
QUANT_PLUS |
|
QUANT_QUESTION |
|
QUANT_STAR |
Modifier and Type | Method | Description |
---|---|---|
static XQueryConstants.TypeQuantifier |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static XQueryConstants.TypeQuantifier[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XQueryConstants.TypeQuantifier QUANT_QUESTION
public static final XQueryConstants.TypeQuantifier QUANT_STAR
public static final XQueryConstants.TypeQuantifier QUANT_PLUS
public static XQueryConstants.TypeQuantifier[] values()
for (XQueryConstants.TypeQuantifier c : XQueryConstants.TypeQuantifier.values()) System.out.println(c);
public static XQueryConstants.TypeQuantifier 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.