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