Package org.apache.openejb.jee.oejb3
Class MethodParams
- java.lang.Object
-
- org.apache.openejb.jee.oejb3.MethodParams
-
public class MethodParams extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringidprotected List<String>methodParam
-
Constructor Summary
Constructors Constructor Description MethodParams()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddMethodParam(String name)StringgetId()List<String>getMethodParam()voidsetId(String value)
-