public class BigDecimalValue extends IndicatorValue
IndicatorReport.| Constructor and Description |
|---|
BigDecimalValue(BigDecimal result,
int sequence,
int order) |
| Modifier and Type | Method and Description |
|---|---|
String |
formatDataType()
Returns the string representation of the data type.
|
String |
formatValue()
Returns the string representation of the raw value.
|
BigDecimal |
getValue()
Returns the raw value.
|
getBigDataReportFieldsValues, getFlatReportingFieldValues, getGroupingValue, getOrder, getSequence, setBigDataReportField, setFlatDataFieldValue, setGroupingValuepublic BigDecimalValue(BigDecimal result, int sequence, int order)
public String formatValue()
IndicatorValueformatValue in class IndicatorValuepublic String formatDataType()
IndicatorValueformatDataType in class IndicatorValuepublic final BigDecimal getValue()
IndicatorValuegetValue in class IndicatorValue