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
public class BigDecimalValue extends IndicatorValue
Represents a decimal outcome ofIndicatorReport.
-
-
Constructor Summary
Constructors Constructor Description BigDecimalValue(java.math.BigDecimal result, int sequence, int order)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringformatDataType()Returns the string representation of the data type.java.lang.StringformatValue()Returns the string representation of the raw value.java.math.BigDecimalgetValue()Returns the raw value.-
Methods inherited from class com.orchestranetworks.addon.dqid.IndicatorValue
getBigDataReportFieldsValues, getFlatReportingFieldValues, getGroupingValue, getOrder, getSequence, setBigDataReportField, setFlatDataFieldValue, setGroupingValue
-
-
-
-
Method Detail
-
formatValue
public java.lang.String formatValue()
Description copied from class:IndicatorValueReturns the string representation of the raw value.- Specified by:
formatValuein classIndicatorValue
-
formatDataType
public java.lang.String formatDataType()
Description copied from class:IndicatorValueReturns the string representation of the data type.- Specified by:
formatDataTypein classIndicatorValue
-
getValue
public final java.math.BigDecimal getValue()
Description copied from class:IndicatorValueReturns the raw value.- Specified by:
getValuein classIndicatorValue
-
-