com.hp.lft.sdk.stdwin

Class SpinBoxDescription

    • Constructor Detail

      • 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 Detail

      • setValue

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

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