Class UserParticipatingType
- java.lang.Object
-
- org.jainslee.resources.diameter.rf.types.v960.UserParticipatingType
-
- All Implemented Interfaces:
Serializable,Enumerated
public class UserParticipatingType extends Object implements Serializable, Enumerated
Java class to represent the UserParticipatingType enumerated type. Documentation from the relevant specification: The User-Participating-Type AVP(AVP code 1279) is of type Enumerated. It is a subfield of Participants-Group AVP to indicate the user participating type when participating in the PoC session.- Author:
- Open Cloud
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int_NORMALstatic int_NW_POC_BOXstatic int_UE_POC_BOXstatic UserParticipatingTypeNORMALstatic UserParticipatingTypeNW_POC_BOXstatic UserParticipatingTypeUE_POC_BOX
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UserParticipatingTypefromInt(int type)intgetValue()Return the value of this instance of this enumerated type.StringtoString()
-
-
-
Field Detail
-
_NORMAL
public static final int _NORMAL
- See Also:
- Constant Field Values
-
_NW_POC_BOX
public static final int _NW_POC_BOX
- See Also:
- Constant Field Values
-
_UE_POC_BOX
public static final int _UE_POC_BOX
- See Also:
- Constant Field Values
-
NORMAL
public static final UserParticipatingType NORMAL
-
NW_POC_BOX
public static final UserParticipatingType NW_POC_BOX
-
UE_POC_BOX
public static final UserParticipatingType UE_POC_BOX
-
-
Method Detail
-
fromInt
public static UserParticipatingType 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
-
-