Uses of Interface
dev.metaschema.core.metapath.item.atomic.IHexBinaryItem
Packages that use IHexBinaryItem
Package
Description
Built-in Metaschema data type adapters and implementations.
Atomic item types representing indivisible values in the Metapath type
system.
-
Uses of IHexBinaryItem in dev.metaschema.core.datatype.adapter
Methods in dev.metaschema.core.datatype.adapter that return IHexBinaryItem -
Uses of IHexBinaryItem in dev.metaschema.core.metapath.item.atomic
Methods in dev.metaschema.core.metapath.item.atomic that return IHexBinaryItemModifier and TypeMethodDescriptionstatic IHexBinaryItemIHexBinaryItem.cast(IAnyAtomicItem item) Cast the provided type to this item type.default IHexBinaryItemIHexBinaryItem.castAsType(IAnyAtomicItem item) default IHexBinaryItemIBase64BinaryItem.decode()Base64 decode this item as a new hex binary item.static IHexBinaryItemConstruct a new base64 byte sequence item using the provided base64 encoded stringvalue.static IHexBinaryItemIHexBinaryItem.valueOf(ByteBuffer buffer) Construct a new URI base64 encoded byte sequence using the providedByteBuffervalue.Methods in dev.metaschema.core.metapath.item.atomic that return types with arguments of type IHexBinaryItemModifier and TypeMethodDescriptiondefault IAtomicOrUnionType<IHexBinaryItem>IHexBinaryItem.getType()static IAtomicOrUnionType<IHexBinaryItem>IHexBinaryItem.type()Get the type information for this item.Methods in dev.metaschema.core.metapath.item.atomic with parameters of type IHexBinaryItemModifier and TypeMethodDescriptiondefault intIHexBinaryItem.compareTo(IHexBinaryItem item) Compares this value with the argument.