Package cdm.event.common
Interface MarginCallInstructionType.MarginCallInstructionTypeBuilder
- All Superinterfaces:
MarginCallInstructionType,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- All Known Implementing Classes:
MarginCallInstructionType.MarginCallInstructionTypeBuilderImpl
- Enclosing interface:
MarginCallInstructionType
public static interface MarginCallInstructionType.MarginCallInstructionTypeBuilder
extends MarginCallInstructionType, com.rosetta.model.lib.RosettaModelObjectBuilder
Builder Interface
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.event.common.MarginCallInstructionType
MarginCallInstructionType.MarginCallInstructionTypeBuilder, MarginCallInstructionType.MarginCallInstructionTypeBuilderImpl, MarginCallInstructionType.MarginCallInstructionTypeImpl -
Field Summary
Fields inherited from interface cdm.event.common.MarginCallInstructionType
metaData -
Method Summary
Modifier and TypeMethodDescriptiondefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) prune()setCallType(CallTypeEnum callType) setVisibilityIndicator(Boolean visibilityIndicator) Methods inherited from interface cdm.event.common.MarginCallInstructionType
build, getCallType, getType, getVisibilityIndicator, 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
-
setCallType
-
setVisibilityIndicator
MarginCallInstructionType.MarginCallInstructionTypeBuilder setVisibilityIndicator(Boolean visibilityIndicator) -
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
-