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 SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
Field
 
- 
- 
Method Details- 
getNameThe name of the field, an identifier that can be used to retrieve conditions for specific pieces of data.
- 
getValueForReturns the value of this field from the provided target.
- 
equals
- 
hashCodepublic int hashCode()
- 
toString
 
-