Uses of Class
com.opencloud.slee.resources.in.datatypes.cc.MSBearerCapability.Choice
-
Packages that use MSBearerCapability.Choice 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.Choice in com.opencloud.slee.resources.in.datatypes.cc
Methods in com.opencloud.slee.resources.in.datatypes.cc that return MSBearerCapability.Choice Modifier and Type Method Description MSBearerCapability.Choice
MSBearerCapability. getChoice()
Gets the discriminant for which choice is chosen.static MSBearerCapability.Choice
MSBearerCapability.Choice. valueOf(String name)
Returns the enum constant of this type with the specified name.static MSBearerCapability.Choice[]
MSBearerCapability.Choice. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-