| Package | Description |
|---|---|
| com.bmc.arsys.api |
| Modifier and Type | Field and Description |
|---|---|
static OperandType |
OperandType.ARITHMETIC_OP
Result value from an arithmetic operation
|
static OperandType |
OperandType.CASE
Case Operand
|
static OperandType |
OperandType.CURRENCY_FLD
Currency operation
|
static OperandType |
OperandType.CURRENCY_FLD_CURRENT
Currency field equivalent to get current value
|
static OperandType |
OperandType.CURRENCY_FLD_DB
Currency field equivalent to get db value
|
static OperandType |
OperandType.CURRENCY_FLD_TRAN
Currency field equivalent to get transaction
|
static OperandType |
OperandType.FIELDID
Form field value
|
static OperandType |
OperandType.FIELDID_CURRENT
Used for active links to indicate a field reference to the screen
which active link is being fired from.
|
static OperandType |
OperandType.FIELDID_DB
Used for filters to check the value in the RDBMS only.
|
static OperandType |
OperandType.FIELDID_TRANSACTION
Used for filters to check the value for the transaction only.
|
static OperandType |
OperandType.FUNCTION
Function Operand
|
static OperandType |
OperandType.LOCAL_VARIABLE
Local variable for filters and active links.
|
static OperandType |
OperandType.QUERY_INFO
Query another form for filters or active links.
|
static OperandType |
OperandType.STATUS_HISTORY
Value from the Status-History core field
|
static OperandType |
OperandType.VALUE
Constant or keyword value
|
static OperandType |
OperandType.VALUE_SET
Set of values used for the
IN operator |
static OperandType |
OperandType.VALUE_SET_QUERY
Used for dynamic queries (IN and NOT/IN constructs)
|
| Modifier and Type | Method and Description |
|---|---|
static OperandType |
OperandType.getOperandType(int operation) |
OperandType |
QualifierFromFieldInfo.getType()
Returns type of operand.
|
OperandType |
ArithmeticOrRelationalOperand.getType()
Returns type of operand.
|
| Constructor and Description |
|---|
ArithmeticOrRelationalOperand(OperandType opType,
CurrencyPartInfo currencyPartInfo) |
ArithmeticOrRelationalOperand(OperandType opType,
int fldID)
Constructs using
OperandType and FieldID TO BE DEPRECATED |
? Copyright 2013 BMC Software, Inc.