Package cdm.base.staticdata.asset.common
Interface IndexReferenceInformation
- All Superinterfaces:
com.rosetta.model.lib.RosettaModelObject
- All Known Subinterfaces:
CreditIndexReferenceInformation,CreditIndexReferenceInformation.CreditIndexReferenceInformationBuilder,IndexReferenceInformation.IndexReferenceInformationBuilder
- All Known Implementing Classes:
CreditIndexReferenceInformation.CreditIndexReferenceInformationBuilderImpl,CreditIndexReferenceInformation.CreditIndexReferenceInformationImpl,IndexReferenceInformation.IndexReferenceInformationBuilderImpl,IndexReferenceInformation.IndexReferenceInformationImpl
@RosettaDataType(value="IndexReferenceInformation",
builder=IndexReferenceInformationBuilderImpl.class,
version="5.30.0")
@RuneDataType(value="IndexReferenceInformation",
model="cdm",
builder=IndexReferenceInformationBuilderImpl.class,
version="5.30.0")
public interface IndexReferenceInformation
extends com.rosetta.model.lib.RosettaModelObject
A class defining information related to Index
- Version:
- 5.30.0
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceBuilder Interfacestatic classBuilder Implementation of IndexReferenceInformationstatic classImmutable Implementation of IndexReferenceInformation -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbuild()Build Methodsbuilder()List<? extends FieldWithMetaString> An index identifier (e.g.The name of the index expressed as a free format string with an associated scheme.List<? extends ProductIdentifier> Comprises an identifier and a source.default Class<? extends IndexReferenceInformation> getType()default com.rosetta.model.lib.meta.RosettaMetaData<? extends IndexReferenceInformation> 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
-
getIndexName
FieldWithMetaString getIndexName()The name of the index expressed as a free format string with an associated scheme. -
getIndexId
List<? extends FieldWithMetaString> getIndexId()An index identifier (e.g. RED pair code). -
getProductIdentifier
List<? extends ProductIdentifier> getProductIdentifier()Comprises an identifier and a source. The associated metadata key denotes the ability to associate a hash value to the ProductIdentifier instantiations for the purpose of model cross-referencing, in support of functionality such as the event effect and the lineage. -
build
IndexReferenceInformation build()Build Methods- Specified by:
buildin interfacecom.rosetta.model.lib.RosettaModelObject
-
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
-