Uses of Class
com.opencloud.slee.resources.cgin.map.MAPArea
-
Packages that use MAPArea 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 MAPArea in com.opencloud.slee.resources.cgin.map
Methods in com.opencloud.slee.resources.cgin.map that return MAPArea Modifier and Type Method Description MAPArea
MAPArea. clone()
Constructs a copy of this object and everything reachable from it.static MAPArea
MAPArea. copyOf(MAPArea 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.MAPArea[]
MAPAreaDefinition. getAreaList()
Gets the value of the field areaList.MAPArea
MAPArea. setAreaIdentification(byte[] value)
Sets the value of the field areaIdentification.MAPArea
MAPArea. setAreaType(MAPAreaType value)
Sets the value of the field areaType.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPArea Modifier and Type Method Description static MAPArea
MAPArea. copyOf(MAPArea 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.MAPAreaDefinition
MAPAreaDefinition. setAreaList(MAPArea[] value)
Sets the value of the field areaList.Constructors in com.opencloud.slee.resources.cgin.map with parameters of type MAPArea Constructor Description MAPAreaDefinition(MAPArea[] AreaList_param)
Constructs an object from given values for all fields. -
Uses of MAPArea in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPArea Modifier and Type Field Description static PersistCodec<MAPArea,MAPArea,MAPProto.MAP_LCS_DataTypes_Area>
MAPCodecs. MAP_LCS_DataTypes_Area
Singleton codec for the ASN.1 type: MAP-LCS-DataTypes.Areastatic PersistCodec<MAPArea,MAPArea,MAPProto.MAP_LCS_DataTypes_Area>
MAPCodecs. MAP_LCS_DataTypes_Area
Singleton codec for the ASN.1 type: MAP-LCS-DataTypes.Area
-