public class ArithmeticOrRelationalOperand extends Object implements Cloneable, Serializable
ArithmeticOrRelationalOperand class represents the operand values of a arithmetic or relational
operation.
Refs: QualifierInfo
| Modifier and Type | Method and Description |
|---|---|
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.
|
public ArithmeticOrRelationalOperand(OperandType opType, int fldID)
OperandType and FieldID TO BE DEPRECATEDpublic ArithmeticOrRelationalOperand(int fldID)
public ArithmeticOrRelationalOperand(int fldID,
IQuerySource sourceForm)
IQuerySource interfacepublic ArithmeticOrRelationalOperand(int fldID,
int funcid,
IQuerySource sourceForm)
public ArithmeticOrRelationalOperand(QueryFormField formField)
public ArithmeticOrRelationalOperand(int i,
int fieldId)
public ArithmeticOrRelationalOperand(Value val)
Value objectpublic ArithmeticOrRelationalOperand(ArithmeticOperationInfo opInfo)
public ArithmeticOrRelationalOperand(StatusHistoryValueIndicator statusHistory)
StatusHistoryValueIndicatorpublic ArithmeticOrRelationalOperand(CurrencyPartInfo currencyPartInfo)
public ArithmeticOrRelationalOperand(OperandType opType, CurrencyPartInfo currencyPartInfo)
public ArithmeticOrRelationalOperand(int opType,
CurrencyPartInfo currencyPartInfo)
public ArithmeticOrRelationalOperand(QueryInfo queryInfo)
QueryInfo objectpublic ArithmeticOrRelationalOperand(ValueSetQuery queryValueSet)
ValueSetQuery objectpublic ArithmeticOrRelationalOperand(FieldOperandInfo fieldInfo)
public ArithmeticOrRelationalOperand(FunctionOperandInfo functionInfo)
public ArithmeticOrRelationalOperand(CaseOperandInfo caseInfo)
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 ObjectCloneNotSupportedExceptionpublic boolean equals(Object obj)
public int hashCode()
? Copyright 2013 BMC Software, Inc.