Package cdm.legaldocumentation.csa
Interface ExecutionTerms.ExecutionTermsBuilder
- All Superinterfaces:
ExecutionTerms,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- All Known Implementing Classes:
ExecutionTerms.ExecutionTermsBuilderImpl
- Enclosing interface:
ExecutionTerms
public static interface ExecutionTerms.ExecutionTermsBuilder
extends ExecutionTerms, com.rosetta.model.lib.RosettaModelObjectBuilder
Builder Interface
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.csa.ExecutionTerms
ExecutionTerms.ExecutionTermsBuilder, ExecutionTerms.ExecutionTermsBuilderImpl, ExecutionTerms.ExecutionTermsImpl -
Field Summary
Fields inherited from interface cdm.legaldocumentation.csa.ExecutionTerms
metaData -
Method Summary
Modifier and TypeMethodDescriptionThe bespoke execution language election.The bespoke execution location election.default voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) prune()setExecutionLanguage(ExecutionLanguage executionLanguage) setExecutionLocation(ExecutionLocation executionLocation) Methods inherited from interface cdm.legaldocumentation.csa.ExecutionTerms
build, getType, 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
-
getOrCreateExecutionLanguage
ExecutionLanguage.ExecutionLanguageBuilder getOrCreateExecutionLanguage() -
getExecutionLanguage
ExecutionLanguage.ExecutionLanguageBuilder getExecutionLanguage()Description copied from interface:ExecutionTermsThe bespoke execution language election.- Specified by:
getExecutionLanguagein interfaceExecutionTerms
-
getOrCreateExecutionLocation
ExecutionLocation.ExecutionLocationBuilder getOrCreateExecutionLocation() -
getExecutionLocation
ExecutionLocation.ExecutionLocationBuilder getExecutionLocation()Description copied from interface:ExecutionTermsThe bespoke execution location election.- Specified by:
getExecutionLocationin interfaceExecutionTerms
-
setExecutionLanguage
-
setExecutionLocation
-
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
-