Class ThresholdOnlyExistsValidator

  • All Implemented Interfaces:
    com.rosetta.model.lib.validation.ValidatorWithArg<Threshold,​java.lang.String>

    public class ThresholdOnlyExistsValidator
    extends java.lang.Object
    implements com.rosetta.model.lib.validation.ValidatorWithArg<Threshold,​java.lang.String>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.rosetta.model.lib.validation.ValidationResult<Threshold> validate​(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b, java.lang.String field)  
      com.rosetta.model.lib.validation.ValidationResult<Threshold> validate​(com.rosetta.model.lib.path.RosettaPath path, Threshold o, java.lang.String field)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ThresholdOnlyExistsValidator

        public ThresholdOnlyExistsValidator()
    • Method Detail

      • validate

        public com.rosetta.model.lib.validation.ValidationResult<Threshold> validate​(com.rosetta.model.lib.path.RosettaPath path,
                                                                                     Threshold o,
                                                                                     java.lang.String field)
        Specified by:
        validate in interface com.rosetta.model.lib.validation.ValidatorWithArg<Threshold,​java.lang.String>
      • validate

        public com.rosetta.model.lib.validation.ValidationResult<Threshold> validate​(com.rosetta.model.lib.path.RosettaPath path,
                                                                                     com.rosetta.model.lib.RosettaModelObjectBuilder b,
                                                                                     java.lang.String field)
        Specified by:
        validate in interface com.rosetta.model.lib.validation.ValidatorWithArg<Threshold,​java.lang.String>