Package com.dkfqs.selenium.mainrunner
Class UserInputField
- java.lang.Object
-
- com.dkfqs.selenium.mainrunner.UserInputField
-
public class UserInputField extends java.lang.ObjectThe data of a 'User Input Field'.
-
-
Constructor Summary
Constructors Constructor Description UserInputField(com.dkfqs.tools.json.eclipsesource.JsonObject o)Create a new instance from a JSON object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCurrentValue()Get the current value.java.lang.StringgetDefaultValue()Get the default value.java.lang.StringgetInputType()Get the input type.java.lang.StringgetLabel()Get the label.java.lang.StringgetVariableName()Get the variable name.
-
-
-
Method Detail
-
getLabel
public java.lang.String getLabel()
Get the label.- Returns:
- the label
-
getVariableName
public java.lang.String getVariableName()
Get the variable name.- Returns:
- the variable name
-
getInputType
public java.lang.String getInputType()
Get the input type.- Returns:
- the input type
-
getDefaultValue
public java.lang.String getDefaultValue()
Get the default value.- Returns:
- the default value
-
getCurrentValue
public java.lang.String getCurrentValue()
Get the current value.- Returns:
- the current value
-
-