public class Function extends Object
| 构造器和说明 |
|---|
Function() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getClsName()
Gets cls name.
|
String |
getMethodName()
Gets method name.
|
void |
setClsName(String clsName)
Sets cls name.
|
void |
setMethodName(String methodName)
Sets method name.
|
public String getClsName()
public void setClsName(String clsName)
clsName - the cls namepublic String getMethodName()
public void setMethodName(String methodName)
methodName - the method nameCopyright © 2016. All rights reserved.