Class PocUserRoleInfoUnits
- java.lang.Object
-
- org.jainslee.resources.diameter.ro.types.va00.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_DISPATCHERstatic int_MODERATORstatic int_SESSION_OWNERstatic int_SESSION_PARTICIPANTstatic PocUserRoleInfoUnitsDISPATCHERstatic PocUserRoleInfoUnitsMODERATORstatic PocUserRoleInfoUnitsSESSION_OWNERstatic PocUserRoleInfoUnitsSESSION_PARTICIPANT
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PocUserRoleInfoUnitsfromInt(int type)intgetValue()Return the value of this instance of this enumerated type.StringtoString()
-
-
-
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:EnumeratedReturn the value of this instance of this enumerated type.- Specified by:
getValuein interfaceEnumerated- Returns:
- value
-
-