Class RoleOfNode

  • All Implemented Interfaces:
    Serializable, Enumerated

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

    Documentation from the relevant specification:

    The Role-Of-Node AVP (AVP code 829) is of type Enumerated and specifies the role of the AS/CSCF.

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

      • ORIGINATING_ROLE

        public static final RoleOfNode ORIGINATING_ROLE
        The IMS node is applying an originating role, serving the calling party.
      • TERMINATING_ROLE

        public static final RoleOfNode TERMINATING_ROLE
        The IMS node is applying a terminating role, serving the called party.
    • Method Detail

      • fromInt

        public static RoleOfNode fromInt​(int type)
      • 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