Class PocSessionType
- java.lang.Object
-
- org.jainslee.resources.diameter.rf.types.vb80.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 Summary
Fields Modifier and Type Field Description static int
_AD_HOC_POC_GROUP_SESSION
static int
_CHAT_POC_GROUP_SESSION
static int
_ONE_TO_ONE_POC_SESSION
static int
_PRE_ARRANGED_POC_GROUP_SESSION
static PocSessionType
AD_HOC_POC_GROUP_SESSION
static PocSessionType
CHAT_POC_GROUP_SESSION
static PocSessionType
ONE_TO_ONE_POC_SESSION
static PocSessionType
PRE_ARRANGED_POC_GROUP_SESSION
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PocSessionType
fromInt(int type)
int
getValue()
Return the value of this instance of this enumerated type.String
toString()
-
-
-
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
-
fromInt
public static PocSessionType 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 interfaceEnumerated
- Returns:
- value
-
-