Package com.orchestranetworks.addon.dqid
Class IndicatorValue
java.lang.Object
com.orchestranetworks.addon.dqid.IndicatorValue
- Direct Known Subclasses:
 BigDecimalValue,BooleanValue,DateValue,IntegerValue,StringValue
Defines an atomic outcome of 
IndicatorReport.- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionabstract StringReturns the string representation of the data type.abstract StringReturns the string representation of the raw value.final Set<BigDataValue>Deprecated.Returns the set ofFlatDataValues.Returns grouping value.final intgetOrder()Returns the order.final intReturns the sequence.abstract ObjectgetValue()Returns the raw value.final voidsetBigDataReportField(com.orchestranetworks.schema.Path bigDataReportField, Object value) Deprecated.final voidsetFlatDataFieldValue(com.orchestranetworks.schema.Path reportingPath, Object value) Adds a value for a specified path toFlatDataValue.final voidsetGroupingValue(Object groupingValue)  
- 
Constructor Details
- 
IndicatorValue
public IndicatorValue(int sequence, int order)  
 - 
 - 
Method Details
- 
getSequence
public final int getSequence()Returns the sequence. - 
getOrder
public final int getOrder()Returns the order. - 
setBigDataReportField
public final void setBigDataReportField(com.orchestranetworks.schema.Path bigDataReportField, Object value) Deprecated.Adds a value for a specified path to
BigDataValue.Since 2.0.0, use
setFlatDataFieldValue(Path, Object)instead. - 
getBigDataReportFieldsValues
Deprecated.Returns the set of
BigDataValue.Since 2.0.0, use
getFlatReportingFieldValues()instead. - 
setFlatDataFieldValue
public final void setFlatDataFieldValue(com.orchestranetworks.schema.Path reportingPath, Object value) Adds a value for a specified path toFlatDataValue.- Parameters:
 reportingPath- Either aBig datapath orFlat resultpath.value- An output value.- Since:
 - 2.0.0
 
 - 
getFlatReportingFieldValues
Returns the set ofFlatDataValues.- Since:
 - 2.0.0
 
 - 
formatValue
Returns the string representation of the raw value. - 
formatDataType
Returns the string representation of the data type. - 
getValue
Returns the raw value. - 
setGroupingValue
- Since:
 - 2.3.0
 
 - 
getGroupingValue
Returns grouping value.- Since:
 - 2.3.0
 
 
 -