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