Class PocSessionType

  • All Implemented Interfaces:
    Serializable, Enumerated

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

    Documentation from the relevant specification:

    The PoC-Session-Type AVP (AVP code 884) is of type Enumerated and specifies the type of the PoC session. Refer Appendix C.5.1 in OMA PoC Control Plane specification [211].

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

      • _ONE_TO_ONE_POC_SESSION

        public static final int _ONE_TO_ONE_POC_SESSION
        See Also:
        Constant Field Values
      • _CHAT_POC_GROUP_SESSION

        public static final int _CHAT_POC_GROUP_SESSION
        See Also:
        Constant Field Values
      • _PRE_ARRANGED_POC_GROUP_SESSION

        public static final int _PRE_ARRANGED_POC_GROUP_SESSION
        See Also:
        Constant Field Values
      • _AD_HOC_POC_GROUP_SESSION

        public static final int _AD_HOC_POC_GROUP_SESSION
        See Also:
        Constant Field Values
      • ONE_TO_ONE_POC_SESSION

        public static final PocSessionType ONE_TO_ONE_POC_SESSION
      • CHAT_POC_GROUP_SESSION

        public static final PocSessionType CHAT_POC_GROUP_SESSION
      • PRE_ARRANGED_POC_GROUP_SESSION

        public static final PocSessionType PRE_ARRANGED_POC_GROUP_SESSION
      • AD_HOC_POC_GROUP_SESSION

        public static final PocSessionType AD_HOC_POC_GROUP_SESSION
    • 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