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