Uses of Interface
dev.metaschema.core.metapath.item.atomic.ITokenItem
Packages that use ITokenItem
Package
Description
Built-in Metaschema data type adapters and implementations.
Atomic item types representing indivisible values in the Metapath type
system.
-
Uses of ITokenItem in dev.metaschema.core.datatype.adapter
Methods in dev.metaschema.core.datatype.adapter that return ITokenItem -
Uses of ITokenItem in dev.metaschema.core.metapath.item.atomic
Methods in dev.metaschema.core.metapath.item.atomic that return ITokenItemModifier and TypeMethodDescriptionstatic ITokenItemITokenItem.cast(IAnyAtomicItem item) Cast the provided type to this item type.default ITokenItemITokenItem.castAsType(IAnyAtomicItem item) static ITokenItemConstruct a new item using the provided stringvalue.Methods in dev.metaschema.core.metapath.item.atomic that return types with arguments of type ITokenItemModifier and TypeMethodDescriptiondefault IAtomicOrUnionType<ITokenItem>ITokenItem.getType()static IAtomicOrUnionType<ITokenItem>ITokenItem.type()Get the type information for this item.