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