Action Request System Java API

com.remedy.arsys.api
Class ArithmeticOrRelationalOperand

java.lang.Object
  |
  +--com.remedy.arsys.api.ArithmeticOrRelationalOperand

public class ArithmeticOrRelationalOperand
extends java.lang.Object
implements java.lang.Cloneable

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

ArithmeticOrRelationalOperand

public ArithmeticOrRelationalOperand(OperandType opType,
                                     FieldID fldID)
Constructs using OperandType and FieldID

ArithmeticOrRelationalOperand

public ArithmeticOrRelationalOperand(Value val)
Constructs using Value object

ArithmeticOrRelationalOperand

public ArithmeticOrRelationalOperand(ArithmeticOperationInfo opInfo)

ArithmeticOrRelationalOperand

public ArithmeticOrRelationalOperand(StatusHistoryValue statusHistory)
Constructor builds operand using StatusHistoryValue

ArithmeticOrRelationalOperand

public ArithmeticOrRelationalOperand(Value[] valList)

ArithmeticOrRelationalOperand

public ArithmeticOrRelationalOperand(int nVariable)

ArithmeticOrRelationalOperand

public ArithmeticOrRelationalOperand(QueryInfo queryInfo)
Constructor builds operand using QueryInfo object
Method Detail

getType

public OperandType getType()
Returns type of operand. The OperandType class defines possible values you can use.

getValue

public java.lang.Object getValue()
Returns value of operand.

clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Clone implementation that returns an Object with data cloned from self
Overrides:
clone in class java.lang.Object

Action Request System Java API