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