Interface ThresholdElection

All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
ThresholdElection.ThresholdElectionBuilder
All Known Implementing Classes:
ThresholdElection.ThresholdElectionBuilderImpl, ThresholdElection.ThresholdElectionImpl

@RosettaDataType(value="ThresholdElection", builder=ThresholdElectionBuilderImpl.class, version="7.0.0-dev.105") @RuneDataType(value="ThresholdElection", model="cdm", builder=ThresholdElectionBuilderImpl.class, version="7.0.0-dev.105") public interface ThresholdElection extends com.rosetta.model.lib.RosettaModelObject
Specifies whether the threshold is rating based, a fixed amount, or infinity.
Version:
7.0.0-dev.105
  • Field Details

  • Method Details

    • getParty

      The party to which the threshold applies.
    • getFixedAmount

      Defines that the Threshold is a Fixed Amount.
    • getRatingsBased

      ThresholdRatingsBased getRatingsBased()
      Defines that the Threshold is based on a Ratings condition(s).
    • getInfinity

      Boolean getInfinity()
      Specifies that the Threshold is Infinity. If 'True' then the threshold for the elective party is Infinity.
    • getOther

      String getOther()
      Utilised where the clause data structure is not able to capture a material aspect of the clause.
    • 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 ThresholdElection> metaData()
      Utility Methods
      Specified by:
      metaData in interface com.rosetta.model.lib.RosettaModelObject
    • getType

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