Package com.orchestranetworks.addon.dqid
Class IntervalValue
java.lang.Object
com.orchestranetworks.addon.dqid.IndicatorValue
com.orchestranetworks.addon.dqid.BigDecimalValue
com.orchestranetworks.addon.dqid.IntervalValue
Represents an interval outcome of indicator execution.
- Since:
- 1.4.0
-
Constructor Summary
ConstructorDescriptionIntervalValue
(BigDecimal result, int sequence, int order) The default interval type isIntervalType.DAY_HOUR
.IntervalValue
(BigDecimal result, int sequence, int order, IntervalType intervalType) -
Method Summary
Modifier and TypeMethodDescriptionReturns the string representation of the data type.Returns the string representation of the raw value.Returns the interval type of this indicator value.Methods inherited from class com.orchestranetworks.addon.dqid.BigDecimalValue
getValue
Methods inherited from class com.orchestranetworks.addon.dqid.IndicatorValue
getBigDataReportFieldsValues, getFlatReportingFieldValues, getGroupingValue, getOrder, getSequence, setBigDataReportField, setFlatDataFieldValue, setGroupingValue
-
Constructor Details
-
IntervalValue
- See Also:
-
IntervalValue
The default interval type isIntervalType.DAY_HOUR
.- See Also:
-
-
Method Details
-
formatValue
Description copied from class:IndicatorValue
Returns the string representation of the raw value.- Overrides:
formatValue
in classBigDecimalValue
-
formatDataType
Description copied from class:IndicatorValue
Returns the string representation of the data type.- Overrides:
formatDataType
in classBigDecimalValue
-
getIntervalType
Returns the interval type of this indicator value.
-