Uses of Class
org.jainslee.resources.diameter.ro.types.vcb0.LocationEstimateType
-
Packages that use LocationEstimateType Package Description org.jainslee.resources.diameter.ro.types.vcb0 GroupedAvp
andDiameterMessage
objects defined inRFC 4006
and3GPP TS 32.299 v12.11.0.
-
-
Uses of LocationEstimateType in org.jainslee.resources.diameter.ro.types.vcb0
Fields in org.jainslee.resources.diameter.ro.types.vcb0 declared as LocationEstimateType Modifier and Type Field Description static LocationEstimateType
LocationEstimateType. ACTIVATE_DEFERRED_LOCATION
static LocationEstimateType
LocationEstimateType. CANCEL_DEFERRED_LOCATION
static LocationEstimateType
LocationEstimateType. CURRENT_LAST_KNOWN_LOCATION
static LocationEstimateType
LocationEstimateType. CURRENT_LOCATION
static LocationEstimateType
LocationEstimateType. INITIAL_LOCATION
Methods in org.jainslee.resources.diameter.ro.types.vcb0 that return LocationEstimateType Modifier and Type Method Description static LocationEstimateType
LocationEstimateType. fromInt(int type)
LocationEstimateType
LocationType. getLocationEstimateType()
Returns the value of the Location-Estimate-Type AVP, of type Enumerated.Methods in org.jainslee.resources.diameter.ro.types.vcb0 with parameters of type LocationEstimateType Modifier and Type Method Description void
LocationType. setLocationEstimateType(LocationEstimateType locationEstimateType)
Sets the value of the Location-Estimate-Type AVP, of type Enumerated.
-