Interface ISortCondition
public interface ISortCondition
Represents the design of an SortCondition in the scripting environment
-
Method Summary
Modifier and TypeMethodDescriptionReturns sort direction.getKey()
Returns sort keyorg.eclipse.birt.report.model.api.core.IStructure
Returns structure.void
setDirection
(String direction) Sets sort direction.void
Sets sort key.
-
Method Details
-
getDirection
String getDirection()Returns sort direction.- Returns:
- sort direction.
-
setDirection
Sets sort direction.- asc
- desc
- Parameters:
direction
-- Throws:
ScriptException
-
getKey
String getKey()Returns sort key- Returns:
- sort key
-
setKey
Sets sort key.- Parameters:
key
-- Throws:
ScriptException
-
getStructure
org.eclipse.birt.report.model.api.core.IStructure getStructure()Returns structure.- Returns:
- structure
-