public static enum QueryManager.QueryStep extends java.lang.Enum<QueryManager.QueryStep>
Stored as a QueryHandler attribute :
QueryManager.QueryStep step = (QueryManager.QueryStep) queryHandler.getAttribute(QueryManager.QUERY_MANAGER_STEP_ATTRIBUTE);
Modifier and Type | Method and Description |
---|---|
java.lang.String |
description() |
static QueryManager.QueryStep |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static QueryManager.QueryStep[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QueryManager.QueryStep JSTORE
public static final QueryManager.QueryStep DB
public static QueryManager.QueryStep[] values()
for (QueryManager.QueryStep c : QueryManager.QueryStep.values()) System.out.println(c);
public static QueryManager.QueryStep 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 nullpublic java.lang.String description()
Copyright © 2001-2017 Jalios SA. All Rights Reserved.