Uses of Class
com.opencloud.slee.resources.in.datatypes.cc.LocationNumber.Nature
-
Packages that use LocationNumber.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 LocationNumber.Nature in com.opencloud.slee.resources.in.datatypes.cc
Fields in com.opencloud.slee.resources.in.datatypes.cc declared as LocationNumber.Nature Modifier and Type Field Description static LocationNumber.Nature
LocationNumber.Nature. INTERNATIONAL
International number.static LocationNumber.Nature
LocationNumber.Nature. NATIONAL
National (significant) number (national use).protected LocationNumber.Nature
LocationNumber. Nature_value
Value of field Nature.static LocationNumber.Nature
LocationNumber.Nature. SUBSCRIBER
Reserved for subscriber number (national use).static LocationNumber.Nature
LocationNumber.Nature. UNKNOWN
Reserved for unknown (national use).Methods in com.opencloud.slee.resources.in.datatypes.cc that return LocationNumber.Nature Modifier and Type Method Description static LocationNumber.Nature
LocationNumber.Nature. fromValue(int value)
Returns a Nature for a particular integer value.LocationNumber.Nature
LocationNumber. getNature()
Gets the value of the nature of address indicator.static LocationNumber.Nature[]
LocationNumber.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 LocationNumber.Nature Modifier and Type Method Description LocationNumber
LocationNumber. setNature(LocationNumber.Nature value)
Sets the value of the nature of address indicator.Constructors in com.opencloud.slee.resources.in.datatypes.cc with parameters of type LocationNumber.Nature 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.
-