public static enum CqQuery.QueryType extends Enum<CqQuery.QueryType> implements com.ibm.rational.wvcm.stpex.StpExEnumeration
Enum Constant and Description |
---|
CHART
The query generates a chart.
|
LIST
The query generates a list of data, a result set.
|
REPORT
The query generates a formatted report.
|
Modifier and Type | Method and Description |
---|---|
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 are declared.
|
public static final CqQuery.QueryType CHART
public static final CqQuery.QueryType LIST
public static final CqQuery.QueryType REPORT
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 nameNullPointerException
- if the argument is nullpublic static CqQuery.QueryType[] values()
for (CqQuery.QueryType c : CqQuery.QueryType.values()) System.out.println(c);
Copyright © IBM 2017. All rights reserved.