public class MethodInfo extends Object
Constructor and Description |
---|
MethodInfo()
Create a new method info.
|
MethodInfo(Method m)
Create a new method info.
|
MethodInfo(String name,
Class<?>[] parametertypes)
Create a new method info.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Test if an object is equal to this.
|
String |
getName()
Get the name.
|
Class<?>[] |
getParameterTypes()
Get the parametertypes.
|
int |
hashCode()
Get the hashcode.
|
void |
setName(String name)
Set the name.
|
void |
setParameterTypes(Class<?>[] parametertypes)
Set the parametertypes.
|
public MethodInfo()
public MethodInfo(Method m)
public String getName()
public void setName(String name)
name
- The name to set.public Class<?>[] getParameterTypes()
public void setParameterTypes(Class<?>[] parametertypes)
parametertypes
- The parametertypes to set.Copyright © 2012. All Rights Reserved.