Uses of Interface
cdm.base.datetime.DateTimeList
Packages that use DateTimeList
Package
Description
Basic date and time concepts: relative date, date range, offset, business centre etc.
Common product schedule concepts: calculation period, reset, fixing and payment dates, stub, notional schedule, roll convention.
-
Uses of DateTimeList in cdm.base.datetime
Subinterfaces of DateTimeList in cdm.base.datetimeModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.base.datetime that implement DateTimeListModifier and TypeClassDescriptionstatic classBuilder Implementation of DateTimeListstatic classImmutable Implementation of DateTimeListMethods in cdm.base.datetime that return DateTimeListModifier and TypeMethodDescriptionDateTimeList.build()Build MethodsDateTimeList.DateTimeListBuilderImpl.build()DateTimeList.DateTimeListImpl.build()Methods in cdm.base.datetime that return types with arguments of type DateTimeListModifier and TypeMethodDescriptiondefault Class<? extends DateTimeList> DateTimeList.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends DateTimeList> DateTimeList.metaData()Utility Methods -
Uses of DateTimeList in cdm.base.datetime.meta
Methods in cdm.base.datetime.meta that return types with arguments of type DateTimeListModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super DateTimeList>> DateTimeListMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super DateTimeList, com.rosetta.model.lib.qualify.QualifyResult>> DateTimeListMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super DateTimeList, Set<String>> DateTimeListMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super DateTimeList> DateTimeListMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super DateTimeList> DateTimeListMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super DateTimeList> DateTimeListMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super DateTimeList> DateTimeListMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of DateTimeList in cdm.base.datetime.validation
Methods in cdm.base.datetime.validation with parameters of type DateTimeListModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> DateTimeListTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, DateTimeList o) List<com.rosetta.model.lib.validation.ValidationResult<?>> DateTimeListValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, DateTimeList o) -
Uses of DateTimeList in cdm.base.datetime.validation.exists
Methods in cdm.base.datetime.validation.exists with type parameters of type DateTimeListModifier and TypeMethodDescription<T2 extends DateTimeList>
com.rosetta.model.lib.validation.ValidationResult<DateTimeList> DateTimeListOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) Methods in cdm.base.datetime.validation.exists that return types with arguments of type DateTimeListModifier and TypeMethodDescription<T2 extends DateTimeList>
com.rosetta.model.lib.validation.ValidationResult<DateTimeList> DateTimeListOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) -
Uses of DateTimeList in cdm.product.common.schedule
Methods in cdm.product.common.schedule that return DateTimeListModifier and TypeMethodDescriptionAveragingPeriod.AveragingPeriodImpl.getAveragingDateTimes()AveragingPeriod.getAveragingDateTimes()An unweighted list of averaging observation date and times.Methods in cdm.product.common.schedule with parameters of type DateTimeListModifier and TypeMethodDescriptionAveragingPeriod.AveragingPeriodBuilder.setAveragingDateTimes(DateTimeList averagingDateTimes) AveragingPeriod.AveragingPeriodBuilderImpl.setAveragingDateTimes(DateTimeList _averagingDateTimes)