Uses of Interface
cdm.base.datetime.AdjustableOrAdjustedDate
Packages that use AdjustableOrAdjustedDate
Package
Description
Basic date and time concepts: relative date, date range, offset, business centre etc.
Business event concepts: primitives, contract state and associated state transition function specifications.
-
Uses of AdjustableOrAdjustedDate in cdm.base.datetime
Subinterfaces of AdjustableOrAdjustedDate in cdm.base.datetimeModifier and TypeInterfaceDescriptionstatic interfaceBuilder InterfaceClasses in cdm.base.datetime that implement AdjustableOrAdjustedDateModifier and TypeClassDescriptionstatic classBuilder Implementation of AdjustableOrAdjustedDatestatic classImmutable Implementation of AdjustableOrAdjustedDateMethods in cdm.base.datetime that return AdjustableOrAdjustedDateModifier and TypeMethodDescriptionAdjustableOrAdjustedDate.AdjustableOrAdjustedDateBuilderImpl.build()AdjustableOrAdjustedDate.AdjustableOrAdjustedDateImpl.build()AdjustableOrAdjustedDate.build()Build MethodsMethods in cdm.base.datetime that return types with arguments of type AdjustableOrAdjustedDateModifier and TypeMethodDescriptiondefault Class<? extends AdjustableOrAdjustedDate> AdjustableOrAdjustedDate.getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends AdjustableOrAdjustedDate> AdjustableOrAdjustedDate.metaData()Utility Methods -
Uses of AdjustableOrAdjustedDate in cdm.base.datetime.meta
Methods in cdm.base.datetime.meta that return types with arguments of type AdjustableOrAdjustedDateModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.Validator<? super AdjustableOrAdjustedDate>> AdjustableOrAdjustedDateMeta.dataRules(com.rosetta.model.lib.validation.ValidatorFactory factory) List<Function<? super AdjustableOrAdjustedDate, com.rosetta.model.lib.qualify.QualifyResult>> AdjustableOrAdjustedDateMeta.getQualifyFunctions(com.rosetta.model.lib.qualify.QualifyFunctionFactory factory) com.rosetta.model.lib.validation.ValidatorWithArg<? super AdjustableOrAdjustedDate, Set<String>> AdjustableOrAdjustedDateMeta.onlyExistsValidator()com.rosetta.model.lib.validation.Validator<? super AdjustableOrAdjustedDate> AdjustableOrAdjustedDateMeta.typeFormatValidator()Deprecated.com.rosetta.model.lib.validation.Validator<? super AdjustableOrAdjustedDate> AdjustableOrAdjustedDateMeta.typeFormatValidator(com.rosetta.model.lib.validation.ValidatorFactory factory) com.rosetta.model.lib.validation.Validator<? super AdjustableOrAdjustedDate> AdjustableOrAdjustedDateMeta.validator()Deprecated.com.rosetta.model.lib.validation.Validator<? super AdjustableOrAdjustedDate> AdjustableOrAdjustedDateMeta.validator(com.rosetta.model.lib.validation.ValidatorFactory factory) -
Uses of AdjustableOrAdjustedDate in cdm.base.datetime.validation
Methods in cdm.base.datetime.validation with parameters of type AdjustableOrAdjustedDateModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> AdjustableOrAdjustedDateTypeFormatValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, AdjustableOrAdjustedDate o) List<com.rosetta.model.lib.validation.ValidationResult<?>> AdjustableOrAdjustedDateValidator.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, AdjustableOrAdjustedDate o) -
Uses of AdjustableOrAdjustedDate in cdm.base.datetime.validation.datarule
Methods in cdm.base.datetime.validation.datarule with parameters of type AdjustableOrAdjustedDateModifier and TypeMethodDescriptionList<com.rosetta.model.lib.validation.ValidationResult<?>> AdjustableOrAdjustedDateAdjustedDate.Default.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, AdjustableOrAdjustedDate adjustableOrAdjustedDate) List<com.rosetta.model.lib.validation.ValidationResult<?>> AdjustableOrAdjustedDateAdjustedDate.NoOp.getValidationResults(com.rosetta.model.lib.path.RosettaPath path, AdjustableOrAdjustedDate adjustableOrAdjustedDate) -
Uses of AdjustableOrAdjustedDate in cdm.base.datetime.validation.exists
Methods in cdm.base.datetime.validation.exists with type parameters of type AdjustableOrAdjustedDateModifier and TypeMethodDescription<T2 extends AdjustableOrAdjustedDate>
com.rosetta.model.lib.validation.ValidationResult<AdjustableOrAdjustedDate> AdjustableOrAdjustedDateOnlyExistsValidator.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 AdjustableOrAdjustedDateModifier and TypeMethodDescription<T2 extends AdjustableOrAdjustedDate>
com.rosetta.model.lib.validation.ValidationResult<AdjustableOrAdjustedDate> AdjustableOrAdjustedDateOnlyExistsValidator.validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) -
Uses of AdjustableOrAdjustedDate in cdm.event.common
Methods in cdm.event.common that return AdjustableOrAdjustedDateModifier and TypeMethodDescriptionExerciseInstruction.ExerciseInstructionImpl.getExerciseDate()ExerciseInstruction.getExerciseDate()Specifies the date on which an option contained within the financial product would be exercised.Methods in cdm.event.common with parameters of type AdjustableOrAdjustedDateModifier and TypeMethodDescriptionExerciseInstruction.ExerciseInstructionBuilder.setExerciseDate(AdjustableOrAdjustedDate exerciseDate) ExerciseInstruction.ExerciseInstructionBuilderImpl.setExerciseDate(AdjustableOrAdjustedDate _exerciseDate)