Class PocUserRoleInfoUnits
- java.lang.Object
-
- org.jainslee.resources.diameter.ro.types.v960.PocUserRoleInfoUnits
-
- All Implemented Interfaces:
Serializable
,Enumerated
public class PocUserRoleInfoUnits extends Object implements Serializable, Enumerated
Java class to represent the PocUserRoleInfoUnits enumerated type. Documentation from the relevant specification: The Poc-User-Role-Info-Units (AVP code 1254) is of type Enumerated and specifIES the role type details of PoC users.- Author:
- Open Cloud
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
_DISPATCHER
static int
_MODERATOR
static int
_SESSION_OWNER
static int
_SESSION_PARTICIPANT
static PocUserRoleInfoUnits
DISPATCHER
static PocUserRoleInfoUnits
MODERATOR
static PocUserRoleInfoUnits
SESSION_OWNER
static PocUserRoleInfoUnits
SESSION_PARTICIPANT
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PocUserRoleInfoUnits
fromInt(int type)
int
getValue()
Return the value of this instance of this enumerated type.String
toString()
-
-
-
Field Detail
-
_MODERATOR
public static final int _MODERATOR
- See Also:
- Constant Field Values
-
_DISPATCHER
public static final int _DISPATCHER
- See Also:
- Constant Field Values
-
_SESSION_OWNER
public static final int _SESSION_OWNER
- See Also:
- Constant Field Values
-
_SESSION_PARTICIPANT
public static final int _SESSION_PARTICIPANT
- See Also:
- Constant Field Values
-
MODERATOR
public static final PocUserRoleInfoUnits MODERATOR
-
DISPATCHER
public static final PocUserRoleInfoUnits DISPATCHER
-
SESSION_OWNER
public static final PocUserRoleInfoUnits SESSION_OWNER
-
SESSION_PARTICIPANT
public static final PocUserRoleInfoUnits SESSION_PARTICIPANT
-
-
Method Detail
-
fromInt
public static PocUserRoleInfoUnits 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
-
-