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 MAPLocationEstimateTypeMAPLocationEstimateType. activateDeferredLocationReference to value of the constant activateDeferredLocation.static MAPLocationEstimateTypeMAPLocationEstimateType. cancelDeferredLocationReference to value of the constant cancelDeferredLocation.static MAPLocationEstimateTypeMAPLocationEstimateType. currentLocationReference to value of the constant currentLocation.static MAPLocationEstimateTypeMAPLocationEstimateType. currentOrLastKnownLocationReference to value of the constant currentOrLastKnownLocation.static MAPLocationEstimateTypeMAPLocationEstimateType. initialLocationReference to value of the constant initialLocation.static MAPLocationEstimateTypeMAPLocationEstimateType. notificationVerificationOnlyReference to value of the constant notificationVerificationOnly.Methods in com.opencloud.slee.resources.cgin.map that return MAPLocationEstimateType Modifier and Type Method Description static MAPLocationEstimateTypeMAPLocationEstimateType. fromValue(int value)Finds or constructs an enumeration constant for the given numeric value.MAPLocationEstimateTypeMAPLocationType. 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 MAPLocationTypeMAPLocationType. setLocationEstimateType(MAPLocationEstimateType value)Sets the value of the field locationEstimateType.
-