Uses of Class
com.opencloud.slee.resources.in.datatypes.cc.LocationNumber.RoutingToInternalNetworkNumber
-
Packages that use LocationNumber.RoutingToInternalNetworkNumber 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.RoutingToInternalNetworkNumber in com.opencloud.slee.resources.in.datatypes.cc
Fields in com.opencloud.slee.resources.in.datatypes.cc declared as LocationNumber.RoutingToInternalNetworkNumber Modifier and Type Field Description protected LocationNumber.RoutingToInternalNetworkNumberLocationNumber. RoutingToInternalNetworkNumber_valueValue of field RoutingToInternalNetworkNumber.Methods in com.opencloud.slee.resources.in.datatypes.cc that return LocationNumber.RoutingToInternalNetworkNumber Modifier and Type Method Description static LocationNumber.RoutingToInternalNetworkNumberLocationNumber.RoutingToInternalNetworkNumber. fromValue(int value)Returns the enumeration constant for a given encoded value.LocationNumber.RoutingToInternalNetworkNumberLocationNumber. getRoutingToInternalNetworkNumber()Gets the value of the internal network number indicator.static LocationNumber.RoutingToInternalNetworkNumberLocationNumber.RoutingToInternalNetworkNumber. valueOf(String name)Returns the enum constant of this type with the specified name.static LocationNumber.RoutingToInternalNetworkNumber[]LocationNumber.RoutingToInternalNetworkNumber. 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.RoutingToInternalNetworkNumber Modifier and Type Method Description LocationNumberLocationNumber. setRoutingToInternalNetworkNumber(LocationNumber.RoutingToInternalNetworkNumber value)Sets the value of the internal network number indicator.Constructors in com.opencloud.slee.resources.in.datatypes.cc with parameters of type LocationNumber.RoutingToInternalNetworkNumber 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.
-