public final class IntervalValue extends BigDecimalValue
| Constructor and Description |
|---|
IntervalValue(BigDecimal result,
int sequence,
int order)
The default interval type is
IntervalType.DAY_HOUR. |
IntervalValue(BigDecimal result,
int sequence,
int order,
IntervalType intervalType) |
| 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.
|
IntervalType |
getIntervalType()
Returns the interval type of this indicator value.
|
getValuegetBigDataReportFieldsValues, getFlatReportingFieldValues, getGroupingValue, getOrder, getSequence, setBigDataReportField, setFlatDataFieldValue, setGroupingValuepublic IntervalValue(BigDecimal result, int sequence, int order, IntervalType intervalType)
IntervalTypepublic IntervalValue(BigDecimal result, int sequence, int order)
IntervalType.DAY_HOUR.IntervalTypepublic String formatValue()
IndicatorValueformatValue in class BigDecimalValuepublic String formatDataType()
IndicatorValueformatDataType in class BigDecimalValuepublic IntervalType getIntervalType()