Interface Clause

All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
Clause.ClauseBuilder
All Known Implementing Classes:
Clause.ClauseBuilderImpl, Clause.ClauseImpl

@RosettaDataType(value="Clause", builder=ClauseBuilderImpl.class, version="5.30.0") @RuneDataType(value="Clause", model="cdm", builder=ClauseBuilderImpl.class, version="5.30.0") public interface Clause extends com.rosetta.model.lib.RosettaModelObject
A type for documenting additional clause that cannot yet be represented with the model and yet needed for a digital representation of the agreement
Version:
5.30.0
  • Field Details

  • Method Details

    • getIdentifier

      String getIdentifier()
      The name or identifier associated to this clause
    • getTerms

      String getTerms()
      Content of this bespoke clause
    • getSubcomponents

      List<? extends Clause> getSubcomponents()
      Additional hierarchichal components of the clause if relevant
    • build

      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

      static Clause.ClauseBuilder builder()
    • metaData

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

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