AR System Java API

Uses of Class
com.bmc.arsys.api.OperandType

Uses of OperandType in com.bmc.arsys.api
 

Fields in com.bmc.arsys.api declared as OperandType
static OperandType OperandType.ARITHMETIC_OP
          Result value from an arithmetic operation
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.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)
 

Methods in com.bmc.arsys.api that return OperandType
static OperandType OperandType.getOperandType(int operation)
           
 OperandType ArithmeticOrRelationalOperand.getType()
          Returns type of operand.
 OperandType QualifierFromFieldInfo.getType()
          Returns type of operand.
 

Constructors in com.bmc.arsys.api with parameters of type OperandType
ArithmeticOrRelationalOperand(OperandType opType, CurrencyPartInfo currencyPartInfo)
           
ArithmeticOrRelationalOperand(OperandType opType, int fldID)
          Constructs using OperandType and FieldID TO BE DEPRECATED
 


AR System Java API

© Copyright 2014 BMC Software, Inc.