Class PriorityIndication

  • All Implemented Interfaces:
    Serializable, Enumerated

    public class PriorityIndication
    extends Object
    implements Serializable, Enumerated
    Java class to represent the PriorityIndication enumerated type.

    Documentation from the relevant specification:

    The Priority-Indication (AVP code 3006) is of type Enumerated, and identifies priority of the device trigger. The following values are defined:

    Author:
    Open Cloud
    See Also:
    Serialized Form
    • Field Detail

      • NON_PRIORITY

        public static final PriorityIndication NON_PRIORITY
        This value indicates that the device trigger has non-priority.
      • PRIORITY

        public static final PriorityIndication PRIORITY
        This value indicates that the device trigger has priority. From 3GPP TS 29.368 V12.6.0 (2015-09)
    • Method Detail

      • getValue

        public int getValue()
        Description copied from interface: Enumerated
        Return the value of this instance of this enumerated type.
        Specified by:
        getValue in interface Enumerated
        Returns:
        value