Package cdm.legaldocumentation.master
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
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of Clausestatic classImmutable Implementation of Clause -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsstatic Clause.ClauseBuilderbuilder()The name or identifier associated to this clauseAdditional hierarchichal components of the clause if relevantgetTerms()Content of this bespoke clausegetType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends Clause> metaData()Utility Methodsdefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) Methods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Field Details
-
metaData
-
-
Method Details
-
getIdentifier
String getIdentifier()The name or identifier associated to this clause -
getTerms
String getTerms()Content of this bespoke clause -
getSubcomponents
Additional hierarchichal components of the clause if relevant -
build
Clause build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
Clause.ClauseBuilder toBuilder()- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
builder
-
metaData
Utility Methods- Specified by:
metaDatain interfacecom.rosetta.model.lib.RosettaModelObject
-
getType
- Specified by:
getTypein interfacecom.rosetta.model.lib.RosettaModelObject
-
process
default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) - Specified by:
processin interfacecom.rosetta.model.lib.RosettaModelObject
-