public static enum CqQuery.DisplayField.SortType extends Enum<CqQuery.DisplayField.SortType> implements com.ibm.rational.wvcm.stpex.StpExEnumeration
Enum Constant and Description |
---|
ASCENDING
The display field values are sorted in ascending order
|
DESCENDING
The display field values are sorted in descending order
|
NO_SORT
The display field does not participate in sorting the result set
|
Modifier and Type | Method and Description |
---|---|
static CqQuery.DisplayField.SortType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CqQuery.DisplayField.SortType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CqQuery.DisplayField.SortType ASCENDING
public static final CqQuery.DisplayField.SortType DESCENDING
public static final CqQuery.DisplayField.SortType NO_SORT
public static CqQuery.DisplayField.SortType 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.DisplayField.SortType[] values()
for (CqQuery.DisplayField.SortType c : CqQuery.DisplayField.SortType.values()) System.out.println(c);
Copyright © IBM 2017. All rights reserved.