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 UiObjectDescriptionBase
The description of a .NET Windows Forms SpinBox test object.
  • Constructor Details

    • SpinBoxDescription

      public SpinBoxDescription()
      Constructs a new instance of SpinBoxDescription.
    • SpinBoxDescription

      protected SpinBoxDescription(SpinBoxDescription.Init<?> init)
  • Method Details

    • setValue

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

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