Class Field<T,V,C extends Condition<V>>
java.lang.Object
com.inductiveautomation.ignition.common.search.Field<T,V,C>
- Type Parameters:
T
- The type of object that this Field is valid for.V
- The type of value contained by this field in the target object.C
- The type of condition used to filter this field.
- All Implemented Interfaces:
Serializable
A field defines the particular source of data that a condition would apply to.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Field
-
-
Method Details
-
getName
The name of the field, an identifier that can be used to retrieve conditions for specific pieces of data. -
getValueFor
Returns the value of this field from the provided target. -
equals
-
hashCode
public int hashCode() -
toString
-