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