Uses of Class
org.jainslee.resources.diameter.ro.types.vcb0.AocServiceType
-
Packages that use AocServiceType Package Description org.jainslee.resources.diameter.ro.types.vcb0 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v12.11.0.
-
-
Uses of AocServiceType in org.jainslee.resources.diameter.ro.types.vcb0
Fields in org.jainslee.resources.diameter.ro.types.vcb0 declared as AocServiceType Modifier and Type Field Description static AocServiceType
AocServiceType. AOC_D
static AocServiceType
AocServiceType. AOC_E
static AocServiceType
AocServiceType. AOC_S
static AocServiceType
AocServiceType. NONE
Methods in org.jainslee.resources.diameter.ro.types.vcb0 that return AocServiceType Modifier and Type Method Description static AocServiceType
AocServiceType. fromInt(int type)
AocServiceType
AocService. getAocServiceType()
Returns the value of the AoC-Service-Type AVP, of type Enumerated.Methods in org.jainslee.resources.diameter.ro.types.vcb0 with parameters of type AocServiceType Modifier and Type Method Description void
AocService. setAocServiceType(AocServiceType aocServiceType)
Sets the value of the AoC-Service-Type AVP, of type Enumerated.
-