public class SortRequestControlImpl extends AbstractControl implements SortRequest
OID| Constructor and Description |
|---|
SortRequestControlImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addSortKey(SortKey skey)
adds a sort key
|
List<SortKey> |
getSortKeys() |
void |
setSortKeys(List<SortKey> sortKeys)
sets the sort keys
|
String |
toString()
Return a String representing a Control
|
equals, getOid, hashCode, isCritical, setCriticalclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetOid, isCritical, setCriticalpublic List<SortKey> getSortKeys()
getSortKeys in interface SortRequestpublic void setSortKeys(List<SortKey> sortKeys)
SortRequestsetSortKeys in interface SortRequestsortKeys - the sortKeys to setpublic void addSortKey(SortKey skey)
SortRequestaddSortKey in interface SortRequestpublic String toString()
AbstractControltoString in class AbstractControlCopyright © 2003–2016 The Apache Software Foundation. All rights reserved.