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