|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IBeanMethod
Representing a method with only visibility modifiers
| Method Summary | |
|---|---|
void |
addParameter(java.lang.String type,
java.lang.String name)
Add a new parameter |
java.lang.String |
getName()
Retrieve the method name |
java.util.List<java.util.Map.Entry<java.lang.String,java.lang.Object>> |
getParameters()
Retrieve the list of parameters |
java.lang.Class<?> |
getReturnType()
Retrieve the return type |
EVisibility |
getVisibilty()
Retrieve the visibility |
void |
setName(java.lang.String name)
Set the method name |
void |
setReturnType(java.lang.Class<?> returnType)
Set the Return Type |
void |
setVisibility(EVisibility visibility)
Set the visibility |
| Method Detail |
|---|
EVisibility getVisibilty()
void setVisibility(EVisibility visibility)
visibility - java.lang.Class<?> getReturnType()
void setReturnType(java.lang.Class<?> returnType)
returnType - java.util.List<java.util.Map.Entry<java.lang.String,java.lang.Object>> getParameters()
void addParameter(java.lang.String type,
java.lang.String name)
type - name - java.lang.String getName()
void setName(java.lang.String name)
name -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||