Uses of Class
org.jainslee.resources.diameter.ro.types.vcb0.AocFormat
-
Packages that use AocFormat Package Description org.jainslee.resources.diameter.ro.types.vcb0 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v12.11.0.
-
-
Uses of AocFormat in org.jainslee.resources.diameter.ro.types.vcb0
Fields in org.jainslee.resources.diameter.ro.types.vcb0 declared as AocFormat Modifier and Type Field Description static AocFormat
AocFormat. CAI
static AocFormat
AocFormat. MONETARY
static AocFormat
AocFormat. NON_MONETARY
Methods in org.jainslee.resources.diameter.ro.types.vcb0 that return AocFormat Modifier and Type Method Description static AocFormat
AocFormat. fromInt(int type)
AocFormat
AocSubscriptionInformation. getAocFormat()
Returns the value of the AoC-Format AVP, of type Enumerated.Methods in org.jainslee.resources.diameter.ro.types.vcb0 with parameters of type AocFormat Modifier and Type Method Description void
AocSubscriptionInformation. setAocFormat(AocFormat aocFormat)
Sets the value of the AoC-Format AVP, of type Enumerated.
-