Package org.isda.cdm.validation.datarule
Class AdjustableOrAdjustedDateAdjustedDateDataRule
- java.lang.Object
-
- org.isda.cdm.validation.datarule.AdjustableOrAdjustedDateAdjustedDateDataRule
-
- All Implemented Interfaces:
com.rosetta.model.lib.validation.Validator<AdjustableOrAdjustedDate>
@RosettaDataRule("AdjustableOrAdjustedDate_adjustedDate") public class AdjustableOrAdjustedDateAdjustedDateDataRule extends java.lang.Object implements com.rosetta.model.lib.validation.Validator<AdjustableOrAdjustedDate>
- Version:
- 2.5.4
-
-
Constructor Summary
Constructors Constructor Description AdjustableOrAdjustedDateAdjustedDateDataRule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<AdjustableOrAdjustedDate>
validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder adjustableOrAdjustedDate)
com.rosetta.model.lib.validation.ValidationResult<AdjustableOrAdjustedDate>
validate(com.rosetta.model.lib.path.RosettaPath path, AdjustableOrAdjustedDate adjustableOrAdjustedDate)
-
-
-
Method Detail
-
validate
public com.rosetta.model.lib.validation.ValidationResult<AdjustableOrAdjustedDate> validate(com.rosetta.model.lib.path.RosettaPath path, AdjustableOrAdjustedDate adjustableOrAdjustedDate)
- Specified by:
validate
in interfacecom.rosetta.model.lib.validation.Validator<AdjustableOrAdjustedDate>
-
validate
public com.rosetta.model.lib.validation.ValidationResult<AdjustableOrAdjustedDate> validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder adjustableOrAdjustedDate)
- Specified by:
validate
in interfacecom.rosetta.model.lib.validation.Validator<AdjustableOrAdjustedDate>
-
-