Interface ThresholdType

All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
ThresholdType.ThresholdTypeBuilder
All Known Implementing Classes:
ThresholdType.ThresholdTypeBuilderImpl, ThresholdType.ThresholdTypeImpl

@RosettaDataType(value="ThresholdType", builder=ThresholdTypeBuilderImpl.class, version="6.19.0") @RuneDataType(value="ThresholdType", model="cdm", builder=ThresholdTypeBuilderImpl.class, version="6.19.0") public interface ThresholdType extends com.rosetta.model.lib.RosettaModelObject
Details whether the threshold is rating based, a fixed amount, or infinity.
Version:
6.19.0
  • Field Details

  • Method Details

    • getFixedAmount

      ThresholdFixedAmount getFixedAmount()
      Defines that the Threshold is a Fixed Amount.
    • getRatingsBased

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

      Infinity getInfinity()
      Defines that the Threshold is Infinity.
    • getOther

      String getOther()
      Utilised where the clause data structure is not able to capture a material aspect of the clause.
    • build

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

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