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.
 

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.