Uses of Class
org.jainslee.resources.diameter.ro.types.vcb0.RoleOfProseFunction
-
Packages that use RoleOfProseFunction Package Description org.jainslee.resources.diameter.ro.types.vcb0 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v12.11.0.
-
-
Uses of RoleOfProseFunction in org.jainslee.resources.diameter.ro.types.vcb0
Fields in org.jainslee.resources.diameter.ro.types.vcb0 declared as RoleOfProseFunction Modifier and Type Field Description static RoleOfProseFunction
RoleOfProseFunction. HPLMN
static RoleOfProseFunction
RoleOfProseFunction. LOCAL_PLMN
static RoleOfProseFunction
RoleOfProseFunction. VPLMN
Methods in org.jainslee.resources.diameter.ro.types.vcb0 that return RoleOfProseFunction Modifier and Type Method Description static RoleOfProseFunction
RoleOfProseFunction. fromInt(int type)
RoleOfProseFunction
ProseInformation. getRoleOfProseFunction()
Returns the value of the Role-Of-ProSe-Function AVP, of type Enumerated.Methods in org.jainslee.resources.diameter.ro.types.vcb0 with parameters of type RoleOfProseFunction Modifier and Type Method Description void
ProseInformation. setRoleOfProseFunction(RoleOfProseFunction roleOfProseFunction)
Sets the value of the Role-Of-ProSe-Function AVP, of type Enumerated.
-