Package cdm.base.datetime.functions
Class DateDifferenceImpl
java.lang.Object
cdm.base.datetime.functions.DateDifference
cdm.base.datetime.functions.DateDifferenceImpl
- All Implemented Interfaces:
com.rosetta.model.lib.functions.RosettaFunction
-
Nested Class Summary
Nested classes/interfaces inherited from class cdm.base.datetime.functions.DateDifference
DateDifference.DateDifferenceDefault -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected IntegerdoEvaluate(com.rosetta.model.lib.records.Date firstDate, com.rosetta.model.lib.records.Date secondDate) Methods inherited from class cdm.base.datetime.functions.DateDifference
evaluateMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.rosetta.model.lib.functions.RosettaFunction
toBuilder, toBuilder, toBuilder
-
Constructor Details
-
DateDifferenceImpl
public DateDifferenceImpl()
-
-
Method Details
-
doEvaluate
protected Integer doEvaluate(com.rosetta.model.lib.records.Date firstDate, com.rosetta.model.lib.records.Date secondDate) - Specified by:
doEvaluatein classDateDifference
-