Interface PeriodRange

All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
PeriodRange.PeriodRangeBuilder
All Known Implementing Classes:
PeriodRange.PeriodRangeBuilderImpl, PeriodRange.PeriodRangeImpl

@RosettaDataType(value="PeriodRange", builder=PeriodRangeBuilderImpl.class, version="5.30.0") @RuneDataType(value="PeriodRange", model="cdm", builder=PeriodRangeBuilderImpl.class, version="5.30.0") public interface PeriodRange extends com.rosetta.model.lib.RosettaModelObject
Indicates The period range defined as either a lower and upper period bound, or both.
Version:
5.30.0
  • Field Details

  • Method Details

    • getLowerBound

      PeriodBound getLowerBound()
      Specifies the lower bound of a period range, e.g. greater than or equal to 5Y.
    • getUpperBound

      PeriodBound getUpperBound()
      Specifies the upper bound of a period range, e.g. less than to 10Y.
    • build

      PeriodRange 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 PeriodRange> metaData()
      Utility Methods
      Specified by:
      metaData in interface com.rosetta.model.lib.RosettaModelObject
    • getType

      @RuneAttribute("@type") default Class<? extends PeriodRange> 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