|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--planetj.common.MethodProperties
Constructor Summary | |
MethodProperties()
|
|
MethodProperties(String name)
|
|
MethodProperties(String name,
String[] parameters)
|
Method Summary | |
String |
getName()
|
String[] |
getParameters()
|
void |
setName(String name)
|
void |
setParameters(String[] parameters)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MethodProperties()
public MethodProperties(String name)
public MethodProperties(String name, String[] parameters)
Method Detail |
public String getName()
public String[] getParameters()
public void setName(String name)
public void setParameters(String[] parameters)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |