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