Uses of Interface
dev.metaschema.core.metapath.item.atomic.IMarkupItem
Packages that use IMarkupItem
Package
Description
Data type support for HTML and Markdown markup in Metaschema fields.
Atomic item types representing indivisible values in the Metapath type
system.
-
Uses of IMarkupItem in dev.metaschema.core.datatype.markup
Fields in dev.metaschema.core.datatype.markup with type parameters of type IMarkupItemModifier and TypeFieldDescriptionstatic final IAtomicOrUnionType<IMarkupItem>MarkupDataTypeProvider.MARKUP_TYPEThe Metaschema data type that represents all markup types. -
Uses of IMarkupItem in dev.metaschema.core.metapath.item.atomic
Subinterfaces of IMarkupItem in dev.metaschema.core.metapath.item.atomicModifier and TypeInterfaceDescriptioninterfaceAn atomic Metapath item representing a single line of Markup.interfaceAn atomic Metapath item representing multiple lines of Markup.Methods in dev.metaschema.core.metapath.item.atomic that return IMarkupItemModifier and TypeMethodDescriptionstatic IMarkupItemIMarkupItem.cast(IAnyAtomicItem item) Cast the provided type to this item type.default IMarkupItemIMarkupItem.castAsType(IAnyAtomicItem item) Methods in dev.metaschema.core.metapath.item.atomic that return types with arguments of type IMarkupItemModifier and TypeMethodDescriptiondefault IAtomicOrUnionType<? extends IMarkupItem>IMarkupItem.getType()static IAtomicOrUnionType<IMarkupItem>IMarkupItem.type()Get the type information for this item.Methods in dev.metaschema.core.metapath.item.atomic with parameters of type IMarkupItemModifier and TypeMethodDescriptiondefault intIMarkupItem.compareTo(IMarkupItem item) Compares this value with the argument.