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