Uses of Interface
dev.metaschema.core.metapath.item.atomic.IMarkupLineItem
Packages that use IMarkupLineItem
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 IMarkupLineItem in dev.metaschema.core.datatype.markup
Methods in dev.metaschema.core.datatype.markup that return IMarkupLineItem -
Uses of IMarkupLineItem in dev.metaschema.core.metapath.item.atomic
Methods in dev.metaschema.core.metapath.item.atomic that return IMarkupLineItemModifier and TypeMethodDescriptionstatic IMarkupLineItemIMarkupLineItem.cast(IAnyAtomicItem item) Cast the provided type to this item type.default IMarkupLineItemIMarkupLineItem.castAsType(IAnyAtomicItem item) static IMarkupLineItemIMarkupLineItem.valueOf(MarkupLine value) Construct a new item using the providedvalue.static IMarkupLineItemConstruct a new item using the providedvalue.Methods in dev.metaschema.core.metapath.item.atomic that return types with arguments of type IMarkupLineItemModifier and TypeMethodDescriptiondefault IAtomicOrUnionType<IMarkupLineItem>IMarkupLineItem.getType()static IAtomicOrUnionType<IMarkupLineItem>IMarkupLineItem.type()Get the type information for this item.