Uses of Class
com.opencloud.slee.resources.in.datatypes.cc.MSBearerCapability
-
Packages that use MSBearerCapability Package Description com.opencloud.slee.resources.in.datatypes.cc Defines classes to represent some call-control types for which their ASN.1 specifications say merely OCTET STRING (with no CONTAINING clause), and for which standards define the layout of bit-fields within the octet strings. -
-
Uses of MSBearerCapability in com.opencloud.slee.resources.in.datatypes.cc
Methods in com.opencloud.slee.resources.in.datatypes.cc that return MSBearerCapability Modifier and Type Method Description MSBearerCapabilityMSBearerCapability. clone()Constructs a copy of this object and everything reachable from it.static MSBearerCapabilityMSBearerCapability. copyOf(MSBearerCapability 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.MSBearerCapabilityMSBearerCapability. setGSM(MSBearerCapability.GSM value)Sets the value of the field.MSBearerCapabilityMSBearerCapability. setOther(byte[] value)Sets the value of the field.Methods in com.opencloud.slee.resources.in.datatypes.cc with parameters of type MSBearerCapability Modifier and Type Method Description static MSBearerCapabilityMSBearerCapability. copyOf(MSBearerCapability 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.
-