Package cdm.base.math
Interface Rounding.RoundingBuilder
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder,Rounding
- All Known Implementing Classes:
Rounding.RoundingBuilderImpl
- Enclosing interface:
Rounding
public static interface Rounding.RoundingBuilder
extends Rounding, com.rosetta.model.lib.RosettaModelObjectBuilder
Builder Interface
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.base.math.Rounding
Rounding.RoundingBuilder, Rounding.RoundingBuilderImpl, Rounding.RoundingImpl -
Field Summary
-
Method Summary
Modifier and TypeMethodDescriptiondefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) prune()setPrecision(Integer precision) setRoundingDirection(RoundingDirectionEnum roundingDirection) Methods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosettaMethods inherited from interface com.rosetta.model.lib.RosettaModelObjectBuilder
getIndex, hasData, merge, processRosetta, processRosettaMethods inherited from interface cdm.base.math.Rounding
build, getPrecision, getRoundingDirection, getType, metaData, process, toBuilder
-
Method Details
-
setRoundingDirection
-
setPrecision
-
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
Rounding.RoundingBuilder prune()- Specified by:
prunein interfacecom.rosetta.model.lib.RosettaModelObjectBuilder
-