Interface ISortCondition


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

      • getDirection

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

        void setDirection​(java.lang.String direction)
                   throws SemanticException
        Sets sort direction.
        • asc
        • desc
        Parameters:
        direction -
        Throws:
        SemanticException
      • getKey

        java.lang.String getKey()
        Returns sort key
        Returns:
        sort key
      • getStructure

        IStructure getStructure()
        Returns structure.
        Returns:
        structure