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