Package org.apache.openejb.jee
Class MethodParams
- java.lang.Object
-
- org.apache.openejb.jee.MethodParams
-
public class MethodParams extends Object
ejb-jar_3_1.xsdJava class for method-paramsType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="method-paramsType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="method-param" type="{http://java.sun.com/xml/ns/javaee}java-typeType" maxOccurs="unbounded" minOccurs="0"/> </sequence> <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" /> </restriction> </complexContent> </complexType>
-
-
Field Summary
Fields Modifier and Type Field Description protected Stringidprotected List<String>methodParam
-
Constructor Summary
Constructors Constructor Description MethodParams()MethodParams(String... params)MethodParams(List<String> methodParam)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetId()List<String>getMethodParam()inthashCode()voidsetId(String value)
-