Package com.orchestranetworks.addon.dqid
Class BooleanValue
- java.lang.Object
- 
- com.orchestranetworks.addon.dqid.IndicatorValue
- 
- com.orchestranetworks.addon.dqid.BooleanValue
 
 
- 
 public class BooleanValue extends IndicatorValue Represents a boolean outcome ofIndicatorReport.
- 
- 
Constructor SummaryConstructors Constructor Description BooleanValue(java.lang.Boolean result, int sequence, int order)
 - 
Method SummaryAll 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.lang.BooleangetValue()Returns the raw value.- 
Methods inherited from class com.orchestranetworks.addon.dqid.IndicatorValuegetBigDataReportFieldsValues, getFlatReportingFieldValues, getGroupingValue, getOrder, getSequence, setBigDataReportField, setFlatDataFieldValue, setGroupingValue
 
- 
 
- 
- 
- 
Method Detail- 
formatValuepublic final java.lang.String formatValue() Description copied from class:IndicatorValueReturns the string representation of the raw value.- Specified by:
- formatValuein class- IndicatorValue
 
 - 
formatDataTypepublic final java.lang.String formatDataType() Description copied from class:IndicatorValueReturns the string representation of the data type.- Specified by:
- formatDataTypein class- IndicatorValue
 
 - 
getValuepublic final java.lang.Boolean getValue() Description copied from class:IndicatorValueReturns the raw value.- Specified by:
- getValuein class- IndicatorValue
 
 
- 
 
-