Class EqualityExpression
java.lang.Object
com.inductiveautomation.ignition.common.expressions.AbstractExpression
com.inductiveautomation.ignition.common.expressions.EqualityExpression
- All Implemented Interfaces:
 Expression
- 
Field Summary
FieldsFields inherited from class com.inductiveautomation.ignition.common.expressions.AbstractExpression
children, context, updateListener - 
Constructor Summary
Constructors - 
Method Summary
Modifier 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.AbstractExpression
connect, disconnect, getChildren, setChildren, shutdown, startup 
- 
Field Details
- 
EQUAL
public static final int EQUAL- See Also:
 
 - 
NOTEQUAL
public static final int NOTEQUAL- See Also:
 
 
 - 
 - 
Constructor Details
- 
EqualityExpression
 - 
EqualityExpression
public EqualityExpression() 
 - 
 - 
Method Details
- 
execute
Description copied from interface:ExpressionCompute and return the value of this expression- Throws:
 ExpressionException
 - 
getType
Description copied from interface:ExpressionReturn the type that this expression will return - 
getOpName
Description copied from interface:ExpressionReturn a human-readable name for the operation that this expression performs - 
getOpType
public int getOpType() - 
setBools
public void setBools(boolean b)  - 
setOpType
public void setOpType(int i)  - 
setTypeCode
public void setTypeCode(int typeCode) Noop. For backwards compatability 
 -