public class SOperationImpl extends Object implements org.bonitasoft.engine.core.operation.model.SOperation
| Constructor and Description |
|---|
SOperationImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
org.bonitasoft.engine.core.operation.model.SLeftOperand |
getLeftOperand() |
String |
getOperator() |
org.bonitasoft.engine.expression.model.SExpression |
getRightOperand() |
org.bonitasoft.engine.core.operation.model.SOperatorType |
getType() |
int |
hashCode() |
void |
setLeftOperand(org.bonitasoft.engine.core.operation.model.SLeftOperand leftOperand) |
void |
setOperator(String operator) |
void |
setRightOperand(org.bonitasoft.engine.expression.model.SExpression rightOperand) |
void |
setType(org.bonitasoft.engine.core.operation.model.SOperatorType type) |
String |
toString() |
public void setLeftOperand(org.bonitasoft.engine.core.operation.model.SLeftOperand leftOperand)
public void setOperator(String operator)
public void setType(org.bonitasoft.engine.core.operation.model.SOperatorType type)
public void setRightOperand(org.bonitasoft.engine.expression.model.SExpression rightOperand)
public org.bonitasoft.engine.core.operation.model.SLeftOperand getLeftOperand()
getLeftOperand in interface org.bonitasoft.engine.core.operation.model.SOperationpublic org.bonitasoft.engine.core.operation.model.SOperatorType getType()
getType in interface org.bonitasoft.engine.core.operation.model.SOperationpublic String getOperator()
getOperator in interface org.bonitasoft.engine.core.operation.model.SOperationpublic org.bonitasoft.engine.expression.model.SExpression getRightOperand()
getRightOperand in interface org.bonitasoft.engine.core.operation.model.SOperationCopyright © 2016 Bonitasoft S.A.. All rights reserved.