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