java.lang.Object
com.inductiveautomation.ignition.common.alarming.query.conditions.EnumCondition<T>
 
- All Implemented Interfaces:
- Condition<T>,- Serializable
Condition that specifies a set of enum values, any of which will pass.
- See Also:
- 
- 
Constructor SummaryConstructors 
- 
Method Summary
  boolean
 
Returns whether the provided value passes the condition. 
   
 
 
 
- 
Constructor Details
- 
EnumConditionpublic EnumCondition(T... values) 
 
- 
Method Details
- 
- 
passespublic boolean passes(T value) Returns whether the provided value passes the condition. 
- Specified by:
- passesin interface- Condition<T extends Enum<?>>
 
-