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 performsint
Class<?>
getType()
Return the type that this expression will returnvoid
setBools
(boolean b) void
setOpType
(int i) void
setTypeCode
(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:Expression
Compute and return the value of this expression- Throws:
ExpressionException
-
getType
Description copied from interface:Expression
Return the type that this expression will return -
getOpName
Description copied from interface:Expression
Return 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
-