Class PocServerRole

  • All Implemented Interfaces:
    Serializable, Enumerated

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

    Documentation from the relevant specification:

    The PoC-Server-Role AVP (AVP code 883) is of type Enumerated and specifies the role of the PoC server.

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

      • _PARTICIPATING_POC_SERVER

        public static final int _PARTICIPATING_POC_SERVER
        See Also:
        Constant Field Values
      • _CONTROLLING_POC_SERVER

        public static final int _CONTROLLING_POC_SERVER
        See Also:
        Constant Field Values
      • PARTICIPATING_POC_SERVER

        public static final PocServerRole PARTICIPATING_POC_SERVER
      • CONTROLLING_POC_SERVER

        public static final PocServerRole CONTROLLING_POC_SERVER
    • 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