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