|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kemet.lf.tools.MethodInfo
public class MethodInfo
MethodInfo : define method associated to particular process.
| Constructor Summary | |
|---|---|
MethodInfo()
initialize information about method. |
|
| Method Summary | |
|---|---|
java.lang.String |
getMethod()
return the name of the method. |
java.lang.String |
getName()
return the name of the class. |
java.util.Vector<java.lang.Object[]> |
getParam()
return the list of parameters for method. |
void |
setMethod(java.lang.String method)
fix the name of the method. |
void |
setName(java.lang.String name)
fix the name of the class. |
void |
setParam(java.util.Vector<java.lang.Object[]> param)
fix the list of parameters for method. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MethodInfo()
initialize information about method.
| Method Detail |
|---|
public java.lang.String getName()
return the name of the class.
public void setName(java.lang.String name)
fix the name of the class.
name - name of the classpublic java.lang.String getMethod()
return the name of the method.
public void setMethod(java.lang.String method)
fix the name of the method.
method - name of the methodpublic java.util.Vector<java.lang.Object[]> getParam()
return the list of parameters for method.
public void setParam(java.util.Vector<java.lang.Object[]> param)
fix the list of parameters for method.
param - list of parameters for method
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||