Interface DirectionRating

All Superinterfaces:
CreditNotation, com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
DirectionRating.DirectionRatingBuilder
All Known Implementing Classes:
DirectionRating.DirectionRatingBuilderImpl, DirectionRating.DirectionRatingImpl

@RosettaDataType(value="DirectionRating", builder=DirectionRatingBuilderImpl.class, version="7.0.0-dev.105") @RuneDataType(value="DirectionRating", model="cdm", builder=DirectionRatingBuilderImpl.class, version="7.0.0-dev.105") public interface DirectionRating extends CreditNotation
A logical container to hold a defined set of related data. In this case the collation of Ratings Agency, Rating value and an associated direction.
Version:
7.0.0-dev.105
  • Field Details

  • Method Details

    • getDirection

      CompareOp getDirection()
      Specifies the direction of measurement for the rated party.
    • build

      Build Methods
      Specified by:
      build in interface CreditNotation
      Specified by:
      build in interface com.rosetta.model.lib.RosettaModelObject
    • toBuilder

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

    • metaData

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

      @RuneAttribute("@type") default Class<? extends DirectionRating> getType()
      Specified by:
      getType in interface CreditNotation
      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 CreditNotation
      Specified by:
      process in interface com.rosetta.model.lib.RosettaModelObject