Uses of Class
org.jainslee.resources.diameter.ro.types.vcb0.RatType
-
Packages that use RatType Package Description org.jainslee.resources.diameter.ro.types.vcb0 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v12.11.0.
-
-
Uses of RatType in org.jainslee.resources.diameter.ro.types.vcb0
Fields in org.jainslee.resources.diameter.ro.types.vcb0 declared as RatType Modifier and Type Field Description static RatType
RatType. CDMA2000_1X
This value shall be used to indicate that the RAT is CDMA2000 1X.static RatType
RatType. EHRPD
This value shall be used to indicate that the RAT is eHRPD.static RatType
RatType. EUTRAN
This value shall be used to indicate that the RAT is EUTRAN.static RatType
RatType. GAN
This value shall be used to indicate that the RAT is GAN.static RatType
RatType. GERAN
This value shall be used to indicate that the RAT is GERAN.static RatType
RatType. HRPD
This value shall be used to indicate that the RAT is HRPD.static RatType
RatType. HSPA_EVOLUTION
This value shall be used to indicate that the RAT is HSPA Evolution.static RatType
RatType. UMB
This value shall be used to indicate that the RAT is UMB.static RatType
RatType. UTRAN
This value shall be used to indicate that the RAT is UTRAN.static RatType
RatType. VIRTUAL
This value shall be used to indicate that the RAT is unknown.static RatType
RatType. WLAN
This value shall be used to indicate that the RAT is WLAN.Methods in org.jainslee.resources.diameter.ro.types.vcb0 that return RatType Modifier and Type Method Description static RatType
RatType. fromInt(int type)
RatType[]
ConditionalApnAggregateMaxBitrate. getRatTypes()
Returns the set of RAT-Type AVPs.Methods in org.jainslee.resources.diameter.ro.types.vcb0 with parameters of type RatType Modifier and Type Method Description void
ConditionalApnAggregateMaxBitrate. setRatType(RatType ratType)
Sets a single RAT-Type AVP in the Conditional-APN-Aggregate-Max-Bitrate AVP, of type Enumerated.void
ConditionalApnAggregateMaxBitrate. setRatTypes(RatType[] ratTypes)
Sets the set of RAT-Type AVPs, with all the values in the given array.
-