Package cdm.base.datetime.functions
Class PopOffDateList.PopOffDateListDefault
java.lang.Object
cdm.base.datetime.functions.PopOffDateList
cdm.base.datetime.functions.PopOffDateList.PopOffDateListDefault
- All Implemented Interfaces:
com.rosetta.model.lib.functions.RosettaFunction
- Enclosing class:
PopOffDateList
-
Nested Class Summary
Nested classes/interfaces inherited from class cdm.base.datetime.functions.PopOffDateList
PopOffDateList.PopOffDateListDefault -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected List<com.rosetta.model.lib.records.Date> assignOutput(List<com.rosetta.model.lib.records.Date> newList, List<com.rosetta.model.lib.records.Date> dates) protected List<com.rosetta.model.lib.records.Date> doEvaluate(List<com.rosetta.model.lib.records.Date> dates) Methods inherited from class cdm.base.datetime.functions.PopOffDateList
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
-
PopOffDateListDefault
public PopOffDateListDefault()
-
-
Method Details
-
doEvaluate
protected List<com.rosetta.model.lib.records.Date> doEvaluate(List<com.rosetta.model.lib.records.Date> dates) - Specified by:
doEvaluatein classPopOffDateList
-
assignOutput
-