|
Action Request System Java API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.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(int nVariable)
|
|
ArithmeticOrRelationalOperand(OperandType opType,
FieldID fldID)
Constructs using OperandType and FieldID |
|
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 |
OperandType |
getType()
Returns type of operand. |
java.lang.Object |
getValue()
Returns value of operand. |
| Methods inherited from class java.lang.Object |
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
| Constructor Detail |
public ArithmeticOrRelationalOperand(OperandType opType,
FieldID fldID)
OperandType and FieldIDpublic ArithmeticOrRelationalOperand(Value val)
Value objectpublic ArithmeticOrRelationalOperand(ArithmeticOperationInfo opInfo)
public ArithmeticOrRelationalOperand(StatusHistoryValue statusHistory)
StatusHistoryValuepublic ArithmeticOrRelationalOperand(Value[] valList)
public ArithmeticOrRelationalOperand(int nVariable)
public ArithmeticOrRelationalOperand(QueryInfo queryInfo)
QueryInfo object| Method Detail |
public OperandType getType()
OperandType class defines possible values you can use.public java.lang.Object getValue()
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
|
Action Request System Java API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||