Interface SAPAbapVariantSeloptValue

    • Method Detail

      • getSign

        SAPAbapProgramParameterSign getSign()
        Get the value for Sign. (Sign of parameter.) This value is mandatory, and therefore will not be null if this object has been retrieved from the database.
        Returns:
        the field
        Throws:
        com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException - This will be thrown if this method is called while the object is not attached to a session.
      • getOption

        SAPAbapProgramParameterOption getOption()
        Get the value for Option. (Option.) This value is mandatory, and therefore will not be null if this object has been retrieved from the database.
        Returns:
        the field
        Throws:
        com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException - This will be thrown if this method is called while the object is not attached to a session.
      • getLow

        String getLow()
        Get the value for Low. (Low value of the parameter)
        Returns:
        the field
        Throws:
        com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException - This will be thrown if this method is called while the object is not attached to a session.
      • getHigh

        String getHigh()
        Get the value for High. ("High" value of the parameter)
        Returns:
        the field
        Throws:
        com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException - This will be thrown if this method is called while the object is not attached to a session.
      • setSign

        void setSign​(SAPAbapProgramParameterSign newSign)
        Set the value for Sign. (Sign of parameter.) This value is mandatory.
        Parameters:
        newSign - the new value for Sign. If this is null, then the object cannot be persisted.
        Throws:
        com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException - This will be thrown if this method is called while the object is not attached to a session.
      • setOption

        void setOption​(SAPAbapProgramParameterOption newOption)
        Set the value for Option. (Option.) This value is mandatory.
        Parameters:
        newOption - the new value for Option. If this is null, then the object cannot be persisted.
        Throws:
        com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException - This will be thrown if this method is called while the object is not attached to a session.
      • setLow

        void setLow​(String newLow)
        Set the value for Low. (Low value of the parameter) This value is optional.
        Parameters:
        newLow - the new value for Low.
        Throws:
        com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException - This will be thrown if this method is called while the object is not attached to a session.
      • setHigh

        void setHigh​(String newHigh)
        Set the value for High. ("High" value of the parameter) This value is optional.
        Parameters:
        newHigh - the new value for High.
        Throws:
        com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException - This will be thrown if this method is called while the object is not attached to a session.
      • getSAPAbapVariantSelopt

        SAPAbapVariantSelopt getSAPAbapVariantSelopt()
        Get the SAPAbapVariantSelopt.
        Returns:
        SAPAbapVariantSelopt
        Throws:
        com.redwood.scheduler.api.exception.ObjectDeletedException - If this method is called when the object has been marked for deletion.
        com.redwood.scheduler.api.exception.ObjectNotAttachedToSessionException - If this method is called when the object has been removed from it's session.