Uses of Class
com.opencloud.slee.resources.cgin.map.MAPCallBarringFeature
-
Packages that use MAPCallBarringFeature 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 MAPCallBarringFeature in com.opencloud.slee.resources.cgin.map
Subclasses of MAPCallBarringFeature in com.opencloud.slee.resources.cgin.map Modifier and Type Class Description classMAPExt_CallBarringFeatureAPI for MAP-MS-DataTypes.Ext-CallBarringFeature.Methods in com.opencloud.slee.resources.cgin.map that return MAPCallBarringFeature Modifier and Type Method Description MAPCallBarringFeatureMAPCallBarringFeature. clone()Constructs a copy of this object and everything reachable from it.static MAPCallBarringFeatureMAPCallBarringFeature. copyOf(MAPCallBarringFeature 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.MAPCallBarringFeature[]MAPCallBarringInfo. getCallBarringFeatureList()Gets the value of the field callBarringFeatureList.MAPCallBarringFeatureMAPCallBarringFeature. setBasicService(MAPBasicServiceCode value)Sets the value of the field basicService.MAPCallBarringFeatureMAPCallBarringFeature. setSs_Status(byte[] value)Sets the value of the field ss-Status.Methods in com.opencloud.slee.resources.cgin.map with parameters of type MAPCallBarringFeature Modifier and Type Method Description static MAPCallBarringFeatureMAPCallBarringFeature. copyOf(MAPCallBarringFeature 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.static MAPExt_CallBarringFeatureMAPExt_CallBarringFeature. copyOf(MAPCallBarringFeature 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.MAPCallBarringInfoMAPCallBarringInfo. setCallBarringFeatureList(MAPCallBarringFeature[] value)Sets the value of the field callBarringFeatureList. -
Uses of MAPCallBarringFeature in com.opencloud.slee.resources.cgin.map.persist
Fields in com.opencloud.slee.resources.cgin.map.persist with type parameters of type MAPCallBarringFeature Modifier and Type Field Description static PersistCodec<MAPCallBarringFeature,MAPExt_CallBarringFeature,MAPProto.MAP_MS_DataTypes_Ext_CallBarringFeature>MAPCodecs. MAP_MS_DataTypes_Ext_CallBarringFeatureSingleton codec for the ASN.1 type: MAP-MS-DataTypes.Ext-CallBarringFeaturestatic PersistCodec<MAPCallBarringFeature,MAPCallBarringFeature,MAPProto.MAP_SS_DataTypes_CallBarringFeature>MAPCodecs. MAP_SS_DataTypes_CallBarringFeatureSingleton codec for the ASN.1 type: MAP-SS-DataTypes.CallBarringFeaturestatic PersistCodec<MAPCallBarringFeature,MAPCallBarringFeature,MAPProto.MAP_SS_DataTypes_CallBarringFeature>MAPCodecs. MAP_SS_DataTypes_CallBarringFeatureSingleton codec for the ASN.1 type: MAP-SS-DataTypes.CallBarringFeature
-