Class InputValue


  • public class InputValue
    extends Object
    Input data for the components used on UI forms to fill the form element information.
    Author:
    Madhav Krishna
    • Constructor Detail

      • InputValue

        public InputValue()
    • Method Detail

      • setAction

        public void setAction​(String action)
      • getValueTypeAsStr

        public String getValueTypeAsStr()
      • setValueType

        public void setValueType​(String valueType)
      • getValue

        public Object getValue()
      • setValue

        public void setValue​(Object value)
      • getLocationAsStr

        public String getLocationAsStr()
      • setLocation

        public void setLocation​(String location)
      • setAutoValueInputs

        public void setAutoValueInputs​(TestDataBuilder autoValueInputs)
      • getSelectingOptionMatchMechanismAsStr

        public String getSelectingOptionMatchMechanismAsStr()
      • getSelectingOptionMatchMechanism

        public TextMatchMechanism getSelectingOptionMatchMechanism()
      • setSelectingOptionMatchMechanism

        public void setSelectingOptionMatchMechanism​(String selectingOptionMatchMechanism)
      • getToPo

        public String getToPo()
      • setToPo

        public void setToPo​(String toPo)
      • getTypeSpeedMspc

        public int getTypeSpeedMspc()
      • setTypeSpeedMspc

        public void setTypeSpeedMspc​(Integer typeSpeedMspc)
      • getTypeAfterClick

        public boolean getTypeAfterClick()
      • setTypeAfterClick

        public void setTypeAfterClick​(Boolean typeAfterClick)
      • getWaitTimeInMsAfterOp

        public int getWaitTimeInMsAfterOp()
      • setWaitTimeInMsAfterOp

        public void setWaitTimeInMsAfterOp​(Integer waitTimeInMsAfterOp)