public static class SortOrder.SortSpec
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
column |
protected int |
direction |
| Constructor and Description |
|---|
SortSpec(SortOrder.ParseBuffer pb) |
SortSpec(java.lang.String column,
int direction) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getColumn() |
int |
getDirection() |
java.lang.String |
toString() |
public SortSpec(java.lang.String column,
int direction)
public SortSpec(SortOrder.ParseBuffer pb) throws ManifoldCFException
ManifoldCFException