Uses of Interface
dev.metaschema.core.metapath.item.atomic.IDateWithTimeZoneItem
Packages that use IDateWithTimeZoneItem
Package
Description
Built-in Metaschema data type adapters and implementations.
Atomic item types representing indivisible values in the Metapath type
system.
-
Uses of IDateWithTimeZoneItem in dev.metaschema.core.datatype.adapter
Methods in dev.metaschema.core.datatype.adapter that return IDateWithTimeZoneItem -
Uses of IDateWithTimeZoneItem in dev.metaschema.core.metapath.item.atomic
Methods in dev.metaschema.core.metapath.item.atomic that return IDateWithTimeZoneItemModifier and TypeMethodDescriptionstatic IDateWithTimeZoneItemIDateWithTimeZoneItem.cast(IAnyAtomicItem item) Cast the provided type to this item type.default IDateWithTimeZoneItemIDateWithTimeZoneItem.castAsType(IAnyAtomicItem item) static IDateWithTimeZoneItemConstruct a new date item using the provided stringvalue.static IDateWithTimeZoneItemIDateWithTimeZoneItem.valueOf(ZonedDateTime value) Construct a new date item using the providedvalue.Methods in dev.metaschema.core.metapath.item.atomic that return types with arguments of type IDateWithTimeZoneItemModifier and TypeMethodDescriptiondefault IAtomicOrUnionType<IDateWithTimeZoneItem>IDateWithTimeZoneItem.getType()IDateWithTimeZoneItem.type()Get the type information for this item.