|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.bmc.arsys.api.ArithOpAssignInfo
public class ArithOpAssignInfo
The ArithOpAssignInfo
class defines an arithmetic result value to assign in a Set Fields action. It
consists of a tag identifying the type of arithmetic operation and two operands specifying the values.
Constructor Summary | |
---|---|
ArithOpAssignInfo()
constructor |
|
ArithOpAssignInfo(int operation,
AssignInfo operandLeft,
AssignInfo operandRight)
|
Method Summary | |
---|---|
Object |
clone()
Clone implementation that returns an Object with data cloned from self |
boolean |
equals(Object obj)
Use this method for checking equality between the current object and the provided one. |
boolean |
equals(Object anObject,
String lhsServer,
String lhsForm,
String rhsServer,
String rhsForm)
|
AssignInfo |
getOperandLeft()
Gets left operand of operation. |
AssignInfo |
getOperandRight()
Gets right operand of operation. |
int |
getOperation()
Gets arithmetic operation used in qualification. |
int |
hashCode()
Returns the hash code value for this instance of the current class. |
void |
setOperandLeft(AssignInfo operandLeft)
Sets left operand of operation. |
void |
setOperandRight(AssignInfo operandRight)
Sets right operand of operation. |
void |
setOperation(int operation)
Sets arithmetic operation used in qualification. |
String |
toString()
Returns a string description of the object. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ArithOpAssignInfo()
public ArithOpAssignInfo(int operation, AssignInfo operandLeft, AssignInfo operandRight)
Method Detail |
---|
public int getOperation()
public void setOperation(int operation)
public AssignInfo getOperandLeft()
public void setOperandLeft(AssignInfo operandLeft)
public AssignInfo getOperandRight()
public void setOperandRight(AssignInfo operandRight)
public Object clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
public boolean equals(Object obj)
equals
in class Object
obj
- the object that we are comparing to
public boolean equals(Object anObject, String lhsServer, String lhsForm, String rhsServer, String rhsForm)
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |