Class AddDays.AddDaysDefault

java.lang.Object
cdm.base.datetime.functions.AddDays
cdm.base.datetime.functions.AddDays.AddDaysDefault
All Implemented Interfaces:
com.rosetta.model.lib.functions.RosettaFunction
Enclosing class:
AddDays

public static class AddDays.AddDaysDefault extends AddDays
  • Nested Class Summary

    Nested classes/interfaces inherited from class cdm.base.datetime.functions.AddDays

    AddDays.AddDaysDefault
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected com.rosetta.model.lib.records.Date
    assignOutput(com.rosetta.model.lib.records.Date resultDate, com.rosetta.model.lib.records.Date inputDate, Integer numDays)
     
    protected com.rosetta.model.lib.records.Date
    doEvaluate(com.rosetta.model.lib.records.Date inputDate, Integer numDays)
     

    Methods inherited from class cdm.base.datetime.functions.AddDays

    evaluate

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface com.rosetta.model.lib.functions.RosettaFunction

    toBuilder, toBuilder, toBuilder
  • Constructor Details

    • AddDaysDefault

      public AddDaysDefault()
  • Method Details

    • doEvaluate

      protected com.rosetta.model.lib.records.Date doEvaluate(com.rosetta.model.lib.records.Date inputDate, Integer numDays)
      Specified by:
      doEvaluate in class AddDays
    • assignOutput

      protected com.rosetta.model.lib.records.Date assignOutput(com.rosetta.model.lib.records.Date resultDate, com.rosetta.model.lib.records.Date inputDate, Integer numDays)