Package cdm.base.datetime
Interface PeriodBound
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
PeriodBound.PeriodBoundBuilder
- All Known Implementing Classes:
PeriodBound.PeriodBoundBuilderImpl,PeriodBound.PeriodBoundImpl
@RosettaDataType(value="PeriodBound",
builder=PeriodBoundBuilderImpl.class,
version="5.30.0")
@RuneDataType(value="PeriodBound",
model="cdm",
builder=PeriodBoundBuilderImpl.class,
version="5.30.0")
public interface PeriodBound
extends com.rosetta.model.lib.RosettaModelObject
Indicator to specify if the period bound is defined as a period and whether the bound is inclusive.
- Version:
- 5.30.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of PeriodBoundstatic classImmutable Implementation of PeriodBound -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()Specifies whether the period bound is inclusive, e.g. for a lower bound, false would indicate greater than, whereas true would indicate greater than or equal to.Specifies the period is to be used as the bound, e.g. 5Y.default Class<? extends PeriodBound> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends PeriodBound> 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
-
getPeriod
Period getPeriod()Specifies the period is to be used as the bound, e.g. 5Y. -
getInclusive
Boolean getInclusive()Specifies whether the period bound is inclusive, e.g. for a lower bound, false would indicate greater than, whereas true would indicate greater than or equal to. -
build
PeriodBound build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
PeriodBound.PeriodBoundBuilder 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
-