|
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.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_OP
Result value from an arithmetic operation |
static OperandType |
FIELDID
Schema field value |
static OperandType |
FIELDID_CURRENT
Used for active links to indicate a field reference to the screen which active link is being fired from. |
static OperandType |
FIELDID_DB
Used for filters to check the value in the RDBMS only. |
static OperandType |
FIELDID_TRANSACTION
Used for filters to check the value for the transaction only. |
static OperandType |
LOCAL_VARIABLE
Local variable for filters and active links. |
static OperandType |
QUERY_INFO
Query another schema for filters or active links. |
static OperandType |
STATUS_HISTORY
Value from the Status-History core field |
static OperandType |
VALUE
Constant or keyword value |
static OperandType |
VALUE_SET
Set of values used for the IN operator |
| Method Summary | |
java.lang.Object |
clone()
Clone implementation that returns an Object with data cloned from self |
int |
toInt()
Returns an integer value of the operand type. |
| Methods inherited from class java.lang.Object |
equals,
finalize,
getClass,
hashCode,
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 operatorpublic static final OperandType FIELDID_TRANSACTION
public static final OperandType FIELDID_DB
public static final OperandType FIELDID_CURRENT
public static final OperandType LOCAL_VARIABLE
public static final OperandType QUERY_INFO
| Method Detail |
public int toInt()
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 | ||||||||