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_UEstatic int_MONITORING_UEstatic int_REQUESTED_UEstatic int_REQUESTOR_UEstatic ProseRoleOfUeANNOUNCING_UEstatic ProseRoleOfUeMONITORING_UEstatic ProseRoleOfUeREQUESTED_UEstatic ProseRoleOfUeREQUESTOR_UE
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ProseRoleOfUefromInt(int type)intgetValue()Return the value of this instance of this enumerated type.StringtoString()
-
-
-
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:EnumeratedReturn the value of this instance of this enumerated type.- Specified by:
getValuein interfaceEnumerated- Returns:
- value
-
-