Package cdm.observable.asset
Interface OtherIndex
- All Known Subinterfaces:
OtherIndex.OtherIndexBuilder
- All Known Implementing Classes:
OtherIndex.OtherIndexBuilderImpl,OtherIndex.OtherIndexImpl
@RosettaDataType(value="OtherIndex",
builder=OtherIndexBuilderImpl.class,
version="6.19.0")
@RuneDataType(value="OtherIndex",
model="cdm",
builder=OtherIndexBuilderImpl.class,
version="6.19.0")
public interface OtherIndex
extends IndexBase
Specification of a user-defined index that does not meet the criteria of other Index data types.
- Version:
- 6.19.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of OtherIndexstatic classImmutable Implementation of OtherIndexNested classes/interfaces inherited from interface cdm.base.staticdata.asset.common.AssetBase
AssetBase.AssetBaseBuilder, AssetBase.AssetBaseBuilderImpl, AssetBase.AssetBaseImplNested classes/interfaces inherited from interface cdm.observable.asset.IndexBase
IndexBase.IndexBaseBuilder, IndexBase.IndexBaseBuilderImpl, IndexBase.IndexBaseImpl -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsstatic OtherIndex.OtherIndexBuilderbuilder()A description that defines the OtherIndex.default Class<? extends OtherIndex> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends OtherIndex> metaData()Utility Methodsdefault voidprocess(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor) Methods inherited from interface cdm.base.staticdata.asset.common.AssetBase
getExchange, getIdentifier, getIsExchangeListed, getRelatedExchange, getTaxonomyMethods inherited from interface cdm.observable.asset.IndexBase
getAssetClass, getName, getProviderMethods inherited from interface com.rosetta.model.lib.RosettaModelObject
processRosetta, processRosetta
-
Field Details
-
metaData
-
-
Method Details
-
getDescription
String getDescription()A description that defines the OtherIndex. -
build
OtherIndex build()Build Methods -
toBuilder
OtherIndex.OtherIndexBuilder toBuilder() -
builder
-
metaData
Utility Methods -
getType
-
process
default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor)
-