Interface Index

All Superinterfaces:
ProductBase, com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
Index.IndexBuilder
All Known Implementing Classes:
Index.IndexBuilderImpl, Index.IndexImpl

@RosettaDataType(value="Index", builder=IndexBuilderImpl.class, version="5.30.0") @RuneDataType(value="Index", model="cdm", builder=IndexBuilderImpl.class, version="5.30.0") public interface Index extends ProductBase
Identifies an index by referencing a product identifier.
Version:
5.30.0
  • Field Details

  • Method Details

    • build

      Index build()
      Build Methods
      Specified by:
      build in interface ProductBase
      Specified by:
      build in interface com.rosetta.model.lib.RosettaModelObject
    • toBuilder

      Index.IndexBuilder toBuilder()
      Specified by:
      toBuilder in interface ProductBase
      Specified by:
      toBuilder in interface com.rosetta.model.lib.RosettaModelObject
    • builder

      static Index.IndexBuilder builder()
    • metaData

      default com.rosetta.model.lib.meta.RosettaMetaData<? extends Index> metaData()
      Utility Methods
      Specified by:
      metaData in interface ProductBase
      Specified by:
      metaData in interface com.rosetta.model.lib.RosettaModelObject
    • getType

      @RuneAttribute("@type") default Class<? extends Index> getType()
      Specified by:
      getType in interface ProductBase
      Specified by:
      getType in interface com.rosetta.model.lib.RosettaModelObject
    • process

      default void process(com.rosetta.model.lib.path.RosettaPath path, com.rosetta.model.lib.process.Processor processor)
      Specified by:
      process in interface ProductBase
      Specified by:
      process in interface com.rosetta.model.lib.RosettaModelObject