Set the operand attribute. @param val The value to set the operand to.
(final String val)
| 134 | * The value to set the operand to. |
| 135 | */ |
| 136 | public void setOperand(final String val) |
| 137 | { |
| 138 | this.operand = val; |
| 139 | } |
| 140 | |
| 141 | /** |
| 142 | * @return Returns the operand. |
no outgoing calls