public static enum JQL.JQLDynamicStatementType extends Enum<JQL.JQLDynamicStatementType>
| Enum Constant and Description |
|---|
DYNAMIC_ORDER_BY |
DYNAMIC_PAGE_OFFSET |
DYNAMIC_PAGE_SIZE |
DYNAMIC_WHERE |
| Modifier and Type | Method and Description |
|---|---|
static JQL.JQLDynamicStatementType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JQL.JQLDynamicStatementType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JQL.JQLDynamicStatementType DYNAMIC_WHERE
public static final JQL.JQLDynamicStatementType DYNAMIC_ORDER_BY
public static final JQL.JQLDynamicStatementType DYNAMIC_PAGE_SIZE
public static final JQL.JQLDynamicStatementType DYNAMIC_PAGE_OFFSET
public static JQL.JQLDynamicStatementType[] values()
for (JQL.JQLDynamicStatementType c : JQL.JQLDynamicStatementType.values()) System.out.println(c);
public static JQL.JQLDynamicStatementType 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 © 2017. All rights reserved.