Package cdm.base.datetime
Interface AdjustableOrRelativeDate
- All Superinterfaces:
com.rosetta.model.lib.GlobalKey,com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
AdjustableOrRelativeDate.AdjustableOrRelativeDateBuilder
- All Known Implementing Classes:
AdjustableOrRelativeDate.AdjustableOrRelativeDateBuilderImpl,AdjustableOrRelativeDate.AdjustableOrRelativeDateImpl
@RosettaDataType(value="AdjustableOrRelativeDate",
builder=AdjustableOrRelativeDateBuilderImpl.class,
version="5.30.0")
@RuneDataType(value="AdjustableOrRelativeDate",
model="cdm",
builder=AdjustableOrRelativeDateBuilderImpl.class,
version="5.30.0")
public interface AdjustableOrRelativeDate
extends com.rosetta.model.lib.RosettaModelObject, com.rosetta.model.lib.GlobalKey
A class giving the choice between defining a date as an explicit date together with applicable adjustments or as relative to some other (anchor) date.
- Version:
- 5.30.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of AdjustableOrRelativeDatestatic classImmutable Implementation of AdjustableOrRelativeDateNested classes/interfaces inherited from interface com.rosetta.model.lib.GlobalKey
com.rosetta.model.lib.GlobalKey.GlobalKeyBuilder -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()A date that shall be subject to adjustment if it would otherwise fall on a day that is not a business day in the specified business centers, together with the convention for adjusting the date.com.rosetta.model.metafields.MetaFieldsgetMeta()A date specified as some offset to another date (the anchor date).default Class<? extends AdjustableOrRelativeDate> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends AdjustableOrRelativeDate> 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
-
getAdjustableDate
AdjustableDate getAdjustableDate()A date that shall be subject to adjustment if it would otherwise fall on a day that is not a business day in the specified business centers, together with the convention for adjusting the date. -
getRelativeDate
AdjustedRelativeDateOffset getRelativeDate()A date specified as some offset to another date (the anchor date). -
getMeta
com.rosetta.model.metafields.MetaFields getMeta()- Specified by:
getMetain interfacecom.rosetta.model.lib.GlobalKey
-
build
AdjustableOrRelativeDate build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
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
-