Class RelativeDateOffsetOnlyExistsValidator
java.lang.Object
cdm.base.datetime.validation.exists.RelativeDateOffsetOnlyExistsValidator
- All Implemented Interfaces:
com.rosetta.model.lib.validation.ValidatorWithArg<RelativeDateOffset,Set<String>>
public class RelativeDateOffsetOnlyExistsValidator
extends Object
implements com.rosetta.model.lib.validation.ValidatorWithArg<RelativeDateOffset,Set<String>>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T2 extends RelativeDateOffset>
com.rosetta.model.lib.validation.ValidationResult<RelativeDateOffset>
-
Constructor Details
-
RelativeDateOffsetOnlyExistsValidator
public RelativeDateOffsetOnlyExistsValidator()
-
-
Method Details
-
validate
public <T2 extends RelativeDateOffset> com.rosetta.model.lib.validation.ValidationResult<RelativeDateOffset> validate(com.rosetta.model.lib.path.RosettaPath path, T2 o, Set<String> fields) - Specified by:
validatein interfacecom.rosetta.model.lib.validation.ValidatorWithArg<RelativeDateOffset,Set<String>>
-