| 
 | 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.OperandType
The OperandType class defines the operands that can be used
 in any relational operation that compares values, for example, in qualifications.
| Field Summary | |
| static OperandType | ARITHMETIC_OPResult value from an arithmetic operation | 
| static OperandType | CURRENCY_FLDCurrency operation | 
| static OperandType | CURRENCY_FLD_CURRENTCurrency field equivalent to get current value | 
| static OperandType | CURRENCY_FLD_DBCurrency field equivalent to get db value | 
| static OperandType | CURRENCY_FLD_TRANCurrency field equivalent to get transaction | 
| static OperandType | FIELDIDSchema field value | 
| static OperandType | FIELDID_CURRENTUsed for active links to indicate a field reference to the screen which active link is being fired from. | 
| static OperandType | FIELDID_DBUsed for filters to check the value in the RDBMS only. | 
| static OperandType | FIELDID_TRANSACTIONUsed for filters to check the value for the transaction only. | 
| static OperandType | LOCAL_VARIABLELocal variable for filters and active links. | 
| static OperandType | QUERY_INFOQuery another schema for filters or active links. | 
| static OperandType | STATUS_HISTORYValue from the Status-History core field | 
| static OperandType | VALUEConstant or keyword value | 
| static OperandType | VALUE_SETSet of values used for the INoperator | 
| 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. | 
| static OperandType | getOperandType(int operation) | 
|  int | hashCode()Returns the hash code value for this instance of the current class. | 
|  int | toInt()Returns an integer value of the operand type. | 
| Methods inherited from class java.lang.Object | 
| finalize, getClass, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
public static final OperandType FIELDID
public static final OperandType VALUE
public static final OperandType ARITHMETIC_OP
public static final OperandType STATUS_HISTORY
public static final OperandType VALUE_SET
IN operator
public static final OperandType CURRENCY_FLD
public static final OperandType FIELDID_TRANSACTION
public static final OperandType FIELDID_DB
public static final OperandType LOCAL_VARIABLE
public static final OperandType QUERY_INFO
public static final OperandType CURRENCY_FLD_TRAN
public static final OperandType CURRENCY_FLD_DB
public static final OperandType CURRENCY_FLD_CURRENT
public static final OperandType FIELDID_CURRENT
| Method Detail | 
public int toInt()
public static OperandType getOperandType(int operation)
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 | |||||||||