Uses of Class
com.opencloud.slee.resources.in.datatypes.BCDStringCodec
-
Packages that use BCDStringCodec Package Description com.opencloud.slee.resources.in.datatypes Defines classes that support the representation of low-level types for which their ASN.1 specifications say merely OCTET STRING, and for which standards define the layout of bit-fields within the octet strings.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.com.opencloud.slee.resources.in.datatypes.map Defines classes to represent some MAP types for which their ASN.1 specifications say merely OCTET STRING, that are not used by other protocols, and for which standards define the layout of bit-fields within the octet strings.com.opencloud.slee.resources.in.datatypes.map.nsap Defines classes to represent Network Service Access Point (NSAP) types for which their ASN.1 specifications say merely OCTET STRING, and for which standards define the layout of bit-fields within the octet strings.com.opencloud.slee.resources.in.datatypes.sms Defines classes to represent some short message service (SMS) types for which their ASN.1 specifications say merely OCTET STRING, and for which standards define the layout of bit-fields within the octet strings. -
-
Uses of BCDStringCodec in com.opencloud.slee.resources.in.datatypes
Subclasses of BCDStringCodec in com.opencloud.slee.resources.in.datatypes Modifier and Type Class Description class
BCDPlacesStringCodec<T>
Implements a StringCodec for the case of decimal digits encoded in semi-octets, with the encoding being aligned around particular numbers of digits before and after the decimal point, which is elided from the encoding.Methods in com.opencloud.slee.resources.in.datatypes that return BCDStringCodec Modifier and Type Method Description BCDStringCodec<T>
BCDStringCodec. getHexVariant()
Gets a BCDStringCodec like this one but that decodes to and encodes from hexadecimal characters, excepting 'F' if that is this codec's filler.BCDStringCodec<T>
BCDStringCodec. getLaxDecoder()
Gets a BCDStringCodec that decodes like this one for valid digits and like the hex variant for invalid digits. -
Uses of BCDStringCodec in com.opencloud.slee.resources.in.datatypes.cc
Fields in com.opencloud.slee.resources.in.datatypes.cc declared as BCDStringCodec Modifier and Type Field Description static BCDStringCodec<CalledPartyNumber>
CalledPartyNumber. ADDRESS_CODEC
BCD string codec for field Address.static BCDStringCodec<CallingPartyNumber>
CallingPartyNumber. ADDRESS_CODEC
BCD string codec for field Address.static BCDStringCodec<GenericNumber>
GenericNumber. ADDRESS_CODEC
BCD string codec for field Address.static BCDStringCodec<GenericNumber>
GenericNumberWithB. ADDRESS_CODEC
BCD string codec for field Address.static BCDStringCodec<IMEIAddress>
IMEIAddress. ADDRESS_CODEC
BCD string codec for field Address.static BCDStringCodec<IMSIAddress>
IMSIAddress. ADDRESS_CODEC
BCD string codec for field Address.static BCDStringCodec<LocationNumber>
LocationNumber. ADDRESS_CODEC
BCD string codec for field Address.static BCDStringCodec<OriginalCalledNumber>
OriginalCalledNumber. ADDRESS_CODEC
BCD string codec for field Address.static BCDStringCodec<RedirectingPartyNumber>
RedirectingPartyNumber. ADDRESS_CODEC
BCD string codec for field Address.static BCDStringCodec<AddressString>
AddressString. ADDRESS_CODEC_BCD
BCD string codec for field Address.static BCDStringCodec<CalledPartyBCDNumber>
CalledPartyBCDNumber. ADDRESS_CODEC_BCD
BCD string codec for field Address.static BCDStringCodec<GenericDigits>
GenericDigits. ADDRESS_CODEC_BCD
BCD string codec for field Address.static BCDStringCodec<GenericDigits>
GenericDigitsWithStarHash. ADDRESS_CODEC_BCD
BCD string codec for field Address.static BCDStringCodec<AddressDelimiter>
AddressDelimiter. DELIMITER_CODEC
BCD string codec for field Delimiter.static BCDStringCodec<CellGlobalId>
CellGlobalId. MOBILECOUNTRYCODE_CODEC
BCD string codec for field MobileCountryCode.static BCDStringCodec<LocationAreaId>
LocationAreaId. MOBILECOUNTRYCODE_CODEC
BCD string codec for field MobileCountryCode.static BCDStringCodec<CellGlobalId>
CellGlobalId. MOBILENETWORKCODE_CODEC
BCD string codec for field MobileNetworkCode.static BCDStringCodec<LocationAreaId>
LocationAreaId. MOBILENETWORKCODE_CODEC
BCD string codec for field MobileNetworkCode.static BCDStringCodec<CUGInterLockCode>
CUGInterLockCode. NETWORKID_CODEC
BCD string codec for field NetworkId. -
Uses of BCDStringCodec in com.opencloud.slee.resources.in.datatypes.map
Fields in com.opencloud.slee.resources.in.datatypes.map declared as BCDStringCodec Modifier and Type Field Description static BCDStringCodec<ISDNSubaddress>
ISDNSubaddress. USER_CODEC
BCD string codec for field User. -
Uses of BCDStringCodec in com.opencloud.slee.resources.in.datatypes.map.nsap
Fields in com.opencloud.slee.resources.in.datatypes.map.nsap declared as BCDStringCodec Modifier and Type Field Description static BCDStringCodec<NSAPAddress>
NSAPAddress. AUTHORITYANDFORMATID_CODEC
BCD string codec for field AuthorityAndFormatId.static BCDStringCodec<NSAPAddress>
NSAPAddress. DOMAINSPECIFICPART_CODEC_BCD
BCD string codec for field DomainSpecificPart.static BCDStringCodec<NSAPAddress>
NSAPAddress. INITIALDOMAINID_CODEC
BCD string codec for field InitialDomainId. -
Uses of BCDStringCodec in com.opencloud.slee.resources.in.datatypes.sms
Fields in com.opencloud.slee.resources.in.datatypes.sms declared as BCDStringCodec Modifier and Type Field Description static BCDStringCodec<SMSAddress>
SMSAddress. ADDRESS_CODEC_BCD
BCD string codec for field Address.
-