Uses of Interface
dev.metaschema.core.metapath.item.atomic.IYearMonthDurationItem
Packages that use IYearMonthDurationItem
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 IYearMonthDurationItem in dev.metaschema.core.datatype.adapter
Methods in dev.metaschema.core.datatype.adapter that return IYearMonthDurationItem -
Uses of IYearMonthDurationItem in dev.metaschema.core.metapath.function.library
Methods in dev.metaschema.core.metapath.function.library that return IYearMonthDurationItemModifier and TypeMethodDescriptionstatic IYearMonthDurationItemFnAvg.averageYearMonthDurations(Collection<? extends IYearMonthDurationItem> items) Get the average of a collection of year/month duration-based items.Methods in dev.metaschema.core.metapath.function.library with parameters of type IYearMonthDurationItemModifier and TypeMethodDescriptionstatic IIntegerItemFnMonthsFromDuration.fnMonthsFromDuration(IYearMonthDurationItem arg) Implements fn:months-from-duration.static IIntegerItemFnYearsFromDuration.fnYearsFromDuration(IYearMonthDurationItem arg) Implements fn:years-from-duration.Method parameters in dev.metaschema.core.metapath.function.library with type arguments of type IYearMonthDurationItemModifier and TypeMethodDescriptionstatic IYearMonthDurationItemFnAvg.averageYearMonthDurations(Collection<? extends IYearMonthDurationItem> items) Get the average of a collection of year/month duration-based items. -
Uses of IYearMonthDurationItem in dev.metaschema.core.metapath.item.atomic
Methods in dev.metaschema.core.metapath.item.atomic that return IYearMonthDurationItemModifier and TypeMethodDescriptionstatic IYearMonthDurationItemIYearMonthDurationItem.cast(IAnyAtomicItem item) Cast the provided type to this item type.default IYearMonthDurationItemIYearMonthDurationItem.castAsType(IAnyAtomicItem item) default IYearMonthDurationItemIYearMonthDurationItem.negate()Returns a new instance with each amount in this period negated.static IYearMonthDurationItemIYearMonthDurationItem.valueOf(int years, int months) Construct a new year month day duration item using the provided values.static IYearMonthDurationItemConstruct a new year month day duration item using the provided stringvalue.static IYearMonthDurationItemConstruct a new year month day duration item using the providedvalue.Methods in dev.metaschema.core.metapath.item.atomic that return types with arguments of type IYearMonthDurationItemModifier and TypeMethodDescriptiondefault IAtomicOrUnionType<IYearMonthDurationItem>IYearMonthDurationItem.getType()IYearMonthDurationItem.type()Get the type information for this item.Methods in dev.metaschema.core.metapath.item.atomic with parameters of type IYearMonthDurationItemModifier and TypeMethodDescriptiondefault intIYearMonthDurationItem.compareTo(IYearMonthDurationItem item) Compares this value with the argument.