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