Uses of Class
org.jainslee.resources.diameter.gx.types.va10.IpCanType
-
Packages that use IpCanType 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 IpCanType in org.jainslee.resources.diameter.gx.types.va10
Fields in org.jainslee.resources.diameter.gx.types.va10 declared as IpCanType Modifier and Type Field Description static IpCanType
IpCanType. DOCSIS
static IpCanType
IpCanType. Non_TGPP_EPS
static IpCanType
IpCanType. TGPP_EPS
static IpCanType
IpCanType. TGPP_GPRS
static IpCanType
IpCanType. TGPP2
static IpCanType
IpCanType. WiMAX
static IpCanType
IpCanType. xDSL
Methods in org.jainslee.resources.diameter.gx.types.va10 that return IpCanType Modifier and Type Method Description static IpCanType
IpCanType. fromInt(int type)
IpCanType
CreditControlRequest. getIpCanType()
Returns the value of the IP-CAN-Type AVP, of type Enumerated.IpCanType
ReAuthAnswer. getIpCanType()
Returns the value of the IP-CAN-Type AVP, of type Enumerated.Methods in org.jainslee.resources.diameter.gx.types.va10 with parameters of type IpCanType Modifier and Type Method Description void
CreditControlRequest. setIpCanType(IpCanType ipCanType)
Sets the value of the IP-CAN-Type AVP, of type Enumerated.void
ReAuthAnswer. setIpCanType(IpCanType ipCanType)
Sets the value of the IP-CAN-Type AVP, of type Enumerated.
-