Uses of Class
com.opencloud.slee.resources.in.datatypes.cc.CalledPartyNumber.RoutingToInternalNetworkNumber
-
Packages that use CalledPartyNumber.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 CalledPartyNumber.RoutingToInternalNetworkNumber in com.opencloud.slee.resources.in.datatypes.cc
Methods in com.opencloud.slee.resources.in.datatypes.cc that return CalledPartyNumber.RoutingToInternalNetworkNumber Modifier and Type Method Description static CalledPartyNumber.RoutingToInternalNetworkNumber
CalledPartyNumber.RoutingToInternalNetworkNumber. fromValue(int value)
Returns the enumeration constant for a given encoded value.CalledPartyNumber.RoutingToInternalNetworkNumber
CalledPartyNumber. getRoutingToInternalNetworkNumber()
Gets the value of the internal network number indicator (INN).static CalledPartyNumber.RoutingToInternalNetworkNumber
CalledPartyNumber.RoutingToInternalNetworkNumber. valueOf(String name)
Returns the enum constant of this type with the specified name.static CalledPartyNumber.RoutingToInternalNetworkNumber[]
CalledPartyNumber.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 CalledPartyNumber.RoutingToInternalNetworkNumber Modifier and Type Method Description CalledPartyNumber
CalledPartyNumber. setRoutingToInternalNetworkNumber(CalledPartyNumber.RoutingToInternalNetworkNumber value)
Sets the value of the internal network number indicator (INN).Constructors in com.opencloud.slee.resources.in.datatypes.cc with parameters of type CalledPartyNumber.RoutingToInternalNetworkNumber Constructor Description CalledPartyNumber(CalledPartyNumber.Nature nature, CalledPartyNumber.RoutingToInternalNetworkNumber routingToInternalNetworkNumber, CalledPartyNumber.NumberingPlan numberingPlan, String address)
Constructs a new CalledPartyNumber object from given values for all fields.CalledPartyNumber(CalledPartyNumber.Nature nature, CalledPartyNumber.RoutingToInternalNetworkNumber routingToInternalNetworkNumber, CalledPartyNumber.NumberingPlan numberingPlan, String address, StringCodec<CalledPartyNumber> Address_codec)
Constructs a new CalledPartyNumber object from given arguments, using the given codecs for encoding fields of type String.
-