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