Uses of Class
org.apache.openejb.jee.sun.MethodParams
-
Packages that use MethodParams Package Description org.apache.openejb.jee.sun Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of MethodParams in org.apache.openejb.jee.sun
Fields in org.apache.openejb.jee.sun declared as MethodParams Modifier and Type Field Description protected MethodParamsJavaMethod. methodParamsprotected MethodParamsMethod. methodParamsprotected MethodParamsQueryMethod. methodParamsMethods in org.apache.openejb.jee.sun that return MethodParams Modifier and Type Method Description MethodParamsJavaMethod. getMethodParams()MethodParamsMethod. getMethodParams()MethodParamsQueryMethod. getMethodParams()Methods in org.apache.openejb.jee.sun with parameters of type MethodParams Modifier and Type Method Description voidJavaMethod. setMethodParams(MethodParams value)voidMethod. setMethodParams(MethodParams value)voidQueryMethod. setMethodParams(MethodParams value)
-