Interface IndicatorExecutionResult
-
public interface IndicatorExecutionResultValue of an indicator execution.- Since:
- 4.2.0
- See Also:
IndicatorExecution.getIndicatorExecutionResults()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetDataType()Returns the data type of execution result.java.lang.StringgetLabel()Returns the label of execution result.java.lang.StringgetName()Returns the name of execution result.java.lang.StringgetValue()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.
-
-