Package cdm.legaldocumentation.csa
Interface Threshold.ThresholdBuilder
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder,Threshold
- All Known Implementing Classes:
Threshold.ThresholdBuilderImpl
- Enclosing interface:
Threshold
public static interface Threshold.ThresholdBuilder
extends Threshold, com.rosetta.model.lib.RosettaModelObjectBuilder
Builder Interface
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.csa.Threshold
Threshold.ThresholdBuilder, Threshold.ThresholdBuilderImpl, Threshold.ThresholdImpl -
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptionaddPartyElection(ThresholdElection partyElection) addPartyElection(ThresholdElection partyElection, int idx) addPartyElection(List<? extends ThresholdElection> partyElection) getOrCreatePartyElection(int index) List<? extends ThresholdElection.ThresholdElectionBuilder> The party specific election for the threshold clause.default voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) prune()setPartyElection(List<? extends ThresholdElection> partyElection) Methods 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
-
getOrCreatePartyElection
-
getPartyElection
List<? extends ThresholdElection.ThresholdElectionBuilder> getPartyElection()Description copied from interface:ThresholdThe party specific election for the threshold clause.- Specified by:
getPartyElectionin interfaceThreshold
-
addPartyElection
-
addPartyElection
-
addPartyElection
-
setPartyElection
-
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
Threshold.ThresholdBuilder prune()- Specified by:
prunein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-