Uses of Class
org.isda.cdm.AdjustableOrAdjustedDate
-
Packages that use AdjustableOrAdjustedDate Package Description org.isda.cdm org.isda.cdm.meta org.isda.cdm.validation org.isda.cdm.validation.datarule org.isda.cdm.validation.exists -
-
Uses of AdjustableOrAdjustedDate in org.isda.cdm
Methods in org.isda.cdm that return AdjustableOrAdjustedDate Modifier and Type Method Description AdjustableOrAdjustedDate
AdjustableOrAdjustedDate.AdjustableOrAdjustedDateBuilder. build()
AdjustableOrAdjustedDate
ExercisePrimitive. getExerciseDate()
Methods in org.isda.cdm that return types with arguments of type AdjustableOrAdjustedDate Modifier and Type Method Description com.rosetta.model.lib.meta.RosettaMetaData<? extends AdjustableOrAdjustedDate>
AdjustableOrAdjustedDate.AdjustableOrAdjustedDateBuilder. metaData()
com.rosetta.model.lib.meta.RosettaMetaData<? extends AdjustableOrAdjustedDate>
AdjustableOrAdjustedDate. metaData()
Methods in org.isda.cdm with parameters of type AdjustableOrAdjustedDate Modifier and Type Method Description ExercisePrimitive.ExercisePrimitiveBuilder
ExercisePrimitive.ExercisePrimitiveBuilder. setExerciseDate(AdjustableOrAdjustedDate exerciseDate)
-
Uses of AdjustableOrAdjustedDate in org.isda.cdm.meta
Methods in org.isda.cdm.meta that return types with arguments of type AdjustableOrAdjustedDate Modifier and Type Method Description java.util.List<com.rosetta.model.lib.validation.Validator<? super AdjustableOrAdjustedDate>>
AdjustableOrAdjustedDateMeta. choiceRuleValidators()
java.util.List<com.rosetta.model.lib.validation.Validator<? super AdjustableOrAdjustedDate>>
AdjustableOrAdjustedDateMeta. dataRules()
java.util.List<java.util.function.Function<? super AdjustableOrAdjustedDate,com.rosetta.model.lib.qualify.QualifyResult>>
AdjustableOrAdjustedDateMeta. getQualifyFunctions()
com.rosetta.model.lib.validation.ValidatorWithArg<? super AdjustableOrAdjustedDate,java.lang.String>
AdjustableOrAdjustedDateMeta. onlyExistsValidator()
com.rosetta.model.lib.validation.Validator<? super AdjustableOrAdjustedDate>
AdjustableOrAdjustedDateMeta. validator()
-
Uses of AdjustableOrAdjustedDate in org.isda.cdm.validation
Methods in org.isda.cdm.validation that return types with arguments of type AdjustableOrAdjustedDate Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<AdjustableOrAdjustedDate>
AdjustableOrAdjustedDateValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b)
com.rosetta.model.lib.validation.ValidationResult<AdjustableOrAdjustedDate>
AdjustableOrAdjustedDateValidator. validate(com.rosetta.model.lib.path.RosettaPath path, AdjustableOrAdjustedDate o)
Methods in org.isda.cdm.validation with parameters of type AdjustableOrAdjustedDate Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<AdjustableOrAdjustedDate>
AdjustableOrAdjustedDateValidator. validate(com.rosetta.model.lib.path.RosettaPath path, AdjustableOrAdjustedDate o)
-
Uses of AdjustableOrAdjustedDate in org.isda.cdm.validation.datarule
Methods in org.isda.cdm.validation.datarule that return types with arguments of type AdjustableOrAdjustedDate Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<AdjustableOrAdjustedDate>
AdjustableOrAdjustedDateAdjustedDateDataRule. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder adjustableOrAdjustedDate)
com.rosetta.model.lib.validation.ValidationResult<AdjustableOrAdjustedDate>
AdjustableOrAdjustedDateAdjustedDateDataRule. validate(com.rosetta.model.lib.path.RosettaPath path, AdjustableOrAdjustedDate adjustableOrAdjustedDate)
Methods in org.isda.cdm.validation.datarule with parameters of type AdjustableOrAdjustedDate Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<AdjustableOrAdjustedDate>
AdjustableOrAdjustedDateAdjustedDateDataRule. validate(com.rosetta.model.lib.path.RosettaPath path, AdjustableOrAdjustedDate adjustableOrAdjustedDate)
-
Uses of AdjustableOrAdjustedDate in org.isda.cdm.validation.exists
Methods in org.isda.cdm.validation.exists that return types with arguments of type AdjustableOrAdjustedDate Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<AdjustableOrAdjustedDate>
AdjustableOrAdjustedDateOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b, java.lang.String field)
com.rosetta.model.lib.validation.ValidationResult<AdjustableOrAdjustedDate>
AdjustableOrAdjustedDateOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, AdjustableOrAdjustedDate o, java.lang.String field)
Methods in org.isda.cdm.validation.exists with parameters of type AdjustableOrAdjustedDate Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<AdjustableOrAdjustedDate>
AdjustableOrAdjustedDateOnlyExistsValidator. validate(com.rosetta.model.lib.path.RosettaPath path, AdjustableOrAdjustedDate o, java.lang.String field)
-