Uses of Class
com.opencloud.slee.resources.in.datatypes.cc.RedirectingPartyNumber.NumberingPlan
-
Packages that use RedirectingPartyNumber.NumberingPlan 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 RedirectingPartyNumber.NumberingPlan in com.opencloud.slee.resources.in.datatypes.cc
Fields in com.opencloud.slee.resources.in.datatypes.cc declared as RedirectingPartyNumber.NumberingPlan Modifier and Type Field Description protected RedirectingPartyNumber.NumberingPlan
RedirectingPartyNumber. NumberingPlan_value
Value of field NumberingPlan.Methods in com.opencloud.slee.resources.in.datatypes.cc that return RedirectingPartyNumber.NumberingPlan Modifier and Type Method Description static RedirectingPartyNumber.NumberingPlan
RedirectingPartyNumber.NumberingPlan. fromValue(int value)
Returns the enumeration constant for a given encoded value.RedirectingPartyNumber.NumberingPlan
RedirectingPartyNumber. getNumberingPlan()
Gets the value of the numbering plan indicator.static RedirectingPartyNumber.NumberingPlan
RedirectingPartyNumber.NumberingPlan. valueOf(String name)
Returns the enum constant of this type with the specified name.static RedirectingPartyNumber.NumberingPlan[]
RedirectingPartyNumber.NumberingPlan. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.opencloud.slee.resources.in.datatypes.cc with parameters of type RedirectingPartyNumber.NumberingPlan Modifier and Type Method Description RedirectingPartyNumber
RedirectingPartyNumber. setNumberingPlan(RedirectingPartyNumber.NumberingPlan value)
Sets the value of the numbering plan indicator.Constructors in com.opencloud.slee.resources.in.datatypes.cc with parameters of type RedirectingPartyNumber.NumberingPlan Constructor Description RedirectingPartyNumber(RedirectingPartyNumber.Nature nature, RedirectingPartyNumber.NumberingPlan numberingPlan, RedirectingPartyNumber.Presentation presentation, String address)
Constructs a new RedirectingPartyNumber object from given values for all fields.RedirectingPartyNumber(RedirectingPartyNumber.Nature nature, RedirectingPartyNumber.NumberingPlan numberingPlan, RedirectingPartyNumber.Presentation presentation, String address, StringCodec<RedirectingPartyNumber> Address_codec)
Constructs a new RedirectingPartyNumber object from given arguments, using the given codecs for encoding fields of type String.
-