Uses of Class
org.jainslee.resources.diameter.gx.types.va10.BearerOperation
-
Packages that use BearerOperation 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 BearerOperation in org.jainslee.resources.diameter.gx.types.va10
Fields in org.jainslee.resources.diameter.gx.types.va10 declared as BearerOperation Modifier and Type Field Description static BearerOperation
BearerOperation. ESTABLISHMENT
static BearerOperation
BearerOperation. MODIFICATION
static BearerOperation
BearerOperation. TERMINATION
Methods in org.jainslee.resources.diameter.gx.types.va10 that return BearerOperation Modifier and Type Method Description static BearerOperation
BearerOperation. fromInt(int type)
BearerOperation
CreditControlRequest. getBearerOperation()
Returns the value of the Bearer-Operation AVP, of type Enumerated.Methods in org.jainslee.resources.diameter.gx.types.va10 with parameters of type BearerOperation Modifier and Type Method Description void
CreditControlRequest. setBearerOperation(BearerOperation bearerOperation)
Sets the value of the Bearer-Operation AVP, of type Enumerated.
-