AR System Java API

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

Uses of COMMethodParmInfo in com.bmc.arsys.api
 

Methods in com.bmc.arsys.api that return types with arguments of type COMMethodParmInfo
 List<COMMethodParmInfo> COMMethodInfo.getParameterList()
          Returns list of the parameters passed to this method.
 

Methods in com.bmc.arsys.api with parameters of type COMMethodParmInfo
 void ObjectPrinter.printCOMMethodParmInfo(String indent, String header, COMMethodParmInfo value)
           
 

Method parameters in com.bmc.arsys.api with type arguments of type COMMethodParmInfo
 void ObjectPrinter.printCOMMethodParmInfoList(String indent, String header, List<COMMethodParmInfo> value)
           
 void COMMethodInfo.setParameterList(List<COMMethodParmInfo> parameterList)
          Returns list of the parameters passed to this method, specified by using the COMMethodParmInfo class.
 

Constructor parameters in com.bmc.arsys.api with type arguments of type COMMethodParmInfo
COMMethodInfo(String methodName, String methodIId, int methodType, COMValueInfo methodValue, List<COMMethodParmInfo> parameterList)
           
 


AR System Java API

? Copyright 2006, 2007 BMC Software, Inc.