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.
|
getValue
getBigDataReportFieldsValues, getFlatReportingFieldValues, getGroupingValue, getOrder, getSequence, setBigDataReportField, setFlatDataFieldValue, setGroupingValue
public IntervalValue(BigDecimal result, int sequence, int order, IntervalType intervalType)
IntervalType
public IntervalValue(BigDecimal result, int sequence, int order)
IntervalType.DAY_HOUR
.IntervalType
public String formatValue()
IndicatorValue
formatValue
in class BigDecimalValue
public String formatDataType()
IndicatorValue
formatDataType
in class BigDecimalValue
public IntervalType getIntervalType()