|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ISortCondition
Represents the design of an SortCondition in the scripting environment
| Method Summary | |
|---|---|
java.lang.String |
getDirection()
Returns sort direction. |
java.lang.String |
getKey()
Returns sort key |
IStructure |
getStructure()
Returns structure. |
void |
setDirection(java.lang.String direction)
Sets sort direction. |
void |
setKey(java.lang.String key)
Sets sort key. |
| Method Detail |
|---|
java.lang.String getDirection()
void setDirection(java.lang.String direction)
throws SemanticException
direction -
SemanticExceptionjava.lang.String getKey()
void setKey(java.lang.String key)
throws SemanticException
key -
SemanticExceptionIStructure getStructure()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||