Interface SuspendConstants


  • public interface SuspendConstants
    The interface SuspendConstants encapsulates constants related to suspension mechanism.
    • Field Detail

      • TIME_UNIT_SECONDS

        static final byte TIME_UNIT_SECONDS
        Time Unit : seconds = 0
        See Also:
        Constant Field Values
      • TIME_UNIT_MINUTES

        static final byte TIME_UNIT_MINUTES
        Time Unit : minutes = 1
        See Also:
        Constant Field Values
      • TIME_UNIT_HOURS

        static final byte TIME_UNIT_HOURS
        Time Unit : hours = 2
        See Also:
        Constant Field Values
      • TIME_UNIT_TEN_DAYS

        static final byte TIME_UNIT_TEN_DAYS
        Time Unit : 10 days = 4
        See Also:
        Constant Field Values
      • SUSPEND_REQUEST_REJECTED

        static final short SUSPEND_REQUEST_REJECTED
        Suspension request rejection = -1
        See Also:
        Constant Field Values
      • COMPARE_IS_EQUAL

        static final short COMPARE_IS_EQUAL
        Compare if time values are equal = 1
        See Also:
        Constant Field Values
      • COMPARE_IS_LOWER

        static final short COMPARE_IS_LOWER
        Compare time is lower = 2
        See Also:
        Constant Field Values
      • COMPARE_IS_HIGHER

        static final short COMPARE_IS_HIGHER
        Compare time is higher = 3
        See Also:
        Constant Field Values
      • COMPARE_IS_NOT_EQUAL

        static final short COMPARE_IS_NOT_EQUAL
        Compare if time values are not equal = 4
        See Also:
        Constant Field Values