Package cdm.legaldocumentation.csa
Interface CSAThreshold.CSAThresholdBuilder
- All Superinterfaces:
CSAThreshold,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- All Known Implementing Classes:
CSAThreshold.CSAThresholdBuilderImpl
- Enclosing interface:
CSAThreshold
public static interface CSAThreshold.CSAThresholdBuilder
extends CSAThreshold, com.rosetta.model.lib.RosettaModelObjectBuilder
Builder Interface
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.csa.CSAThreshold
CSAThreshold.CSAThresholdBuilder, CSAThreshold.CSAThresholdBuilderImpl, CSAThreshold.CSAThresholdImpl -
Field Summary
Fields inherited from interface cdm.legaldocumentation.csa.CSAThreshold
metaData -
Method Summary
Modifier and TypeMethodDescriptionDetails whether the threshold is rating based, a fixed amount, or infinity.default voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) prune()setThresholdType(ThresholdType thresholdType) Methods inherited from interface cdm.legaldocumentation.csa.CSAThreshold
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
-
getOrCreateThresholdType
ThresholdType.ThresholdTypeBuilder getOrCreateThresholdType() -
getThresholdType
ThresholdType.ThresholdTypeBuilder getThresholdType()Description copied from interface:CSAThresholdDetails whether the threshold is rating based, a fixed amount, or infinity.- Specified by:
getThresholdTypein interfaceCSAThreshold
-
setThresholdType
-
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
CSAThreshold.CSAThresholdBuilder prune()- Specified by:
prunein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-