|
7.0 Action Request System Java API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.remedy.arsys.api.ArithmeticOrRelationalOperand
The ArithmeticOrRelationalOperand class
represents the operand values of a arithmetic or relational operation.
Refs: QualifierInfo
| Constructor Summary | |
ArithmeticOrRelationalOperand(ArithmeticOperationInfo opInfo)
|
|
ArithmeticOrRelationalOperand(CurrencyPartInfo currencyPartInfo)
|
|
ArithmeticOrRelationalOperand(FieldID fldID)
|
|
ArithmeticOrRelationalOperand(int nVariable)
|
|
ArithmeticOrRelationalOperand(int opType,
CurrencyPartInfo currencyPartInfo)
|
|
ArithmeticOrRelationalOperand(OperandType opType,
CurrencyPartInfo currencyPartInfo)
|
|
ArithmeticOrRelationalOperand(OperandType opType,
FieldID fldID)
Constructs using OperandType and FieldID
TO BE DEPRECATED |
|
ArithmeticOrRelationalOperand(QueryInfo queryInfo)
Constructor builds operand using QueryInfo object |
|
ArithmeticOrRelationalOperand(StatusHistoryValue statusHistory)
Constructor builds operand using StatusHistoryValue |
|
ArithmeticOrRelationalOperand(Value val)
Constructs using Value object |
|
ArithmeticOrRelationalOperand(Value[] valList)
|
|
| Method Summary | |
java.lang.Object |
clone()
Clone implementation that returns an Object with data cloned from self |
boolean |
equals(java.lang.Object anObject)
Use this method for checking equality. |
OperandType |
getType()
Returns type of operand. |
java.lang.Object |
getValue()
Returns value of operand. |
int |
hashCode()
Returns the hash code value for this instance of the current class. |
void |
setValue(Value val)
|
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ArithmeticOrRelationalOperand(OperandType opType,
FieldID fldID)
OperandType and FieldID
TO BE DEPRECATED
public ArithmeticOrRelationalOperand(FieldID fldID)
public ArithmeticOrRelationalOperand(Value val)
Value object
public ArithmeticOrRelationalOperand(ArithmeticOperationInfo opInfo)
public ArithmeticOrRelationalOperand(StatusHistoryValue statusHistory)
StatusHistoryValue
public ArithmeticOrRelationalOperand(Value[] valList)
public ArithmeticOrRelationalOperand(CurrencyPartInfo currencyPartInfo)
public ArithmeticOrRelationalOperand(OperandType opType,
CurrencyPartInfo currencyPartInfo)
public ArithmeticOrRelationalOperand(int opType,
CurrencyPartInfo currencyPartInfo)
public ArithmeticOrRelationalOperand(int nVariable)
public ArithmeticOrRelationalOperand(QueryInfo queryInfo)
QueryInfo object
| Method Detail |
public OperandType getType()
OperandType class defines possible values
that can be returned.
public java.lang.Object getValue()
public void setValue(Value val)
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedExceptionpublic boolean equals(java.lang.Object anObject)
public int hashCode()
|
7.0 Action Request System Java API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||