Uses of Class
com.opencloud.slee.resources.cgin.map.MAPLocationEstimateType
-
Packages that use MAPLocationEstimateType Package Description com.opencloud.slee.resources.cgin.map Provides an API for the MAP protocol. -
-
Uses of MAPLocationEstimateType in com.opencloud.slee.resources.cgin.map
Fields in com.opencloud.slee.resources.cgin.map declared as MAPLocationEstimateType Modifier and Type Field Description static MAPLocationEstimateType
MAPLocationEstimateType. activateDeferredLocation
Reference to value of the constant activateDeferredLocation.static MAPLocationEstimateType
MAPLocationEstimateType. cancelDeferredLocation
Reference to value of the constant cancelDeferredLocation.static MAPLocationEstimateType
MAPLocationEstimateType. currentLocation
Reference to value of the constant currentLocation.static MAPLocationEstimateType
MAPLocationEstimateType. currentOrLastKnownLocation
Reference to value of the constant currentOrLastKnownLocation.static MAPLocationEstimateType
MAPLocationEstimateType. initialLocation
Reference to value of the constant initialLocation.static MAPLocationEstimateType
MAPLocationEstimateType. notificationVerificationOnly
Reference to value of the constant notificationVerificationOnly.Methods in com.opencloud.slee.resources.cgin.map that return MAPLocationEstimateType Modifier and Type Method Description static MAPLocationEstimateType
MAPLocationEstimateType. fromValue(int value)
Finds or constructs an enumeration constant for the given numeric value.MAPLocationEstimateType
MAPLocationType. getLocationEstimateType()
Gets the value of the field locationEstimateType.static MAPLocationEstimateType[]
MAPLocationEstimateType. namedValues()
Returns an array containing all the enumeration constants referenced by fields.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPLocationEstimateType Modifier and Type Method Description MAPLocationType
MAPLocationType. setLocationEstimateType(MAPLocationEstimateType value)
Sets the value of the field locationEstimateType.
-