Package com.orchestranetworks.addon.dqid
Class IntegerValue
java.lang.Object
com.orchestranetworks.addon.dqid.IndicatorValue
com.orchestranetworks.addon.dqid.IntegerValue
Represents an integer outcome of 
IndicatorReport.- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionReturns the string representation of the data type.Returns the string representation of the raw value.getValue()Returns the raw value.Methods inherited from class com.orchestranetworks.addon.dqid.IndicatorValue
getBigDataReportFieldsValues, getFlatReportingFieldValues, getGroupingValue, getOrder, getSequence, setBigDataReportField, setFlatDataFieldValue, setGroupingValue 
- 
Constructor Details
- 
IntegerValue
 
 - 
 - 
Method Details
- 
formatValue
Description copied from class:IndicatorValueReturns the string representation of the raw value.- Specified by:
 formatValuein classIndicatorValue
 - 
formatDataType
Description copied from class:IndicatorValueReturns the string representation of the data type.- Specified by:
 formatDataTypein classIndicatorValue
 - 
getValue
Description copied from class:IndicatorValueReturns the raw value.- Specified by:
 getValuein classIndicatorValue
 
 -