Uses of Class
com.opencloud.slee.resources.in.datatypes.cc.CalledPartyNumber.Nature
-
Packages that use CalledPartyNumber.Nature 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.Nature in com.opencloud.slee.resources.in.datatypes.cc
Fields in com.opencloud.slee.resources.in.datatypes.cc declared as CalledPartyNumber.Nature Modifier and Type Field Description static CalledPartyNumber.Nature
CalledPartyNumber.Nature. INTERNATIONAL
Nature of Address indicator value corresponding to an international number.static CalledPartyNumber.Nature
CalledPartyNumber.Nature. NATIONAL
Nature of Address indicator value corresponding to a national (significant) number.static CalledPartyNumber.Nature
CalledPartyNumber.Nature. NETWORK_ROUTING_NATIONAL
Nature of Address indicator value corresponding to a network routing number in national (significant) number format (national use).static CalledPartyNumber.Nature
CalledPartyNumber.Nature. NETWORK_ROUTING_NETWORK_SPECIFIC
Nature of Address indicator value corresponding to a network routing number in network-specific number format (national use).static CalledPartyNumber.Nature
CalledPartyNumber.Nature. NETWORK_ROUTING_WITH_CALLED_DIRECTORY
Nature of Address indicator value corresponding to a network routing number concatenated with Called Directory Number (national use).static CalledPartyNumber.Nature
CalledPartyNumber.Nature. NETWORK_SPECIFIC
Nature of Address indicator value corresponding to a network-specific number (national use).static CalledPartyNumber.Nature
CalledPartyNumber.Nature. SUBSCRIBER
Nature of Address indicator value corresponding to a subscriber number (national use).static CalledPartyNumber.Nature
CalledPartyNumber.Nature. UNKNOWN
Nature of Address indicator value corresponding to unknown (national use).Methods in com.opencloud.slee.resources.in.datatypes.cc that return CalledPartyNumber.Nature Modifier and Type Method Description static CalledPartyNumber.Nature
CalledPartyNumber.Nature. fromValue(int value)
Returns a Nature for a particular integer value.CalledPartyNumber.Nature
CalledPartyNumber. getNature()
Gets the value of the nature of address indicator.static CalledPartyNumber.Nature[]
CalledPartyNumber.Nature. namedValues()
Returns an array containing all of Nature's named numbers.Methods in com.opencloud.slee.resources.in.datatypes.cc with parameters of type CalledPartyNumber.Nature Modifier and Type Method Description CalledPartyNumber
CalledPartyNumber. setNature(CalledPartyNumber.Nature value)
Sets the value of the nature of address indicator.Constructors in com.opencloud.slee.resources.in.datatypes.cc with parameters of type CalledPartyNumber.Nature 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.
-