Uses of Class
com.opencloud.slee.resources.in.datatypes.cc.MSBearerCapability.GSM.TransferMode
-
Packages that use MSBearerCapability.GSM.TransferMode 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.GSM.TransferMode in com.opencloud.slee.resources.in.datatypes.cc
Methods in com.opencloud.slee.resources.in.datatypes.cc that return MSBearerCapability.GSM.TransferMode Modifier and Type Method Description static MSBearerCapability.GSM.TransferMode
MSBearerCapability.GSM.TransferMode. fromValue(int value)
Returns the enumeration constant for a given encoded value.MSBearerCapability.GSM.TransferMode
MSBearerCapability.GSM. getTransferMode()
Gets the value of the transfer mode.static MSBearerCapability.GSM.TransferMode
MSBearerCapability.GSM.TransferMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static MSBearerCapability.GSM.TransferMode[]
MSBearerCapability.GSM.TransferMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.opencloud.slee.resources.in.datatypes.cc with parameters of type MSBearerCapability.GSM.TransferMode Modifier and Type Method Description MSBearerCapability.GSM
MSBearerCapability.GSM. setTransferMode(MSBearerCapability.GSM.TransferMode value)
Sets the value of the transfer mode.Constructors in com.opencloud.slee.resources.in.datatypes.cc with parameters of type MSBearerCapability.GSM.TransferMode Constructor Description GSM(MSBearerCapability.GSM.TransferMode transferMode, MSBearerCapability.GSM.RadioChannelReq radioChannelReq, MSBearerCapability.GSM.Content content)
Constructs a new GSM object from given values for all fields.
-