|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectch.sahits.model.java.BeanMethod
public class BeanMethod
Impletation of the IBeanMethod interface
| Constructor Summary | |
|---|---|
BeanMethod()
Default constructor |
|
| Method Summary | |
|---|---|
void |
addParameter(java.lang.String type,
java.lang.String name)
Add a new parameter |
boolean |
equals(java.lang.Object obj)
|
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 |
int |
hashCode()
|
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 |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BeanMethod()
| Method Detail |
|---|
public void addParameter(java.lang.String type,
java.lang.String name)
addParameter in interface IBeanMethodtype - name - public java.util.List<java.util.Map.Entry<java.lang.String,java.lang.Object>> getParameters()
getParameters in interface IBeanMethodpublic java.lang.Class<?> getReturnType()
getReturnType in interface IBeanMethodpublic EVisibility getVisibilty()
getVisibilty in interface IBeanMethodpublic void setReturnType(java.lang.Class<?> returnType)
setReturnType in interface IBeanMethodreturnType - public void setVisibility(EVisibility visibility)
setVisibility in interface IBeanMethodvisibility - public java.lang.String getName()
getName in interface IBeanMethodpublic void setName(java.lang.String name)
setName in interface IBeanMethodname - public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()public int hashCode()
hashCode in class java.lang.ObjectObject.hashCode()public boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectObject.equals(java.lang.Object)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||