|
Project: stp | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
ObjectEnum<CqQuery.QueryType>
CqQuery.QueryType
public static enum CqQuery.QueryType
An enumeration of the possible types of queries.
Enum Constant Summary | |
---|---|
CHART
The query generates a chart. |
|
LIST
The query generates a list of data, a result set. |
|
REPORT
The query generates a formatted report. |
Method Summary | |
---|---|
static CqQuery.QueryType |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static CqQuery.QueryType[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final CqQuery.QueryType CHART
public static final CqQuery.QueryType LIST
public static final CqQuery.QueryType REPORT
Method Detail |
---|
public static CqQuery.QueryType valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified namepublic static final CqQuery.QueryType[] values()
for(CqQuery.QueryType c : CqQuery.QueryType.values()) System.out.println(c);
|
Generated Wed 16-Apr-2014 05:20 PM | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |