Uses of Interface
dev.metaschema.core.metapath.item.atomic.INcNameItem
Packages that use INcNameItem
Package
Description
Built-in Metaschema data type adapters and implementations.
Atomic item types representing indivisible values in the Metapath type
system.
-
Uses of INcNameItem in dev.metaschema.core.datatype.adapter
Methods in dev.metaschema.core.datatype.adapter that return INcNameItem -
Uses of INcNameItem in dev.metaschema.core.metapath.item.atomic
Methods in dev.metaschema.core.metapath.item.atomic that return INcNameItemModifier and TypeMethodDescriptionstatic INcNameItemINcNameItem.cast(IAnyAtomicItem item) Deprecated, for removal: This API element is subject to removal in a future version.Cast the provided type to this item type.default INcNameItemINcNameItem.castAsType(IAnyAtomicItem item) Deprecated, for removal: This API element is subject to removal in a future version.static INcNameItemDeprecated, for removal: This API element is subject to removal in a future version.Construct a new item using the provided stringvalue.Methods in dev.metaschema.core.metapath.item.atomic that return types with arguments of type INcNameItemModifier and TypeMethodDescriptiondefault IAtomicOrUnionType<INcNameItem>INcNameItem.getType()Deprecated, for removal: This API element is subject to removal in a future version.static IAtomicOrUnionType<INcNameItem>INcNameItem.type()Deprecated, for removal: This API element is subject to removal in a future version.Get the type information for this item.