org.richfaces.cdk.model
Class MethodSignature
java.lang.Object
org.richfaces.cdk.model.MethodSignature
- All Implemented Interfaces:
- Serializable
public class MethodSignature
- extends Object
- implements Serializable
- Author:
- asmirnov@exadel.com
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MethodSignature
public MethodSignature()
getReturnType
public ClassName getReturnType()
- Returns:
- the returnType
setReturnType
public void setReturnType(ClassName returnType)
- Parameters:
returnType - the returnType to set
getParameters
public List<ClassName> getParameters()
- Returns:
- the parameters
setParameters
public void setParameters(List<ClassName> parameters)
- Parameters:
parameters - the parameters to set
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.