Uses of Class
com.opencloud.slee.resources.in.datatypes.cc.OriginalCalledNumber.NumberingPlan
-
Packages that use OriginalCalledNumber.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 OriginalCalledNumber.NumberingPlan in com.opencloud.slee.resources.in.datatypes.cc
Fields in com.opencloud.slee.resources.in.datatypes.cc declared as OriginalCalledNumber.NumberingPlan Modifier and Type Field Description protected OriginalCalledNumber.NumberingPlanOriginalCalledNumber. NumberingPlan_valueValue of field NumberingPlan.Methods in com.opencloud.slee.resources.in.datatypes.cc that return OriginalCalledNumber.NumberingPlan Modifier and Type Method Description static OriginalCalledNumber.NumberingPlanOriginalCalledNumber.NumberingPlan. fromValue(int value)Returns the enumeration constant for a given encoded value.OriginalCalledNumber.NumberingPlanOriginalCalledNumber. getNumberingPlan()Gets the value of the numbering plan indicator.static OriginalCalledNumber.NumberingPlanOriginalCalledNumber.NumberingPlan. valueOf(String name)Returns the enum constant of this type with the specified name.static OriginalCalledNumber.NumberingPlan[]OriginalCalledNumber.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 OriginalCalledNumber.NumberingPlan Modifier and Type Method Description OriginalCalledNumberOriginalCalledNumber. setNumberingPlan(OriginalCalledNumber.NumberingPlan value)Sets the value of the numbering plan indicator.Constructors in com.opencloud.slee.resources.in.datatypes.cc with parameters of type OriginalCalledNumber.NumberingPlan 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.
-