Package cdm.product.collateral
Interface ListingSector
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
ListingSector.ListingSectorBuilder
- All Known Implementing Classes:
ListingSector.ListingSectorBuilderImpl,ListingSector.ListingSectorImpl
@RosettaDataType(value="ListingSector",
builder=ListingSectorBuilderImpl.class,
version="6.19.0")
@RuneDataType(value="ListingSector",
model="cdm",
builder=ListingSectorBuilderImpl.class,
version="6.19.0")
public interface ListingSector
extends com.rosetta.model.lib.RosettaModelObject
Specifies a filter based on an industry sector.
- Version:
- 6.19.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of ListingSectorstatic classImmutable Implementation of ListingSector -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()List<? extends FieldWithMetaString> 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 Class<? extends ListingSector> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends ListingSector> metaData()Utility Methodsdefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) Methods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Field Details
-
metaData
-
-
Method Details
-
getSector
List<? extends FieldWithMetaString> getSector()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) -
build
ListingSector build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
toBuilder
ListingSector.ListingSectorBuilder toBuilder()- Specified by:
toBuilderin interfacecom.rosetta.model.lib.RosettaModelObject
-
builder
-
metaData
Utility Methods- Specified by:
metaDatain interfacecom.rosetta.model.lib.RosettaModelObject
-
getType
- Specified by:
getTypein interfacecom.rosetta.model.lib.RosettaModelObject
-
process
default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) - Specified by:
processin interfacecom.rosetta.model.lib.RosettaModelObject
-