public class NamedMethod extends Object
The following schema fragment specifies the expected content contained within this class.
<complexType name="named-methodType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="method-name" type="{http://java.sun.com/xml/ns/javaee}string"/>
<element name="method-params" type="{http://java.sun.com/xml/ns/javaee}method-paramsType" minOccurs="0"/>
</sequence>
<attribute name="id" type="{http://www.w3.org/2001/XMLSchema}ID" />
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
className |
protected String |
id |
protected String |
methodName |
protected MethodParams |
methodParams |
| Constructor and Description |
|---|
NamedMethod() |
NamedMethod(Method method) |
NamedMethod(String methodName,
String... parameters) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getClassName() |
String |
getId() |
String |
getMethodName() |
MethodParams |
getMethodParams() |
int |
hashCode() |
void |
setClassName(String className) |
void |
setId(String value) |
void |
setMethodName(String value) |
void |
setMethodParams(MethodParams value) |
protected String methodName
protected MethodParams methodParams
protected String className
protected String id
public NamedMethod()
public NamedMethod(Method method)
public String getMethodName()
public void setMethodName(String value)
public MethodParams getMethodParams()
public void setMethodParams(MethodParams value)
public String getClassName()
public void setClassName(String className)
public String getId()
public void setId(String value)
Copyright © 1999–2014 The Apache Software Foundation. All rights reserved.