|
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.ArithmeticOrRelationalOperand
public class ArithmeticOrRelationalOperand
The ArithmeticOrRelationalOperand
class represents the operand values of a arithmetic or relational
operation.
Refs: QualifierInfo
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. |
OperandType |
getType()
Returns type of operand. |
Object |
getValue()
Returns value of operand. |
int |
hashCode()
Returns the hash code value for this instance of the current class. |
void |
setValue(Value val)
|
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 ArithmeticOrRelationalOperand(OperandType opType, int fldID)
OperandType
and FieldID TO BE DEPRECATED
public ArithmeticOrRelationalOperand(int fldID)
public ArithmeticOrRelationalOperand(int fldID, IQuerySource sourceForm)
IQuerySource
interface
public ArithmeticOrRelationalOperand(int fldID, int funcid, IQuerySource sourceForm)
public ArithmeticOrRelationalOperand(QueryFormField formField)
public ArithmeticOrRelationalOperand(int i, int fieldId)
public ArithmeticOrRelationalOperand(Value val)
Value
object
public ArithmeticOrRelationalOperand(ArithmeticOperationInfo opInfo)
public ArithmeticOrRelationalOperand(StatusHistoryValueIndicator statusHistory)
StatusHistoryValueIndicator
public ArithmeticOrRelationalOperand(List<Value> valList)
public ArithmeticOrRelationalOperand(CurrencyPartInfo currencyPartInfo)
public ArithmeticOrRelationalOperand(OperandType opType, CurrencyPartInfo currencyPartInfo)
public ArithmeticOrRelationalOperand(int opType, CurrencyPartInfo currencyPartInfo)
public ArithmeticOrRelationalOperand(QueryInfo queryInfo)
QueryInfo
object
public ArithmeticOrRelationalOperand(ValueSetQuery queryValueSet)
ValueSetQuery
object
Method Detail |
---|
public OperandType getType()
OperandType
class defines possible values that can be returned.
public Object getValue()
public void setValue(Value val)
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 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 |