Class ProseRoleOfUe
- java.lang.Object
-
- org.jainslee.resources.diameter.ro.types.vcb0.ProseRoleOfUe
-
- All Implemented Interfaces:
Serializable
,Enumerated
public class ProseRoleOfUe extends Object implements Serializable, Enumerated
Java class to represent the ProseRoleOfUe enumerated type. Documentation from the relevant specification: The ProSe- Role-Of-UE AVP (AVP code 3451) is of type Enumerated and indicates Role of the UE using ProSe.- Author:
- Open Cloud
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
_ANNOUNCING_UE
static int
_MONITORING_UE
static int
_REQUESTED_UE
static int
_REQUESTOR_UE
static ProseRoleOfUe
ANNOUNCING_UE
static ProseRoleOfUe
MONITORING_UE
static ProseRoleOfUe
REQUESTED_UE
static ProseRoleOfUe
REQUESTOR_UE
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ProseRoleOfUe
fromInt(int type)
int
getValue()
Return the value of this instance of this enumerated type.String
toString()
-
-
-
Field Detail
-
_ANNOUNCING_UE
public static final int _ANNOUNCING_UE
- See Also:
- Constant Field Values
-
_MONITORING_UE
public static final int _MONITORING_UE
- See Also:
- Constant Field Values
-
_REQUESTOR_UE
public static final int _REQUESTOR_UE
- See Also:
- Constant Field Values
-
_REQUESTED_UE
public static final int _REQUESTED_UE
- See Also:
- Constant Field Values
-
ANNOUNCING_UE
public static final ProseRoleOfUe ANNOUNCING_UE
-
MONITORING_UE
public static final ProseRoleOfUe MONITORING_UE
-
REQUESTOR_UE
public static final ProseRoleOfUe REQUESTOR_UE
-
REQUESTED_UE
public static final ProseRoleOfUe REQUESTED_UE
-
-
Method Detail
-
fromInt
public static ProseRoleOfUe 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
-
-