org.apache.openejb.jee
Class MethodParams
java.lang.Object
org.apache.openejb.jee.MethodParams
public class MethodParams
- extends Object
The method-paramsType defines a list of the
fully-qualified Java type names of the method parameters.
methodParam
protected List<String> methodParam
id
protected String id
MethodParams
public MethodParams()
getMethodParam
public List<String> getMethodParam()
getId
public String getId()
setId
public void setId(String value)
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.