Package com.orchestranetworks.addon.dqid
Class BigDecimalValue
java.lang.Object
com.orchestranetworks.addon.dqid.IndicatorValue
com.orchestranetworks.addon.dqid.BigDecimalValue
- Direct Known Subclasses:
IntervalValue
,PercentageValue
Represents a decimal outcome of
IndicatorReport
.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the string representation of the data type.Returns the string representation of the raw value.final BigDecimal
getValue()
Returns the raw value.Methods inherited from class com.orchestranetworks.addon.dqid.IndicatorValue
getBigDataReportFieldsValues, getFlatReportingFieldValues, getGroupingValue, getOrder, getSequence, setBigDataReportField, setFlatDataFieldValue, setGroupingValue
-
Constructor Details
-
BigDecimalValue
-
-
Method Details
-
formatValue
Description copied from class:IndicatorValue
Returns the string representation of the raw value.- Specified by:
formatValue
in classIndicatorValue
-
formatDataType
Description copied from class:IndicatorValue
Returns the string representation of the data type.- Specified by:
formatDataType
in classIndicatorValue
-
getValue
Description copied from class:IndicatorValue
Returns the raw value.- Specified by:
getValue
in classIndicatorValue
-