Class TagQuery.TagPropertyField<T>
java.lang.Object
com.inductiveautomation.ignition.common.alarming.query.Field<TagQueryTarget,T,Condition<T>>
com.inductiveautomation.ignition.common.tags.query.TagQuery.TagPropertyField<T>
- All Implemented Interfaces:
Serializable
- Enclosing class:
- TagQuery
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetValueFor
(TagQueryTarget target) Returns the value of this field from the provided target.
-
Constructor Details
-
TagPropertyField
-
-
Method Details
-
getTargetProperty
-
getValueFor
Description copied from class:Field
Returns the value of this field from the provided target.- Specified by:
getValueFor
in classField<TagQueryTarget,
T, Condition<T>>
-