Package cdm.base.datetime
Interface DateTimeList
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
DateTimeList.DateTimeListBuilder
- All Known Implementing Classes:
DateTimeList.DateTimeListBuilderImpl,DateTimeList.DateTimeListImpl
@RosettaDataType(value="DateTimeList",
builder=DateTimeListBuilderImpl.class,
version="5.30.0")
@RuneDataType(value="DateTimeList",
model="cdm",
builder=DateTimeListBuilderImpl.class,
version="5.30.0")
public interface DateTimeList
extends com.rosetta.model.lib.RosettaModelObject
List of dateTimes.
- Version:
- 5.30.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of DateTimeListstatic classImmutable Implementation of DateTimeList -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()The CDM specifies that the zoned date time is to be expressed in accordance with ISO 8601, either as UTC as an offset to UTC.default Class<? extends DateTimeList> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends DateTimeList> metaData()Utility Methodsdefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) Methods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Field Details
-
metaData
-
-
Method Details
-
getDateTime
List<ZonedDateTime> getDateTime()The CDM specifies that the zoned date time is to be expressed in accordance with ISO 8601, either as UTC as an offset to UTC. -
build
DateTimeList build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
DateTimeList.DateTimeListBuilder toBuilder()- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
builder
-
metaData
Utility Methods- Specified by:
metaDatain interfacecom.rosetta.model.lib.RosettaModelObject
-
getType
- Specified by:
getTypein interfacecom.rosetta.model.lib.RosettaModelObject
-
process
default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) - Specified by:
processin interfacecom.rosetta.model.lib.RosettaModelObject
-