Interface IndicatorExecutionResult


public interface IndicatorExecutionResult
Output result of an indicator execution.
Since:
4.2.0
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the data type of execution result.
    Returns the label of execution result.
    Returns the name of execution result.
    Returns the value of execution result.
  • Method Details

    • getDataType

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

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

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

      String getValue()
      Returns the value of execution result.