public enum QueryListenerOption extends Enum<QueryListenerOption> implements SingleValueKieSessionOption
| Enum Constant and Description |
|---|
LIGHTWEIGHT |
STANDARD |
| Modifier and Type | Field and Description |
|---|---|
static String |
PROPERTY_NAME
The property name for the clock type configuration
|
| Modifier and Type | Method and Description |
|---|---|
static QueryListenerOption |
determineQueryListenerClassOption(String option) |
String |
getAsString() |
String |
getPropertyName() |
String |
toString() |
static QueryListenerOption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryListenerOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QueryListenerOption STANDARD
public static final QueryListenerOption LIGHTWEIGHT
public static final String PROPERTY_NAME
public static QueryListenerOption[] values()
for (QueryListenerOption c : QueryListenerOption.values()) System.out.println(c);
public static QueryListenerOption 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 nullpublic String getPropertyName()
getPropertyName in interface Optionpublic String getAsString()
public String toString()
toString in class Enum<QueryListenerOption>public static QueryListenerOption determineQueryListenerClassOption(String option)
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.