Uses of Class
com.opencloud.slee.resources.cgin.SccpAddress.Type
-
Packages that use SccpAddress.Type Package Description com.opencloud.slee.resources.cgin Defines an API for the CGIN infrastructure on which all protocols are built.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 SccpAddress.Type in com.opencloud.slee.resources.cgin
Methods in com.opencloud.slee.resources.cgin that return SccpAddress.Type Modifier and Type Method Description SccpAddress.Type
SccpAddress. getAddressType()
Get the type of this address.static SccpAddress.Type
SccpAddress.Type. valueOf(String name)
Returns the enum constant of this type with the specified name.static SccpAddress.Type[]
SccpAddress.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.opencloud.slee.resources.cgin with parameters of type SccpAddress.Type Constructor Description SccpAddress(SccpAddress.Type addressType)
Create an new SCCP address. -
Uses of SccpAddress.Type in com.opencloud.slee.resources.in.datatypes.cc
Methods in com.opencloud.slee.resources.in.datatypes.cc with parameters of type SccpAddress.Type Modifier and Type Method Description SccpAddress
AddressString. toSccpAddress(SccpAddress.Type sccpAddressType)
Obtain an SCCP address from this ISDN address.SccpAddress
AddressString. toSccpAddress(SccpAddress.Type sccpAddressType, StringCodec<AddressString> codec)
Obtain an SCCP address from this ISDN address.
-