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
  • Field Details

  • 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:
      build in interface com.rosetta.model.lib.RosettaModelObject
    • toBuilder

      Specified by:
      toBuilder in interface com.rosetta.model.lib.RosettaModelObject
    • builder

    • metaData

      default com.rosetta.model.lib.meta.RosettaMetaData<? extends PeriodBound> metaData()
      Utility Methods
      Specified by:
      metaData in interface com.rosetta.model.lib.RosettaModelObject
    • getType

      @RuneAttribute("@type") default Class<? extends PeriodBound> getType()
      Specified by:
      getType in interface com.rosetta.model.lib.RosettaModelObject
    • process

      default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor)
      Specified by:
      process in interface com.rosetta.model.lib.RosettaModelObject