Class ParamPath
- java.lang.Object
-
- org.uitnet.testing.smartfwk.core.validator.ParamPath
-
public class ParamPath extends Object
- Author:
- Madhav Krishna
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetPath()ParamValueTypegetValueType()StringgetValueTypeAsStr()voidsetPath(String path)voidsetValueType(String valueType)
-
-
-
Method Detail
-
getPath
public String getPath()
-
setPath
public void setPath(String path)
-
getValueType
public ParamValueType getValueType()
-
getValueTypeAsStr
public String getValueTypeAsStr()
-
setValueType
public void setValueType(String valueType)
-
-