Uses of Interface
cdm.base.datetime.PeriodBound
Packages that use PeriodBound
Package
Description
Basic date and time concepts: relative date, date range, offset, business centre etc.
-
Uses of PeriodBound in cdm.base.datetime
Subinterfaces of PeriodBound in cdm.base.datetimeModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.base.datetime that implement PeriodBoundModifier and TypeClassDescriptionstatic classBuilder Implementation of PeriodBoundstatic classImmutable Implementation of PeriodBoundMethods in cdm.base.datetime that return PeriodBoundModifier and TypeMethodDescriptionPeriodBound.build()Build MethodsPeriodBound.PeriodBoundBuilderImpl.build()PeriodBound.PeriodBoundImpl.build()PeriodRange.getLowerBound()Specifies the lower bound of a period range, e.g. greater than or equal to 5Y.PeriodRange.PeriodRangeImpl.getLowerBound()PeriodRange.getUpperBound()Specifies the upper bound of a period range, e.g. less than to 10Y.PeriodRange.PeriodRangeImpl.getUpperBound()Methods in cdm.base.datetime that return types with arguments of type PeriodBoundModifier and TypeMethodDescriptiondefault Class<? extends PeriodBound> PeriodBound.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends PeriodBound> PeriodBound.metaData()Utility MethodsMethods in cdm.base.datetime with parameters of type PeriodBoundModifier and TypeMethodDescriptionPeriodRange.PeriodRangeBuilder.setLowerBound(PeriodBound lowerBound) PeriodRange.PeriodRangeBuilderImpl.setLowerBound(PeriodBound _lowerBound) PeriodRange.PeriodRangeBuilder.setUpperBound(PeriodBound upperBound) PeriodRange.PeriodRangeBuilderImpl.setUpperBound(PeriodBound _upperBound) -
Uses of PeriodBound in cdm.base.datetime.meta
Methods in cdm.base.datetime.meta that return types with arguments of type PeriodBoundModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super PeriodBound>> PeriodBoundMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super PeriodBound, com.rosetta.model.lib.qualify.QualifyResult>> PeriodBoundMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super PeriodBound, Set<String>> PeriodBoundMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super PeriodBound> PeriodBoundMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super PeriodBound> PeriodBoundMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super PeriodBound> PeriodBoundMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super PeriodBound> PeriodBoundMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of PeriodBound in cdm.base.datetime.validation
Methods in cdm.base.datetime.validation with parameters of type PeriodBoundModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> PeriodBoundTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, PeriodBound o) List<com.rosetta.model.lib.validation.ValidationResult<?>> PeriodBoundValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, PeriodBound o) -
Uses of PeriodBound in cdm.base.datetime.validation.exists
Methods in cdm.base.datetime.validation.exists with type parameters of type PeriodBoundModifier and TypeMethodDescription<T2 extends PeriodBound>
com.rosetta.model.lib.validation.ValidationResult<PeriodBound> PeriodBoundOnlyExistsValidator.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 PeriodBoundModifier and TypeMethodDescription<T2 extends PeriodBound>
com.rosetta.model.lib.validation.ValidationResult<PeriodBound> PeriodBoundOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields)