Uses of Class
com.opencloud.slee.resources.in.datatypes.cc.GSMSupplementaryServiceList.BOIC_ExHC
-
Packages that use GSMSupplementaryServiceList.BOIC_ExHC 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 GSMSupplementaryServiceList.BOIC_ExHC in com.opencloud.slee.resources.in.datatypes.cc
Methods in com.opencloud.slee.resources.in.datatypes.cc that return GSMSupplementaryServiceList.BOIC_ExHC Modifier and Type Method Description static GSMSupplementaryServiceList.BOIC_ExHC
GSMSupplementaryServiceList.BOIC_ExHC. fromValue(int value)
Returns the enumeration constant for a given encoded value.GSMSupplementaryServiceList.BOIC_ExHC
GSMSupplementaryServiceList. getBOIC_ExHC()
Gets the value of the BOIC_ExHC.static GSMSupplementaryServiceList.BOIC_ExHC
GSMSupplementaryServiceList.BOIC_ExHC. valueOf(String name)
Returns the enum constant of this type with the specified name.static GSMSupplementaryServiceList.BOIC_ExHC[]
GSMSupplementaryServiceList.BOIC_ExHC. 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 GSMSupplementaryServiceList.BOIC_ExHC Modifier and Type Method Description GSMSupplementaryServiceList
GSMSupplementaryServiceList. setBOIC_ExHC(GSMSupplementaryServiceList.BOIC_ExHC value)
Sets the value of the BOIC_ExHC.
-