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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
MAPAreaDefinition(MAPArea[] AreaList_param)
Constructs an object from given values for all fields.
|
Modifier and Type | Field and 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.Area
|
static PersistCodec<MAPArea,MAPArea,MAPProto.MAP_LCS_DataTypes_Area> |
MAPCodecs.MAP_LCS_DataTypes_Area
Singleton codec for the ASN.1 type: MAP-LCS-DataTypes.Area
|