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