Class IndexedQualifiedValue
java.lang.Object
com.inductiveautomation.historian.gateway.query.execution.IndexedQualifiedValue
- All Implemented Interfaces:
QualifiedValue
,Serializable
This is a wrapper around a QualifiedValue that also provides an index identifier. It is used in cases where QVs
correspond to a related list of identifiers and such.
- See Also:
-
Field Summary
Fields inherited from interface com.inductiveautomation.ignition.common.model.values.QualifiedValue
AGGREGATE_NOT_FOUND, BAD, CONFIG_ERROR, DISABLED, EXPRESSION_EVAL_ERROR, INITIAL_VALUE, NOT_CONNECTED, NOT_FOUND, REFERENCE_NOT_FOUND, STALE, TRANSFORM_ERROR, TYPE_CONVERSION, UNKNOWN, UNSUPPORTED
-
Constructor Summary
ConstructorsConstructorDescriptionIndexedQualifiedValue
(int index, QualifiedValue value) IndexedQualifiedValue
(int index, Object value, QualityCode quality, Date ts) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.inductiveautomation.ignition.common.model.values.QualifiedValue
derive, derive, derive
-
Constructor Details
-
IndexedQualifiedValue
-
IndexedQualifiedValue
-
-
Method Details
-
index
public int index() -
getValue
- Specified by:
getValue
in interfaceQualifiedValue
-
getQuality
- Specified by:
getQuality
in interfaceQualifiedValue
-
getTimestamp
- Specified by:
getTimestamp
in interfaceQualifiedValue
-
equals
- Specified by:
equals
in interfaceQualifiedValue
-