Uses of Interface
dev.metaschema.core.metapath.item.atomic.IPositiveIntegerItem
Packages that use IPositiveIntegerItem
Package
Description
Built-in Metaschema data type adapters and implementations.
Atomic item types representing indivisible values in the Metapath type
system.
-
Uses of IPositiveIntegerItem in dev.metaschema.core.datatype.adapter
Methods in dev.metaschema.core.datatype.adapter that return IPositiveIntegerItemModifier and TypeMethodDescription -
Uses of IPositiveIntegerItem in dev.metaschema.core.metapath.item.atomic
Fields in dev.metaschema.core.metapath.item.atomic declared as IPositiveIntegerItemModifier and TypeFieldDescriptionstatic final IPositiveIntegerItemIPositiveIntegerItem.ONEThe integer value "1".Methods in dev.metaschema.core.metapath.item.atomic that return IPositiveIntegerItemModifier and TypeMethodDescriptionstatic IPositiveIntegerItemIPositiveIntegerItem.cast(IAnyAtomicItem item) Cast the provided type to this item type.default IPositiveIntegerItemIPositiveIntegerItem.castAsType(IAnyAtomicItem item) static IPositiveIntegerItemIPositiveIntegerItem.valueOf(long value) Create an item from an existing integer value.static IPositiveIntegerItemIPositiveIntegerItem.valueOf(INumericItem value) Create an item from an existing integer value.static IPositiveIntegerItemCreate an item from an existing integer value.static IPositiveIntegerItemIPositiveIntegerItem.valueOf(BigInteger value) Create an item from an existing integer value.Methods in dev.metaschema.core.metapath.item.atomic that return types with arguments of type IPositiveIntegerItemModifier and TypeMethodDescriptiondefault IAtomicOrUnionType<IPositiveIntegerItem>IPositiveIntegerItem.getType()IPositiveIntegerItem.type()Get the type information for this item.