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 MAPLocationType
MAPLocationType. clone()
Constructs a copy of this object and everything reachable from it.static MAPLocationType
MAPLocationType. 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.MAPLocationType
MAPProvideSubscriberLocation_Arg. getLocationType()
Gets the value of the field locationType.MAPLocationType
MAPLocationType. setDeferredLocationEventType(MAPDeferredLocationEventType value)
Sets the value of the field deferredLocationEventType.MAPLocationType
MAPLocationType. 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 MAPLocationType
MAPLocationType. 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_Arg
MAPProvideSubscriberLocation_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_LocationType
Singleton codec for the ASN.1 type: MAP-LCS-DataTypes.LocationTypestatic PersistCodec<MAPLocationType,MAPLocationType,MAPProto.MAP_LCS_DataTypes_LocationType>
MAPCodecs. MAP_LCS_DataTypes_LocationType
Singleton codec for the ASN.1 type: MAP-LCS-DataTypes.LocationType
-