Uses of Interface
cdm.base.datetime.TimeRounding
Packages that use TimeRounding
Package
Description
Basic date and time concepts: relative date, date range, offset, business centre etc.
-
Uses of TimeRounding in cdm.base.datetime
Subinterfaces of TimeRounding in cdm.base.datetimeModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.base.datetime that implement TimeRoundingModifier and TypeClassDescriptionstatic classBuilder Implementation of TimeRoundingstatic classImmutable Implementation of TimeRoundingMethods in cdm.base.datetime that return TimeRoundingModifier and TypeMethodDescriptionTimeRounding.build()Build MethodsTimeRounding.TimeRoundingBuilderImpl.build()TimeRounding.TimeRoundingImpl.build()RelativeTimeOffset.getRounding()Optional rules that define how the calculated time should be rounded after the offset has been applied.RelativeTimeOffset.RelativeTimeOffsetImpl.getRounding()Methods in cdm.base.datetime that return types with arguments of type TimeRoundingModifier and TypeMethodDescriptiondefault Class<? extends TimeRounding> TimeRounding.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends TimeRounding> TimeRounding.metaData()Utility MethodsMethods in cdm.base.datetime with parameters of type TimeRoundingModifier and TypeMethodDescriptionRelativeTime.RelativeTimeBuilder.setRounding(TimeRounding rounding) RelativeTime.RelativeTimeBuilderImpl.setRounding(TimeRounding _rounding) RelativeTimeOffset.RelativeTimeOffsetBuilder.setRounding(TimeRounding rounding) RelativeTimeOffset.RelativeTimeOffsetBuilderImpl.setRounding(TimeRounding _rounding) -
Uses of TimeRounding in cdm.base.datetime.meta
Methods in cdm.base.datetime.meta that return types with arguments of type TimeRoundingModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super TimeRounding>> TimeRoundingMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super TimeRounding, com.rosetta.model.lib.qualify.QualifyResult>> TimeRoundingMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super TimeRounding, Set<String>> TimeRoundingMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super TimeRounding> TimeRoundingMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super TimeRounding> TimeRoundingMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super TimeRounding> TimeRoundingMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super TimeRounding> TimeRoundingMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of TimeRounding in cdm.base.datetime.validation
Methods in cdm.base.datetime.validation with parameters of type TimeRoundingModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> TimeRoundingTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, TimeRounding o) List<com.rosetta.model.lib.validation.ValidationResult<?>> TimeRoundingValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, TimeRounding o) -
Uses of TimeRounding in cdm.base.datetime.validation.exists
Methods in cdm.base.datetime.validation.exists with type parameters of type TimeRoundingModifier and TypeMethodDescription<T2 extends TimeRounding>
com.rosetta.model.lib.validation.ValidationResult<TimeRounding> TimeRoundingOnlyExistsValidator.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 TimeRoundingModifier and TypeMethodDescription<T2 extends TimeRounding>
com.rosetta.model.lib.validation.ValidationResult<TimeRounding> TimeRoundingOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)