public class MethodSignatureBean extends ObjectBean
| Constructor and Description |
|---|
MethodSignatureBean()
Creates a new MethodSignatureBean.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addParameterType(String parameterType)
Adds a new parameter type to this method signature.
|
String[] |
getParameterTypes()
Returns the list of parameter types as an array.
|
String |
getReturnType()
Returns the return type of this method signature.
|
void |
setReturnType(String returnType)
Sets the return type of this method signature.
|
attach, getOwner, isModifiedSincepublic MethodSignatureBean()
public void addParameterType(String parameterType)
parameterType - the parameter typepublic String[] getParameterTypes()
public void setReturnType(String returnType)
returnType - the method signature return typepublic String getReturnType()
Copyright © 2001-2012 Apache Software Foundation. All Rights Reserved.