Uses of Class
com.opencloud.slee.resources.in.datatypes.cc.CallingPartyNumber.Nature
-
Packages that use CallingPartyNumber.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 CallingPartyNumber.Nature in com.opencloud.slee.resources.in.datatypes.cc
Fields in com.opencloud.slee.resources.in.datatypes.cc declared as CallingPartyNumber.Nature Modifier and Type Field Description static CallingPartyNumber.Nature
CallingPartyNumber.Nature. INTERNATIONAL
Nature of address indicator value corresponding to an international number.static CallingPartyNumber.Nature
CallingPartyNumber.Nature. NATIONAL
Nature of Address indicator value corresponding to a national (significant) number.protected CallingPartyNumber.Nature
CallingPartyNumber. Nature_value
Value of field Nature.static CallingPartyNumber.Nature
CallingPartyNumber.Nature. SUBSCRIBER
Nature of Address indicator value corresponding to a subscriber number (national use).static CallingPartyNumber.Nature
CallingPartyNumber.Nature. UNKNOWN
Nature of Address indicator value corresponding to unknown (national use).Methods in com.opencloud.slee.resources.in.datatypes.cc that return CallingPartyNumber.Nature Modifier and Type Method Description static CallingPartyNumber.Nature
CallingPartyNumber.Nature. fromValue(int value)
Returns a Nature for a particular integer value.CallingPartyNumber.Nature
CallingPartyNumber. getNature()
Gets the value of the nature of address.static CallingPartyNumber.Nature[]
CallingPartyNumber.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 CallingPartyNumber.Nature Modifier and Type Method Description CallingPartyNumber
CallingPartyNumber. setNature(CallingPartyNumber.Nature value)
Sets the value of the nature of address.Constructors in com.opencloud.slee.resources.in.datatypes.cc with parameters of type CallingPartyNumber.Nature Constructor Description CallingPartyNumber(CallingPartyNumber.Nature nature, boolean numberIncomplete, CallingPartyNumber.NumberingPlan numberingPlan, CallingPartyNumber.Presentation presentation, CallingPartyNumber.Screening screening, String address)
Constructs a new CallingPartyNumber object from given values for all fields.CallingPartyNumber(CallingPartyNumber.Nature nature, boolean numberIncomplete, CallingPartyNumber.NumberingPlan numberingPlan, CallingPartyNumber.Presentation presentation, CallingPartyNumber.Screening screening, String address, StringCodec<CallingPartyNumber> Address_codec)
Constructs a new CallingPartyNumber object from given arguments, using the given codecs for encoding fields of type String.
-