Interface ISortCondition


public interface ISortCondition
Represents the design of an SortCondition in the scripting environment
  • Method Details

    • getDirection

      String getDirection()
      Returns sort direction.
      Returns:
      sort direction.
    • setDirection

      void setDirection(String direction) throws ScriptException
      Sets sort direction.
      • asc
      • desc
      Parameters:
      direction -
      Throws:
      ScriptException
    • getKey

      String getKey()
      Returns sort key
      Returns:
      sort key
    • setKey

      void setKey(String key) throws ScriptException
      Sets sort key.
      Parameters:
      key -
      Throws:
      ScriptException
    • getStructure

      org.eclipse.birt.report.model.api.core.IStructure getStructure()
      Returns structure.
      Returns:
      structure