Package org.isda.cdm.validation.exists
Class NotDomesticCurrencyOnlyExistsValidator
- java.lang.Object
-
- org.isda.cdm.validation.exists.NotDomesticCurrencyOnlyExistsValidator
-
- All Implemented Interfaces:
com.rosetta.model.lib.validation.ValidatorWithArg<NotDomesticCurrency,java.lang.String>
public class NotDomesticCurrencyOnlyExistsValidator extends java.lang.Object implements com.rosetta.model.lib.validation.ValidatorWithArg<NotDomesticCurrency,java.lang.String>
-
-
Constructor Summary
Constructors Constructor Description NotDomesticCurrencyOnlyExistsValidator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.rosetta.model.lib.validation.ValidationResult<NotDomesticCurrency>
validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b, java.lang.String field)
com.rosetta.model.lib.validation.ValidationResult<NotDomesticCurrency>
validate(com.rosetta.model.lib.path.RosettaPath path, NotDomesticCurrency o, java.lang.String field)
-
-
-
Method Detail
-
validate
public com.rosetta.model.lib.validation.ValidationResult<NotDomesticCurrency> validate(com.rosetta.model.lib.path.RosettaPath path, NotDomesticCurrency o, java.lang.String field)
- Specified by:
validate
in interfacecom.rosetta.model.lib.validation.ValidatorWithArg<NotDomesticCurrency,java.lang.String>
-
validate
public com.rosetta.model.lib.validation.ValidationResult<NotDomesticCurrency> validate(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b, java.lang.String field)
- Specified by:
validate
in interfacecom.rosetta.model.lib.validation.ValidatorWithArg<NotDomesticCurrency,java.lang.String>
-
-