Interface RefRate

All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
RefRate.RefRateBuilder
All Known Implementing Classes:
RefRate.RefRateBuilderImpl, RefRate.RefRateImpl

@RosettaDataType(value="RefRate", builder=RefRateBuilderImpl.class, version="5.30.0") @RuneDataType(value="RefRate", model="cdm", builder=RefRateBuilderImpl.class, version="5.30.0") public interface RefRate extends com.rosetta.model.lib.RosettaModelObject
Version:
5.30.0
  • Field Details

  • Method Details

    • getIndx

      String getIndx()
      Getter Methods
    • getNm

      String getNm()
    • build

      RefRate 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

      static RefRate.RefRateBuilder builder()
    • metaData

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

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