Class EqualityExpression
java.lang.Object
com.inductiveautomation.ignition.common.expressions.AbstractExpression
com.inductiveautomation.ignition.common.expressions.EqualityExpression
- All Implemented Interfaces:
- Expression
- 
Field SummaryFieldsFields inherited from class com.inductiveautomation.ignition.common.expressions.AbstractExpressionchildren, context, updateListener
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionexecute()Compute and return the value of this expressionReturn a human-readable name for the operation that this expression performsintClass<?>getType()Return the type that this expression will returnvoidsetBools(boolean b) voidsetOpType(int i) voidsetTypeCode(int typeCode) Noop.Methods inherited from class com.inductiveautomation.ignition.common.expressions.AbstractExpressionconnect, disconnect, getChildren, setChildren, shutdown, startup
- 
Field Details- 
EQUALpublic static final int EQUAL- See Also:
 
- 
NOTEQUALpublic static final int NOTEQUAL- See Also:
 
 
- 
- 
Constructor Details- 
EqualityExpression
- 
EqualityExpressionpublic EqualityExpression()
 
- 
- 
Method Details- 
executeDescription copied from interface:ExpressionCompute and return the value of this expression- Throws:
- ExpressionException
 
- 
getTypeDescription copied from interface:ExpressionReturn the type that this expression will return
- 
getOpNameDescription copied from interface:ExpressionReturn a human-readable name for the operation that this expression performs
- 
getOpTypepublic int getOpType()
- 
setBoolspublic void setBools(boolean b) 
- 
setOpTypepublic void setOpType(int i) 
- 
setTypeCodepublic void setTypeCode(int typeCode) Noop. For backwards compatability
 
-