Uses of Class
com.opencloud.slee.resources.in.datatypes.cc.LocationNumber.Screening
-
Packages that use LocationNumber.Screening 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 LocationNumber.Screening in com.opencloud.slee.resources.in.datatypes.cc
Fields in com.opencloud.slee.resources.in.datatypes.cc declared as LocationNumber.Screening Modifier and Type Field Description protected LocationNumber.Screening
LocationNumber. Screening_value
Value of field Screening.Methods in com.opencloud.slee.resources.in.datatypes.cc that return LocationNumber.Screening Modifier and Type Method Description static LocationNumber.Screening
LocationNumber.Screening. fromValue(int value)
Returns the enumeration constant for a given encoded value.LocationNumber.Screening
LocationNumber. getScreening()
Gets the value of the screening indicator.static LocationNumber.Screening
LocationNumber.Screening. valueOf(String name)
Returns the enum constant of this type with the specified name.static LocationNumber.Screening[]
LocationNumber.Screening. 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 LocationNumber.Screening Modifier and Type Method Description LocationNumber
LocationNumber. setScreening(LocationNumber.Screening value)
Sets the value of the screening indicator.Constructors in com.opencloud.slee.resources.in.datatypes.cc with parameters of type LocationNumber.Screening Constructor Description LocationNumber(LocationNumber.Nature nature, LocationNumber.RoutingToInternalNetworkNumber routingToInternalNetworkNumber, LocationNumber.NumberingPlan numberingPlan, LocationNumber.Presentation presentation, LocationNumber.Screening screening, String address)
Constructs a new LocationNumber object from given values for all fields.LocationNumber(LocationNumber.Nature nature, LocationNumber.RoutingToInternalNetworkNumber routingToInternalNetworkNumber, LocationNumber.NumberingPlan numberingPlan, LocationNumber.Presentation presentation, LocationNumber.Screening screening, String address, StringCodec<LocationNumber> Address_codec)
Constructs a new LocationNumber object from given arguments, using the given codecs for encoding fields of type String.
-