public static enum Clause.ClauseName extends java.lang.Enum<Clause.ClauseName>
Enum Constant and Description |
---|
COUNT |
DIAG |
FOR |
FOR_MEMBER |
GROUP_BY |
LET |
ORDER_BY |
TRACE |
WHERE |
WINDOW |
Modifier and Type | Method and Description |
---|---|
static Clause.ClauseName |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Clause.ClauseName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Clause.ClauseName FOR
public static final Clause.ClauseName LET
public static final Clause.ClauseName WINDOW
public static final Clause.ClauseName GROUP_BY
public static final Clause.ClauseName COUNT
public static final Clause.ClauseName ORDER_BY
public static final Clause.ClauseName WHERE
public static final Clause.ClauseName TRACE
public static final Clause.ClauseName DIAG
public static final Clause.ClauseName FOR_MEMBER
public static Clause.ClauseName[] values()
for (Clause.ClauseName c : Clause.ClauseName.values()) System.out.println(c);
public static Clause.ClauseName 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 nullCopyright (c) 2004-2022 Saxonica Limited. All rights reserved.