Class PocSessionType
- java.lang.Object
-
- org.jainslee.resources.diameter.rf.types.v8d0.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_SESSIONstatic int_CHAT_POC_GROUP_SESSIONstatic int_ONE_TO_ONE_POC_SESSIONstatic int_PRE_ARRANGED_POC_GROUP_SESSIONstatic PocSessionTypeAD_HOC_POC_GROUP_SESSIONstatic PocSessionTypeCHAT_POC_GROUP_SESSIONstatic PocSessionTypeONE_TO_ONE_POC_SESSIONstatic PocSessionTypePRE_ARRANGED_POC_GROUP_SESSION
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PocSessionTypefromInt(int type)intgetValue()Return the value of this instance of this enumerated type.StringtoString()
-
-
-
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:EnumeratedReturn the value of this instance of this enumerated type.- Specified by:
getValuein interfaceEnumerated- Returns:
- value
-
-