Uses of Class
com.opencloud.slee.resources.in.datatypes.cc.GenericNumber.Nature
-
Packages that use GenericNumber.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 GenericNumber.Nature in com.opencloud.slee.resources.in.datatypes.cc
Fields in com.opencloud.slee.resources.in.datatypes.cc declared as GenericNumber.Nature Modifier and Type Field Description static GenericNumber.NatureGenericNumber.Nature. INTERNATIONALInternational number.static GenericNumber.NatureGenericNumber.Nature. NATIONALNational (significant) number.protected GenericNumber.NatureGenericNumber. Nature_valueValue of field Nature.static GenericNumber.NatureGenericNumber.Nature. SUBSCRIBERSubscriber number (national use).static GenericNumber.NatureGenericNumber.Nature. UNKNOWNUnknown (national use).Methods in com.opencloud.slee.resources.in.datatypes.cc that return GenericNumber.Nature Modifier and Type Method Description static GenericNumber.NatureGenericNumber.Nature. fromValue(int value)Returns a Nature for a particular integer value.GenericNumber.NatureGenericNumber. getNature()Gets the value of the nature of address indicator.static GenericNumber.Nature[]GenericNumber.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 GenericNumber.Nature Modifier and Type Method Description GenericNumberGenericNumber. setNature(GenericNumber.Nature value)Sets the value of the nature of address indicator.GenericNumberWithBGenericNumberWithB. setNature(GenericNumber.Nature value)Sets the value of the nature of address indicator.Constructors in com.opencloud.slee.resources.in.datatypes.cc with parameters of type GenericNumber.Nature Constructor Description GenericNumber(GenericNumber.NumberQualifier numberQualifier, GenericNumber.Nature nature, boolean numberIncomplete, GenericNumber.NumberingPlan numberingPlan, GenericNumber.Presentation presentation, GenericNumber.Screening screening, String address)Constructs a new GenericNumber object from given values for all fields.GenericNumber(GenericNumber.NumberQualifier numberQualifier, GenericNumber.Nature nature, boolean numberIncomplete, GenericNumber.NumberingPlan numberingPlan, GenericNumber.Presentation presentation, GenericNumber.Screening screening, String address, StringCodec<GenericNumber> Address_codec)Constructs a new GenericNumber object from given arguments, using the given codecs for encoding fields of type String.GenericNumberWithB(GenericNumber.NumberQualifier numberQualifier, GenericNumber.Nature nature, boolean numberIncomplete, GenericNumber.NumberingPlan numberingPlan, GenericNumber.Presentation presentation, GenericNumber.Screening screening, String address)Constructs a new GenericNumberWithB object from given values for all fields.GenericNumberWithB(GenericNumber.NumberQualifier numberQualifier, GenericNumber.Nature nature, boolean numberIncomplete, GenericNumber.NumberingPlan numberingPlan, GenericNumber.Presentation presentation, GenericNumber.Screening screening, String address, StringCodec<GenericNumber> Address_codec)Constructs a new GenericNumberWithB object from given arguments, using the given codecs for encoding fields of type String.
-