|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.iphrase.runtime.query.Feature | +--com.iphrase.runtime.query.result.Feature | +--com.iphrase.runtime.query.result.SortFeature
Represent a feature for sorting rows in result set table.
Inner Class Summary | |
static interface |
SortFeature.Direction
Define QueryResult sort direction values. |
Inner classes inherited from class com.iphrase.runtime.query.result.Feature |
Feature.Flags |
Method Summary | |
int |
getDirection()
Get the sorting direction for this feature. |
void |
setDirection(int direction)
Set the sort feature SortFeature.Direction value. |
Methods inherited from class com.iphrase.runtime.query.result.Feature |
getLabel |
Methods inherited from class com.iphrase.runtime.query.Feature |
getId |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public int getDirection()
SortFeature.Direction
value.public void setDirection(int direction)
SortFeature.Direction
value.direction
- SortFeature.Direction
value
|
© Copyright 2005, 2006. IBM Corporation. All rights reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |