Interface IndicatorExecutionResult

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getDataType()
      Returns the data type of execution result.
      java.lang.String getLabel()
      Returns the label of execution result.
      java.lang.String getName()
      Returns the name of execution result.
      java.lang.String getValue()
      Returns the value of execution result.
    • Method Detail

      • getDataType

        java.lang.String getDataType()
        Returns the data type of execution result.
      • getLabel

        java.lang.String getLabel()
        Returns the label of execution result.
      • getName

        java.lang.String getName()
        Returns the name of execution result.
      • getValue

        java.lang.String getValue()
        Returns the value of execution result.