Interface OtherIndex

All Superinterfaces:
AssetBase, IndexBase, com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
OtherIndex.OtherIndexBuilder
All Known Implementing Classes:
OtherIndex.OtherIndexBuilderImpl, OtherIndex.OtherIndexImpl

@RosettaDataType(value="OtherIndex", builder=OtherIndexBuilderImpl.class, version="7.0.0-dev.105") @RuneDataType(value="OtherIndex", model="cdm", builder=OtherIndexBuilderImpl.class, version="7.0.0-dev.105") public interface OtherIndex extends IndexBase
Specification of a user-defined index that does not meet the criteria of other Index data types.
Version:
7.0.0-dev.105
  • Field Details

  • Method Details

    • getDescription

      String getDescription()
      A description that defines the OtherIndex.
    • build

      OtherIndex build()
      Build Methods
      Specified by:
      build in interface AssetBase
      Specified by:
      build in interface IndexBase
      Specified by:
      build in interface com.rosetta.model.lib.RosettaModelObject
    • toBuilder

      Specified by:
      toBuilder in interface AssetBase
      Specified by:
      toBuilder in interface IndexBase
      Specified by:
      toBuilder in interface com.rosetta.model.lib.RosettaModelObject
    • builder

      static OtherIndex.OtherIndexBuilder builder()
    • metaData

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

      @RuneAttribute("@type") default Class<? extends OtherIndex> getType()
      Specified by:
      getType in interface AssetBase
      Specified by:
      getType in interface IndexBase
      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 AssetBase
      Specified by:
      process in interface IndexBase
      Specified by:
      process in interface com.rosetta.model.lib.RosettaModelObject