Uses of Interface
dev.metaschema.core.metapath.item.atomic.ITimeItem
Packages that use ITimeItem
Package
Description
Built-in Metaschema data type adapters and implementations.
Built-in Metapath function implementations based on the XPath 3.1
specification.
Atomic item types representing indivisible values in the Metapath type
system.
-
Uses of ITimeItem in dev.metaschema.core.datatype.adapter
Methods in dev.metaschema.core.datatype.adapter that return ITimeItem -
Uses of ITimeItem in dev.metaschema.core.metapath.function.library
Methods in dev.metaschema.core.metapath.function.library that return ITimeItemModifier and TypeMethodDescriptionstatic ITimeItemFnCurrentTime.fnCurrentTime(DynamicContext dynamicContext) Implements fn:current-time.Methods in dev.metaschema.core.metapath.function.library with parameters of type ITimeItemModifier and TypeMethodDescriptionstatic IDateTimeItemFnDateTime.fnDateTime(IDateItem date, ITimeItem time) Create a date/time item from the provided date and time values.static IDateTimeItemFnDateTime.fnDateTimeOfNullable(IDateItem date, ITimeItem time) Create a date/time item from the provided date and time values.static IIntegerItemFnHoursFromTime.fnHoursFromTime(ITimeItem arg) Implements fn:hours-from-time.static IIntegerItemFnMinutesFromTime.fnminutesFromTime(ITimeItem arg) Implements fn:minutes-from-time.static IDecimalItemFnSecondsFromTime.fnSecondsFromTime(ITimeItem arg) Implements fn:seconds-from-time.static IDayTimeDurationItemFnTimezoneFromTime.fnTimezoneFromTime(ITimeItem arg) Implements fn:timezone-from-time. -
Uses of ITimeItem in dev.metaschema.core.metapath.item.atomic
Subinterfaces of ITimeItem in dev.metaschema.core.metapath.item.atomicModifier and TypeInterfaceDescriptioninterfaceAn atomic Metapath item representing a time value in the Metapath system with an explicit time zone.Methods in dev.metaschema.core.metapath.item.atomic that return ITimeItemModifier and TypeMethodDescriptiondefault ITimeItemIDateTimeItem.asTime()Get the date/time as a time item.static ITimeItemITimeItem.cast(IAnyAtomicItem item) Cast the provided type to this item type.default ITimeItemITimeItem.castAsType(IAnyAtomicItem item) default ITimeItemITimeItem.replaceTimezone(IDayTimeDurationItem offset) Adjusts an xs:dateTime value to a specific timezone, or to no timezone at all.static ITimeItemITimeItem.valueOf(AmbiguousTime value) Construct a new time item using the providedvalue.static ITimeItemConstruct a new date/time item using the provided stringvalue.static ITimeItemITimeItem.valueOf(OffsetTime value, boolean hasTimeZone) Construct a new time item using the providedvalue.Methods in dev.metaschema.core.metapath.item.atomic that return types with arguments of type ITimeItemModifier and TypeMethodDescriptiondefault IAtomicOrUnionType<? extends ITimeItem>ITimeItem.getType()static IAtomicOrUnionType<ITimeItem>ITimeItem.type()Get the type information for this item.Methods in dev.metaschema.core.metapath.item.atomic with parameters of type ITimeItemModifier and TypeMethodDescriptionstatic IDateTimeItemGet a date/time item based on the provided date and time item values.