Class MethodInfo
- java.lang.Object
-
- org.uitnet.testing.smartfwk.core.validator.MethodInfo
-
public class MethodInfo extends Object
Represents the calling method information.- Author:
- Madhav Krishna
-
-
Constructor Summary
Constructors Constructor Description MethodInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>getArgsType()List<Object>getArgsValue()StringgetClassName()BooleangetIsStatic()StringgetMethodName()voidsetArgsType(List<String> argsType)voidsetArgsValue(List<Object> argsValue)voidsetClassName(String className)voidsetIsStatic(Boolean isStatic)voidsetMethodName(String methodName)
-
-
-
Method Detail
-
getClassName
public String getClassName()
-
setClassName
public void setClassName(String className)
-
getMethodName
public String getMethodName()
-
setMethodName
public void setMethodName(String methodName)
-
getIsStatic
public Boolean getIsStatic()
-
setIsStatic
public void setIsStatic(Boolean isStatic)
-
-