Uses of Class
com.opencloud.slee.resources.in.datatypes.cc.RedirectingPartyNumber.Presentation
-
Packages that use RedirectingPartyNumber.Presentation 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.Presentation in com.opencloud.slee.resources.in.datatypes.cc
Fields in com.opencloud.slee.resources.in.datatypes.cc declared as RedirectingPartyNumber.Presentation Modifier and Type Field Description protected RedirectingPartyNumber.Presentation
RedirectingPartyNumber. Presentation_value
Value of field Presentation.Methods in com.opencloud.slee.resources.in.datatypes.cc that return RedirectingPartyNumber.Presentation Modifier and Type Method Description static RedirectingPartyNumber.Presentation
RedirectingPartyNumber.Presentation. fromValue(int value)
Returns the enumeration constant for a given encoded value.RedirectingPartyNumber.Presentation
RedirectingPartyNumber. getPresentation()
Gets the value of the address presentation restricted indicator.static RedirectingPartyNumber.Presentation
RedirectingPartyNumber.Presentation. valueOf(String name)
Returns the enum constant of this type with the specified name.static RedirectingPartyNumber.Presentation[]
RedirectingPartyNumber.Presentation. 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.Presentation Modifier and Type Method Description RedirectingPartyNumber
RedirectingPartyNumber. setPresentation(RedirectingPartyNumber.Presentation value)
Sets the value of the address presentation restricted indicator.Constructors in com.opencloud.slee.resources.in.datatypes.cc with parameters of type RedirectingPartyNumber.Presentation 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.
-