Interface MasterAgreementVariableSet

All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
MasterAgreementVariableSet.MasterAgreementVariableSetBuilder
All Known Implementing Classes:
MasterAgreementVariableSet.MasterAgreementVariableSetBuilderImpl, MasterAgreementVariableSet.MasterAgreementVariableSetImpl

@RosettaDataType(value="MasterAgreementVariableSet", builder=MasterAgreementVariableSetBuilderImpl.class, version="5.30.0") @RuneDataType(value="MasterAgreementVariableSet", model="cdm", builder=MasterAgreementVariableSetBuilderImpl.class, version="5.30.0") public interface MasterAgreementVariableSet extends com.rosetta.model.lib.RosettaModelObject
Defines a type where additional variables associated to clauses and their variants can be described.
Version:
5.30.0
  • Field Details

  • Method Details

    • getVariableSet

      List<? extends MasterAgreementVariableSet> getVariableSet()
      For some variants a table of variables is required. To support this use case we need to be able to specify variables within variables. Including a variable set here gives us infinite nesting opportunities - realistically we are only ever expecting that a table would need to be defined for any particular clause, so we would expect two levels of nesting as a maximum i.e. variableSet->variableSet->name/value.
    • getName

      String getName()
      The name of the variable
    • getValue

      String getValue()
      The value for this variable
    • 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 MasterAgreementVariableSet> metaData()
      Utility Methods
      Specified by:
      metaData in interface com.rosetta.model.lib.RosettaModelObject
    • getType

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