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