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.NatureCalledPartyNumber.Nature. INTERNATIONALNature of Address indicator value corresponding to an international number.static CalledPartyNumber.NatureCalledPartyNumber.Nature. NATIONALNature of Address indicator value corresponding to a national (significant) number.static CalledPartyNumber.NatureCalledPartyNumber.Nature. NETWORK_ROUTING_NATIONALNature of Address indicator value corresponding to a network routing number in national (significant) number format (national use).static CalledPartyNumber.NatureCalledPartyNumber.Nature. NETWORK_ROUTING_NETWORK_SPECIFICNature of Address indicator value corresponding to a network routing number in network-specific number format (national use).static CalledPartyNumber.NatureCalledPartyNumber.Nature. NETWORK_ROUTING_WITH_CALLED_DIRECTORYNature of Address indicator value corresponding to a network routing number concatenated with Called Directory Number (national use).static CalledPartyNumber.NatureCalledPartyNumber.Nature. NETWORK_SPECIFICNature of Address indicator value corresponding to a network-specific number (national use).static CalledPartyNumber.NatureCalledPartyNumber.Nature. SUBSCRIBERNature of Address indicator value corresponding to a subscriber number (national use).static CalledPartyNumber.NatureCalledPartyNumber.Nature. UNKNOWNNature 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.NatureCalledPartyNumber.Nature. fromValue(int value)Returns a Nature for a particular integer value.CalledPartyNumber.NatureCalledPartyNumber. 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 CalledPartyNumberCalledPartyNumber. 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.
-