Package cdm.base.datetime.functions
Class AppendDateToList.AppendDateToListDefault
java.lang.Object
cdm.base.datetime.functions.AppendDateToList
cdm.base.datetime.functions.AppendDateToList.AppendDateToListDefault
- All Implemented Interfaces:
com.rosetta.model.lib.functions.RosettaFunction
- Enclosing class:
AppendDateToList
-
Nested Class Summary
Nested classes/interfaces inherited from class cdm.base.datetime.functions.AppendDateToList
AppendDateToList.AppendDateToListDefault -
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> origDates, com.rosetta.model.lib.records.Date newDate) protected List<com.rosetta.model.lib.records.Date> doEvaluate(List<com.rosetta.model.lib.records.Date> origDates, com.rosetta.model.lib.records.Date newDate) Methods inherited from class cdm.base.datetime.functions.AppendDateToList
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
-
AppendDateToListDefault
public AppendDateToListDefault()
-
-
Method Details
-
doEvaluate
protected List<com.rosetta.model.lib.records.Date> doEvaluate(List<com.rosetta.model.lib.records.Date> origDates, com.rosetta.model.lib.records.Date newDate) - Specified by:
doEvaluatein classAppendDateToList
-
assignOutput
-