Uses of Class
com.opencloud.slee.resources.cgin.map.MAPLocationType
-
Packages that use MAPLocationType Package Description com.opencloud.slee.resources.cgin.map Provides an API for the MAP protocol.com.opencloud.slee.resources.cgin.map.persist Provides conversion between CGIN data objects of this protocol and Google protobuf (GPB) messages. -
-
Uses of MAPLocationType in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPLocationType Modifier and Type Method Description MAPLocationTypeMAPLocationType. clone()Constructs a copy of this object and everything reachable from it.static MAPLocationTypeMAPLocationType. copyOf(MAPLocationType from)Creates a new object of this type, cloning the values of common fields from the given object of any subclass of the same base type.MAPLocationTypeMAPProvideSubscriberLocation_Arg. getLocationType()Gets the value of the field locationType.MAPLocationTypeMAPLocationType. setDeferredLocationEventType(MAPDeferredLocationEventType value)Sets the value of the field deferredLocationEventType.MAPLocationTypeMAPLocationType. setLocationEstimateType(MAPLocationEstimateType value)Sets the value of the field locationEstimateType.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPLocationType Modifier and Type Method Description static MAPLocationTypeMAPLocationType. copyOf(MAPLocationType from)Creates a new object of this type, cloning the values of common fields from the given object of any subclass of the same base type.MAPProvideSubscriberLocation_ArgMAPProvideSubscriberLocation_Arg. setLocationType(MAPLocationType value)Sets the value of the field locationType. -
Uses of MAPLocationType in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPLocationType Modifier and Type Field Description static PersistCodec<MAPLocationType,MAPLocationType,MAPProto.MAP_LCS_DataTypes_LocationType>MAPCodecs. MAP_LCS_DataTypes_LocationTypeSingleton codec for the ASN.1 type: MAP-LCS-DataTypes.LocationTypestatic PersistCodec<MAPLocationType,MAPLocationType,MAPProto.MAP_LCS_DataTypes_LocationType>MAPCodecs. MAP_LCS_DataTypes_LocationTypeSingleton codec for the ASN.1 type: MAP-LCS-DataTypes.LocationType
-