Uses of Class
org.jboss.jca.codegenerator.MethodParam

Packages that use MethodParam
org.jboss.jca.codegenerator Code generator 
 

Uses of MethodParam in org.jboss.jca.codegenerator
 

Methods in org.jboss.jca.codegenerator that return MethodParam
 MethodParam MethodForConnection.newParam(String name, String type)
          new param
 

Methods in org.jboss.jca.codegenerator that return types with arguments of type MethodParam
 List<MethodParam> MethodForConnection.getParams()
          Get the params.
 

Method parameters in org.jboss.jca.codegenerator with type arguments of type MethodParam
 void MethodForConnection.setParams(List<MethodParam> params)
          Set the params.
 



Copyright © 2012 JBoss, by Red Hat (http://www.jboss.org/ironjacamar)