Package org.apache.openejb.jee.sun
Class MethodParams
- java.lang.Object
-
- org.apache.openejb.jee.sun.MethodParams
-
public class MethodParams extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected List<MethodParam>methodParam
-
Constructor Summary
Constructors Constructor Description MethodParams()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<MethodParam>getMethodParam()
-
-
-
Field Detail
-
methodParam
protected List<MethodParam> methodParam
-
-
Method Detail
-
getMethodParam
public List<MethodParam> getMethodParam()
-
-