Package cdm.legaldocumentation.csa
Interface DirectionRatingSet.DirectionRatingSetBuilder
- All Superinterfaces:
DirectionRatingSet,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- All Known Implementing Classes:
DirectionRatingSet.DirectionRatingSetBuilderImpl
- Enclosing interface:
DirectionRatingSet
public static interface DirectionRatingSet.DirectionRatingSetBuilder
extends DirectionRatingSet, com.rosetta.model.lib.RosettaModelObjectBuilder
Builder Interface
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.legaldocumentation.csa.DirectionRatingSet
DirectionRatingSet.DirectionRatingSetBuilder, DirectionRatingSet.DirectionRatingSetBuilderImpl, DirectionRatingSet.DirectionRatingSetImpl -
Field Summary
Fields inherited from interface cdm.legaldocumentation.csa.DirectionRatingSet
metaData -
Method Summary
Modifier and TypeMethodDescriptionEnables two or more Direction and Ratings to be combined using AND logic.Enables two or more Direction and Ratings to be combined using OR logic.A logical container to hold a defined set of related data.default voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) prune()setAllDirectionRating(AllDirectionRating _AllDirectionRating) setAnyDirectionRating(AnyDirectionRating _AnyDirectionRating) setDirectionRating(DirectionRating _DirectionRating) Methods inherited from interface cdm.legaldocumentation.csa.DirectionRatingSet
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
-
getOrCreateAllDirectionRating
AllDirectionRating.AllDirectionRatingBuilder getOrCreateAllDirectionRating() -
getAllDirectionRating
AllDirectionRating.AllDirectionRatingBuilder getAllDirectionRating()Description copied from interface:DirectionRatingSetEnables two or more Direction and Ratings to be combined using AND logic.- Specified by:
getAllDirectionRatingin interfaceDirectionRatingSet
-
getOrCreateAnyDirectionRating
AnyDirectionRating.AnyDirectionRatingBuilder getOrCreateAnyDirectionRating() -
getAnyDirectionRating
AnyDirectionRating.AnyDirectionRatingBuilder getAnyDirectionRating()Description copied from interface:DirectionRatingSetEnables two or more Direction and Ratings to be combined using OR logic.- Specified by:
getAnyDirectionRatingin interfaceDirectionRatingSet
-
getOrCreateDirectionRating
DirectionRating.DirectionRatingBuilder getOrCreateDirectionRating() -
getDirectionRating
DirectionRating.DirectionRatingBuilder getDirectionRating()Description copied from interface:DirectionRatingSetA logical container to hold a defined set of related data. In this case the collation of Ratings Agency, Rating value and an associated direction.- Specified by:
getDirectionRatingin interfaceDirectionRatingSet
-
setAllDirectionRating
DirectionRatingSet.DirectionRatingSetBuilder setAllDirectionRating(AllDirectionRating _AllDirectionRating) -
setAnyDirectionRating
DirectionRatingSet.DirectionRatingSetBuilder setAnyDirectionRating(AnyDirectionRating _AnyDirectionRating) -
setDirectionRating
-
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
-