Class SpinBoxDescription

java.lang.Object
com.hp.lft.sdk.internal.PropertiesDescriptionBase
All Implemented Interfaces:
CloneableObject, Description, com.hp.lft.sdk.internal.DescriptionWithVri, Cloneable

public class SpinBoxDescription extends UiObjectBaseDescription
The description of a standard Windows SpinBox test object.
  • Constructor Details

    • SpinBoxDescription

      public SpinBoxDescription()
      Initializes a new instance of the SpinBoxDescription class.
    • SpinBoxDescription

      protected SpinBoxDescription(SpinBoxDescription.Init<?> init)
      Initializes a new instance of the SpinBoxDescription class using the Builder pattern.
      Parameters:
      init - the Builder pattern.
  • Method Details

    • setValue

      public void setValue(Integer value)
      Sets the spin object value.
      Parameters:
      value - the spin object value.
    • getValue

      public Integer getValue()
      Returns the spin object value.
      Returns:
      the spin object value.