Uses of Class
org.jainslee.resources.diameter.gx.types.va10.BearerUsage
-
Packages that use BearerUsage Package Description org.jainslee.resources.diameter.gx.types.va10 This package contains the definitions of Diameter Gx messages, grouped AVPs and enumerated types. -
-
Uses of BearerUsage in org.jainslee.resources.diameter.gx.types.va10
Fields in org.jainslee.resources.diameter.gx.types.va10 declared as BearerUsage Modifier and Type Field Description static BearerUsage
BearerUsage. GENERAL
static BearerUsage
BearerUsage. IMS_SIGNALLING
Methods in org.jainslee.resources.diameter.gx.types.va10 that return BearerUsage Modifier and Type Method Description static BearerUsage
BearerUsage. fromInt(int type)
BearerUsage
CreditControlAnswer. getBearerUsage()
Returns the value of the Bearer-Usage AVP, of type Enumerated.BearerUsage
CreditControlRequest. getBearerUsage()
Returns the value of the Bearer-Usage AVP, of type Enumerated.Methods in org.jainslee.resources.diameter.gx.types.va10 with parameters of type BearerUsage Modifier and Type Method Description void
CreditControlAnswer. setBearerUsage(BearerUsage bearerUsage)
Sets the value of the Bearer-Usage AVP, of type Enumerated.void
CreditControlRequest. setBearerUsage(BearerUsage bearerUsage)
Sets the value of the Bearer-Usage AVP, of type Enumerated.
-