Class UserParticipatingType
- java.lang.Object
-
- org.jainslee.resources.diameter.ro.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
_NORMAL
static int
_NW_POC_BOX
static int
_UE_POC_BOX
static UserParticipatingType
NORMAL
static UserParticipatingType
NW_POC_BOX
static UserParticipatingType
UE_POC_BOX
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UserParticipatingType
fromInt(int type)
int
getValue()
Return the value of this instance of this enumerated type.String
toString()
-
-
-
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:Enumerated
Return the value of this instance of this enumerated type.- Specified by:
getValue
in interfaceEnumerated
- Returns:
- value
-
-