public class NamedMethodMetaData extends NamedMetaData
Constructor and Description |
---|
NamedMethodMetaData()
Create a new NamedMethodMetaData.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getMethodName()
Get the methodName.
|
MethodParametersMetaData |
getMethodParams()
Get the methodParams.
|
boolean |
matches(String methodName,
String[] params) |
void |
setMethodName(String methodName)
Set the methodName.
|
void |
setMethodParams(MethodParametersMetaData methodParams)
Set the methodParams.
|
getKey, getName, hashCode, setName, toString
clone, getId, setId
public NamedMethodMetaData()
public String getMethodName()
public void setMethodName(String methodName)
methodName
- the methodName.IllegalArgumentException
- for a null methodNamepublic MethodParametersMetaData getMethodParams()
public void setMethodParams(MethodParametersMetaData methodParams)
methodParams
- the methodParams.IllegalArgumentException
- for a null methodParamspublic boolean equals(Object o)
equals
in class NamedMetaData
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.