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.
|
int |
hashCode() |
boolean |
matches(String methodName,
String[] params) |
void |
setMethodName(String methodName)
Set the methodName.
|
void |
setMethodParams(MethodParametersMetaData methodParams)
Set the methodParams.
|
getKey, getName, setName, toStringclone, getId, setIdpublic 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 NamedMetaDatapublic int hashCode()
hashCode in class NamedMetaDataCopyright © 2019 JBoss by Red Hat. All rights reserved.