Package cdm.legaldocumentation.master
Interface MasterAgreementVariableSet.MasterAgreementVariableSetBuilder
- All Superinterfaces:
MasterAgreementVariableSet,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- All Known Implementing Classes:
MasterAgreementVariableSet.MasterAgreementVariableSetBuilderImpl
- Enclosing interface:
MasterAgreementVariableSet
public static interface MasterAgreementVariableSet.MasterAgreementVariableSetBuilder
extends MasterAgreementVariableSet, com.rosetta.model.lib.RosettaModelObjectBuilder
Builder Interface
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.master.MasterAgreementVariableSet
MasterAgreementVariableSet.MasterAgreementVariableSetBuilder, MasterAgreementVariableSet.MasterAgreementVariableSetBuilderImpl, MasterAgreementVariableSet.MasterAgreementVariableSetImpl -
Field Summary
Fields inherited from interface cdm.legaldocumentation.master.MasterAgreementVariableSet
metaData -
Method Summary
Modifier and TypeMethodDescriptionaddVariableSet(MasterAgreementVariableSet variableSet) addVariableSet(MasterAgreementVariableSet variableSet, int idx) addVariableSet(List<? extends MasterAgreementVariableSet> variableSet) getOrCreateVariableSet(int index) For some variants a table of variables is required.default voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) prune()setVariableSet(List<? extends MasterAgreementVariableSet> variableSet) Methods inherited from interface cdm.legaldocumentation.master.MasterAgreementVariableSet
build, getName, getType, getValue, metaData, process, toBuilderMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosettaMethods inherited from interface com.rosetta.model.lib.RosettaModelObjectBuilder
getIndex, hasData, merge, processRosetta, processRosetta
-
Method Details
-
getOrCreateVariableSet
-
getVariableSet
List<? extends MasterAgreementVariableSet.MasterAgreementVariableSetBuilder> getVariableSet()Description copied from interface:MasterAgreementVariableSetFor 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.- Specified by:
getVariableSetin interfaceMasterAgreementVariableSet
-
addVariableSet
MasterAgreementVariableSet.MasterAgreementVariableSetBuilder addVariableSet(MasterAgreementVariableSet variableSet) -
addVariableSet
MasterAgreementVariableSet.MasterAgreementVariableSetBuilder addVariableSet(MasterAgreementVariableSet variableSet, int idx) -
addVariableSet
MasterAgreementVariableSet.MasterAgreementVariableSetBuilder addVariableSet(List<? extends MasterAgreementVariableSet> variableSet) -
setVariableSet
MasterAgreementVariableSet.MasterAgreementVariableSetBuilder setVariableSet(List<? extends MasterAgreementVariableSet> variableSet) -
setName
-
setValue
-
process
default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) - Specified by:
processin interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-
prune
- Specified by:
prunein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-