Uses of Class
org.jboss.jca.codegenerator.MethodParam
-
Packages that use MethodParam Package Description org.jboss.jca.codegenerator Code generator -
-
Uses of MethodParam in org.jboss.jca.codegenerator
Methods in org.jboss.jca.codegenerator that return MethodParam Modifier and Type Method Description MethodParamMethodForConnection. newParam(String name, String type)new paramMethods in org.jboss.jca.codegenerator that return types with arguments of type MethodParam Modifier and Type Method Description List<MethodParam>MethodForConnection. getParams()Get the params.Method parameters in org.jboss.jca.codegenerator with type arguments of type MethodParam Modifier and Type Method Description voidMethodForConnection. setParams(List<MethodParam> params)Set the params.
-