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