Uses of Interface
dev.metaschema.core.metapath.item.atomic.INonNegativeIntegerItem
Packages that use INonNegativeIntegerItem
Package
Description
Built-in Metaschema data type adapters and implementations.
Atomic item types representing indivisible values in the Metapath type
system.
-
Uses of INonNegativeIntegerItem in dev.metaschema.core.datatype.adapter
Methods in dev.metaschema.core.datatype.adapter that return INonNegativeIntegerItemModifier and TypeMethodDescription -
Uses of INonNegativeIntegerItem in dev.metaschema.core.metapath.item.atomic
Subinterfaces of INonNegativeIntegerItem in dev.metaschema.core.metapath.item.atomicModifier and TypeInterfaceDescriptioninterfaceAn atomic Metapath item containing a positive integer data value.Fields in dev.metaschema.core.metapath.item.atomic declared as INonNegativeIntegerItemModifier and TypeFieldDescriptionstatic final INonNegativeIntegerItemINonNegativeIntegerItem.ONEThe integer value "1".static final INonNegativeIntegerItemINonNegativeIntegerItem.ZEROThe integer value "0".Methods in dev.metaschema.core.metapath.item.atomic that return INonNegativeIntegerItemModifier and TypeMethodDescriptionstatic INonNegativeIntegerItemINonNegativeIntegerItem.cast(IAnyAtomicItem item) Cast the provided type to this item type.default INonNegativeIntegerItemINonNegativeIntegerItem.castAsType(IAnyAtomicItem item) static INonNegativeIntegerItemINonNegativeIntegerItem.valueOf(long value) Create an item from an existing integer value.static INonNegativeIntegerItemINonNegativeIntegerItem.valueOf(INumericItem value) Create an item from an existing integer value.static INonNegativeIntegerItemCreate an item from an existing integer value.static INonNegativeIntegerItemINonNegativeIntegerItem.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 INonNegativeIntegerItemModifier and TypeMethodDescriptiondefault IAtomicOrUnionType<? extends INonNegativeIntegerItem>INonNegativeIntegerItem.getType()INonNegativeIntegerItem.type()Get the type information for this item.