org.apache.openejb.jee.oejb3
Class MethodParams

java.lang.Object
  extended by org.apache.openejb.jee.oejb3.MethodParams

public class MethodParams
extends Object


Field Summary
protected  String id
           
protected  List<String> methodParam
           
 
Constructor Summary
MethodParams()
           
 
Method Summary
 void addMethodParam(String name)
           
 String getId()
           
 List<String> getMethodParam()
           
 void setId(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

methodParam

protected List<String> methodParam

id

protected String id
Constructor Detail

MethodParams

public MethodParams()
Method Detail

getMethodParam

public List<String> getMethodParam()

getId

public String getId()

setId

public void setId(String value)

addMethodParam

public void addMethodParam(String name)


Copyright © 1999-2013 The Apache OpenEJB development community. All Rights Reserved.