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