Package cdm.product.collateral
Interface ListingSector.ListingSectorBuilder
- All Superinterfaces:
ListingSector,com.rosetta.model.lib.RosettaModelObject,com.rosetta.model.lib.RosettaModelObjectBuilder
- All Known Implementing Classes:
ListingSector.ListingSectorBuilderImpl
- Enclosing interface:
ListingSector
public static interface ListingSector.ListingSectorBuilder
extends ListingSector, com.rosetta.model.lib.RosettaModelObjectBuilder
Builder Interface
-
Nested Class Summary
Nested classes/interfaces inherited from interface cdm.product.collateral.ListingSector
ListingSector.ListingSectorBuilder, ListingSector.ListingSectorBuilderImpl, ListingSector.ListingSectorImpl -
Field Summary
Fields inherited from interface cdm.product.collateral.ListingSector
metaData -
Method Summary
Modifier and TypeMethodDescriptionaddSector(FieldWithMetaString sector) addSector(FieldWithMetaString sector, int idx) addSector(List<? extends FieldWithMetaString> sector) addSectorValue(String sector) addSectorValue(String sector, int idx) addSectorValue(List<? extends String> sector) getOrCreateSector(int index) Represents a filter based on an industry sector defined under a system for classifying industry types such as Global Industry Classification Standard (GICS) and North American Industry Classification System (NAICS)default voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.BuilderProcessor processor) prune()setSector(List<? extends FieldWithMetaString> sector) setSectorValue(List<? extends String> sector) Methods inherited from interface cdm.product.collateral.ListingSector
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
-
getOrCreateSector
-
getSector
List<? extends FieldWithMetaString.FieldWithMetaStringBuilder> getSector()Description copied from interface:ListingSectorRepresents a filter based on an industry sector defined under a system for classifying industry types such as Global Industry Classification Standard (GICS) and North American Industry Classification System (NAICS)- Specified by:
getSectorin interfaceListingSector
-
addSector
-
addSector
-
addSectorValue
-
addSectorValue
-
addSector
-
setSector
-
addSectorValue
-
setSectorValue
-
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
-