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
-
Method Summary
Modifier and TypeMethodDescriptionabstract String
Returns the string representation of the data type.abstract String
Returns the string representation of the raw value.final Set<BigDataValue>
Deprecated.Returns the set ofFlatDataValue
s.Returns grouping value.final int
getOrder()
Returns the order.final int
Returns the sequence.abstract Object
getValue()
Returns the raw value.final void
setBigDataReportField
(com.orchestranetworks.schema.Path bigDataReportField, Object value) Deprecated.final void
setFlatDataFieldValue
(com.orchestranetworks.schema.Path reportingPath, Object value) Adds a value for a specified path toFlatDataValue
.final void
setGroupingValue
(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 data
path orFlat result
path.value
- An output value.- Since:
- 2.0.0
-
getFlatReportingFieldValues
Returns the set ofFlatDataValue
s.- 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
-