Package cdm.base.datetime
Interface DateTimeList.DateTimeListBuilder
- All Superinterfaces:
DateTimeList,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- All Known Implementing Classes:
DateTimeList.DateTimeListBuilderImpl
- Enclosing interface:
DateTimeList
public static interface DateTimeList.DateTimeListBuilder
extends DateTimeList, com.rosetta.model.lib.RosettaModelObjectBuilder
Builder Interface
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.base.datetime.DateTimeList
DateTimeList.DateTimeListBuilder, DateTimeList.DateTimeListBuilderImpl, DateTimeList.DateTimeListImpl -
Field Summary
Fields inherited from interface cdm.base.datetime.DateTimeList
metaData -
Method Summary
Modifier and TypeMethodDescriptionaddDateTime(ZonedDateTime dateTime) addDateTime(ZonedDateTime dateTime, int idx) addDateTime(List<ZonedDateTime> dateTime) default voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) prune()setDateTime(List<ZonedDateTime> dateTime) Methods inherited from interface cdm.base.datetime.DateTimeList
build, getDateTime, getType, metaData, process, toBuilderMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosettaMethods inherited from interface com.rosetta.model.lib.RosettaModelObjectBuilder
getIndex, hasData, merge, processRosetta, processRosetta
-
Method Details
-
addDateTime
-
addDateTime
-
addDateTime
-
setDateTime
-
process
default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) - Specified by:
processin interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
prune
DateTimeList.DateTimeListBuilder prune()- Specified by:
prunein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-