|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.richfaces.cdk.model.MethodSignature
public class MethodSignature
| Constructor Summary | |
|---|---|
MethodSignature()
|
|
| Method Summary | |
|---|---|
java.util.List<ClassName> |
getParameters()
|
ClassName |
getReturnType()
|
void |
setParameters(java.util.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 |
|---|
public MethodSignature()
| Method Detail |
|---|
public ClassName getReturnType()
public void setReturnType(ClassName returnType)
returnType - the returnType to setpublic java.util.List<ClassName> getParameters()
public void setParameters(java.util.List<ClassName> parameters)
parameters - the parameters to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||