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 |
---|---|
MAPCUG_Feature |
MAPCUG_Feature.clone()
Constructs a copy of this object and everything reachable from it.
|
static MAPCUG_Feature |
MAPCUG_Feature.copyOf(MAPCUG_Feature 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.
|
MAPCUG_Feature[] |
MAPCUG_Info.getCug_FeatureList()
Gets the value of the field cug-FeatureList.
|
MAPCUG_Feature |
MAPCUG_Feature.setBasicService(MAPExt_BasicServiceCode value)
Sets the value of the field basicService.
|
MAPCUG_Feature |
MAPCUG_Feature.setExtensionContainer(MAPExtensionContainer value)
Sets the value of the field extensionContainer.
|
MAPCUG_Feature |
MAPCUG_Feature.setInterCUG_Restrictions(byte[] value)
Sets the value of the field interCUG-Restrictions.
|
MAPCUG_Feature |
MAPCUG_Feature.setPreferentialCUG_Indicator(int value)
Sets the value of the field preferentialCUG-Indicator and marks the field as present.
|
MAPCUG_Feature |
MAPCUG_Feature.setPreferentialCUG_IndicatorPresent(boolean flag)
Sets the presence or absence of the optional field preferentialCUG-Indicator.
|
Modifier and Type | Method and Description |
---|---|
static MAPCUG_Feature |
MAPCUG_Feature.copyOf(MAPCUG_Feature 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.
|
MAPCUG_Info |
MAPCUG_Info.setCug_FeatureList(MAPCUG_Feature[] value)
Sets the value of the field cug-FeatureList.
|
Modifier and Type | Field and Description |
---|---|
static PersistCodec<MAPCUG_Feature,MAPCUG_Feature,MAPProto.MAP_MS_DataTypes_CUG_Feature> |
MAPCodecs.MAP_MS_DataTypes_CUG_Feature
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.CUG-Feature
|
static PersistCodec<MAPCUG_Feature,MAPCUG_Feature,MAPProto.MAP_MS_DataTypes_CUG_Feature> |
MAPCodecs.MAP_MS_DataTypes_CUG_Feature
Singleton codec for the ASN.1 type: MAP-MS-DataTypes.CUG-Feature
|