Package cdm.legaldocumentation.csa
Interface MarginApproach.MarginApproachBuilder
- All Superinterfaces:
MarginApproach,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- All Known Implementing Classes:
MarginApproach.MarginApproachBuilderImpl
- Enclosing interface:
MarginApproach
public static interface MarginApproach.MarginApproachBuilder
extends MarginApproach, com.rosetta.model.lib.RosettaModelObjectBuilder
Builder Interface
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.csa.MarginApproach
MarginApproach.MarginApproachBuilder, MarginApproach.MarginApproachBuilderImpl, MarginApproach.MarginApproachImpl -
Field Summary
Fields inherited from interface cdm.legaldocumentation.csa.MarginApproach
metaData -
Method Summary
Modifier and TypeMethodDescriptiondefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) prune()setMarginApproach(MarginApproachEnum marginApproach) Methods inherited from interface cdm.legaldocumentation.csa.MarginApproach
build, getMarginApproach, 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
-
setMarginApproach
-
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
-