Uses of Class
com.opencloud.slee.resources.in.datatypes.cc.CalledPartyNumber.NumberingPlan
-
Packages that use CalledPartyNumber.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 CalledPartyNumber.NumberingPlan in com.opencloud.slee.resources.in.datatypes.cc
Methods in com.opencloud.slee.resources.in.datatypes.cc that return CalledPartyNumber.NumberingPlan Modifier and Type Method Description static CalledPartyNumber.NumberingPlan
CalledPartyNumber.NumberingPlan. fromValue(int value)
Returns the enumeration constant for a given encoded value.CalledPartyNumber.NumberingPlan
CalledPartyNumber. getNumberingPlan()
Gets the value of the numbering plan indicator.static CalledPartyNumber.NumberingPlan
CalledPartyNumber.NumberingPlan. valueOf(String name)
Returns the enum constant of this type with the specified name.static CalledPartyNumber.NumberingPlan[]
CalledPartyNumber.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 CalledPartyNumber.NumberingPlan Modifier and Type Method Description CalledPartyNumber
CalledPartyNumber. setNumberingPlan(CalledPartyNumber.NumberingPlan value)
Sets the value of the numbering plan indicator.Constructors in com.opencloud.slee.resources.in.datatypes.cc with parameters of type CalledPartyNumber.NumberingPlan Constructor Description CalledPartyNumber(CalledPartyNumber.Nature nature, CalledPartyNumber.RoutingToInternalNetworkNumber routingToInternalNetworkNumber, CalledPartyNumber.NumberingPlan numberingPlan, String address)
Constructs a new CalledPartyNumber object from given values for all fields.CalledPartyNumber(CalledPartyNumber.Nature nature, CalledPartyNumber.RoutingToInternalNetworkNumber routingToInternalNetworkNumber, CalledPartyNumber.NumberingPlan numberingPlan, String address, StringCodec<CalledPartyNumber> Address_codec)
Constructs a new CalledPartyNumber object from given arguments, using the given codecs for encoding fields of type String.
-