Interface GUIOperator


  • public interface GUIOperator
    Since:
    MicroStrategy Web 9.0.0
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getDisplayName()
      Returns the display name of this operator.
      int getDSSFunction()
      Returns the dss function value of this operator.
      int getFunctionType()
      Returns the function type of this operator.
      int getWebFunction()
      Returns the web function value of this operator Web function value.
      boolean isAscending()
      Returns whether current operator is for ascending.
      void setAscending​(boolean val)
      Sets whether current operator is ascending.
      void setDisplayName​(java.lang.String disp)
      Sets display name for this operator.
      void setDSSFunction​(int dssFunc)
      Sets the dss function value of this operator
      void setFunctionType​(int funcType)
      Sets the function type of this operator.
      void setWebFunction​(int func)
      Sets web function value of this operator.