public class BooleanValue extends IndicatorValue
IndicatorReport.| Constructor and Description |
|---|
BooleanValue(Boolean 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.
|
Boolean |
getValue()
Returns the raw value.
|
getBigDataReportFieldsValues, getFlatReportingFieldValues, getGroupingValue, getOrder, getSequence, setBigDataReportField, setFlatDataFieldValue, setGroupingValuepublic BooleanValue(Boolean result, int sequence, int order)
public final String formatValue()
IndicatorValueformatValue in class IndicatorValuepublic final String formatDataType()
IndicatorValueformatDataType in class IndicatorValuepublic final Boolean getValue()
IndicatorValuegetValue in class IndicatorValue