Package cdm.legaldocumentation.master
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
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of MasterAgreementVariableSetstatic classImmutable Implementation of MasterAgreementVariableSet -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()getName()The name of the variabledefault Class<? extends MasterAgreementVariableSet> getType()getValue()The value for this variableList<? extends MasterAgreementVariableSet> For some variants a table of variables is required.default com.rosetta.model.lib.meta.RosettaMetaData<? extends MasterAgreementVariableSet> 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
-
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
MasterAgreementVariableSet build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
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
-