Class ParamValue
- java.lang.Object
-
- org.uitnet.testing.smartfwk.core.validator.ParamValue
-
public class ParamValue extends Object
- Author:
- Madhav Krishna
-
-
Constructor Summary
Constructors Constructor Description ParamValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectgetV()ParamValueTypegetValueType()StringgetValueTypeAsStr()voidsetV(Object v)voidsetValueType(String valueType)
-
-
-
Method Detail
-
getV
public Object getV()
-
setV
public void setV(Object v)
-
getValueType
public ParamValueType getValueType()
-
getValueTypeAsStr
public String getValueTypeAsStr()
-
setValueType
public void setValueType(String valueType)
-
-