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