RichFaces CDK Generator 4.2.0.CR1

org.richfaces.cdk.model
Class MethodSignature

java.lang.Object
  extended by org.richfaces.cdk.model.MethodSignature
All Implemented Interfaces:
Serializable

public class MethodSignature
extends Object
implements Serializable

Author:
asmirnov@exadel.com
See Also:
Serialized Form

Constructor Summary
MethodSignature()
           
 
Method Summary
 List<ClassName> getParameters()
          

 ClassName getReturnType()
          

 void setParameters(List<ClassName> parameters)
          

 void setReturnType(ClassName returnType)
          

 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MethodSignature

public MethodSignature()
Method Detail

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

RichFaces CDK Generator 4.2.0.CR1

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.