public class SortSpecification extends NodeSupport
Models each sorting expression.
| Constructor and Description |
|---|
SortSpecification() |
| Modifier and Type | Method and Description |
|---|---|
CollationSpecification |
getCollation()
Locate the specified <tt>collation specification</tt>, if one.
|
OrderingSpecification |
getOrdering()
Locate the specified <tt>ordering specification</tt>, if one.
|
SortKey |
getSortKey()
Locate the specified
SortKey. |
getDebugText, getRenderableTextgetText, getType, initialize, initialize, initialize, setText, setTypeaddChild, decode, encode, equals, equalsList, equalsListPartial, equalsTree, equalsTreePartial, findAll, findAllPartial, getColumn, getFirstChild, getLine, getNextSibling, getNumberOfChildren, getTokenNames, removeChildren, setFirstChild, setNextSibling, setVerboseStringConversion, toString, toStringList, toStringTree, xmlSerialize, xmlSerializeNode, xmlSerializeRootClose, xmlSerializeRootOpenpublic CollationSpecification getCollation()
Locate the specified <tt>collation specification</tt>, if one.
public OrderingSpecification getOrdering()
Locate the specified <tt>ordering specification</tt>, if one.
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.