Class PocServerRole
- java.lang.Object
-
- org.jainslee.resources.diameter.rf.types.v8d0.PocServerRole
-
- All Implemented Interfaces:
Serializable,Enumerated
public class PocServerRole extends Object implements Serializable, Enumerated
Java class to represent the PocServerRole enumerated type. Documentation from the relevant specification: The PoC-Server-Role AVP (AVP code 883) is of type Enumerated and specifies the role of the PoC server.- Author:
- Open Cloud
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int_CONTROLLING_POC_SERVERstatic int_PARTICIPATING_POC_SERVERstatic PocServerRoleCONTROLLING_POC_SERVERstatic PocServerRolePARTICIPATING_POC_SERVER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PocServerRolefromInt(int type)intgetValue()Return the value of this instance of this enumerated type.StringtoString()
-
-
-
Field Detail
-
_PARTICIPATING_POC_SERVER
public static final int _PARTICIPATING_POC_SERVER
- See Also:
- Constant Field Values
-
_CONTROLLING_POC_SERVER
public static final int _CONTROLLING_POC_SERVER
- See Also:
- Constant Field Values
-
PARTICIPATING_POC_SERVER
public static final PocServerRole PARTICIPATING_POC_SERVER
-
CONTROLLING_POC_SERVER
public static final PocServerRole CONTROLLING_POC_SERVER
-
-
Method Detail
-
fromInt
public static PocServerRole 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
-
-