public class OperationImpl extends Object implements Operation
| Constructor and Description |
|---|
OperationImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
LeftOperand |
getLeftOperand() |
String |
getOperator() |
Expression |
getRightOperand() |
OperatorType |
getType() |
LeftOperand |
getVariableToSet()
Deprecated.
|
int |
hashCode() |
void |
setLeftOperand(LeftOperand leftOperand) |
void |
setOperator(String operator) |
void |
setOperatorInputType(String operatorInputType) |
void |
setRightOperand(Expression rightOperand) |
void |
setType(OperatorType type) |
void |
setVariableToSet(LeftOperand variableToSet)
Deprecated.
|
public void setLeftOperand(LeftOperand leftOperand)
@Deprecated public void setVariableToSet(LeftOperand variableToSet)
public void setOperator(String operator)
public void setOperatorInputType(String operatorInputType)
public void setType(OperatorType type)
public void setRightOperand(Expression rightOperand)
public LeftOperand getLeftOperand()
getLeftOperand in interface OperationLeftOperand of this Operation, representing what entity will be set after execution.@Deprecated public LeftOperand getVariableToSet()
getVariableToSet in interface Operationpublic OperatorType getType()
public String getOperator()
getOperator in interface OperationOperation,as a String.public Expression getRightOperand()
getRightOperand in interface OperationExpression to be evaluated before executing the operationCopyright © 2013 BonitaSoft. All Rights Reserved.