AR System Java API

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

Uses of ArithmeticOrRelationalOperand in com.bmc.arsys.api
 

Methods in com.bmc.arsys.api that return ArithmeticOrRelationalOperand
 ArithmeticOrRelationalOperand ArithmeticOperationInfo.getLeftOperand()
          Returns value of left operand of operation.
 ArithmeticOrRelationalOperand RelationalOperationInfo.getLeftOperand()
          Returns value of left operand.
 ArithmeticOrRelationalOperand ArithmeticOperationInfo.getRightOperand()
          Returns value of right operand of operation.
 ArithmeticOrRelationalOperand RelationalOperationInfo.getRightOperand()
          Returns value of right operand.
 

Methods in com.bmc.arsys.api with parameters of type ArithmeticOrRelationalOperand
 List<StatisticsResultInfo> ARServerUser.getEntryStatistics(String formKey, QualifierInfo qual, ArithmeticOrRelationalOperand target, int statistic, int[] groupByList)
          Computes the indicated statistic for the form entries that match the conditions specified by the qualifier parameter.
 void ObjectPrinter.printArithmeticOrRelationalOperand(String indent, String header, ArithmeticOrRelationalOperand value)
           
 void RelationalOperationInfo.setLeftOperand(ArithmeticOrRelationalOperand op)
          Sets value of left operand.
 void ArithmeticOperationInfo.setOperandLeft(ArithmeticOrRelationalOperand left)
           
 void ArithmeticOperationInfo.setOperandRight(ArithmeticOrRelationalOperand right)
           
 void RelationalOperationInfo.setRightOperand(ArithmeticOrRelationalOperand op)
          Sets value of right operand.
 void ParameterValidator.validateARFieldValueOrArithInfo(ArithmeticOrRelationalOperand arg1, boolean nullOk)
          Validate that object of type ArithmeticOrRelationalOperand contains a value and that the value is legal.
 void MethodValidator.verifyARGetEntryStatistics(ARServerUser context, String arg1, QualifierInfo arg2, ArithmeticOrRelationalOperand arg3, int arg4, int[] arg5)
           
 

Constructors in com.bmc.arsys.api with parameters of type ArithmeticOrRelationalOperand
ArithmeticOperationInfo(int operation, ArithmeticOrRelationalOperand op1, ArithmeticOrRelationalOperand op2)
           
RelationalOperationInfo(int operation, ArithmeticOrRelationalOperand op1, ArithmeticOrRelationalOperand op2)
           
 


AR System Java API

? Copyright 2006, 2007 BMC Software, Inc.