Class ExchangeRatePointValueForwardPointsDataRule

  • All Implemented Interfaces:
    com.rosetta.model.lib.validation.Validator<ExchangeRate>

    @RosettaDataRule("ExchangeRate_pointValue_forwardPoints")
    public class ExchangeRatePointValueForwardPointsDataRule
    extends java.lang.Object
    implements com.rosetta.model.lib.validation.Validator<ExchangeRate>
    Version:
    2.5.4
    • 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 exchangeRate)  
      com.rosetta.model.lib.validation.ValidationResult<ExchangeRate> validate​(com.rosetta.model.lib.path.RosettaPath path, ExchangeRate exchangeRate)  
      • Methods inherited from class java.lang.Object

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

      • ExchangeRatePointValueForwardPointsDataRule

        public ExchangeRatePointValueForwardPointsDataRule()
    • Method Detail

      • validate

        public com.rosetta.model.lib.validation.ValidationResult<ExchangeRate> validate​(com.rosetta.model.lib.path.RosettaPath path,
                                                                                        ExchangeRate exchangeRate)
        Specified by:
        validate in interface com.rosetta.model.lib.validation.Validator<ExchangeRate>
      • validate

        public com.rosetta.model.lib.validation.ValidationResult<ExchangeRate> validate​(com.rosetta.model.lib.path.RosettaPath path,
                                                                                        com.rosetta.model.lib.RosettaModelObjectBuilder exchangeRate)
        Specified by:
        validate in interface com.rosetta.model.lib.validation.Validator<ExchangeRate>