Class ExchangeRateOnlyExistsValidator

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

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.rosetta.model.lib.validation.ValidationResult<ExchangeRate> validate​(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.RosettaModelObjectBuilder b, java.lang.String field)  
      com.rosetta.model.lib.validation.ValidationResult<ExchangeRate> validate​(com.rosetta.model.lib.path.RosettaPath path, ExchangeRate 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

      • ExchangeRateOnlyExistsValidator

        public ExchangeRateOnlyExistsValidator()
    • Method Detail

      • validate

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

        public com.rosetta.model.lib.validation.ValidationResult<ExchangeRate> 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<ExchangeRate,​java.lang.String>