Interface ReferenceWithMetaObservable

All Superinterfaces:
com.rosetta.model.lib.meta.FieldWithMeta<Observable>, com.rosetta.model.lib.meta.ReferenceWithMeta<Observable>, com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
ReferenceWithMetaObservable.ReferenceWithMetaObservableBuilder
All Known Implementing Classes:
ReferenceWithMetaObservable.ReferenceWithMetaObservableBuilderImpl, ReferenceWithMetaObservable.ReferenceWithMetaObservableImpl

@RosettaDataType(value="ReferenceWithMetaObservable", builder=ReferenceWithMetaObservableBuilderImpl.class, version="0.0.0") @RuneDataType(value="ReferenceWithMetaObservable", model="cdm", builder=ReferenceWithMetaObservableBuilderImpl.class, version="0.0.0") public interface ReferenceWithMetaObservable extends com.rosetta.model.lib.RosettaModelObject, com.rosetta.model.lib.meta.ReferenceWithMeta<Observable>
  • Field Details

    • metaData

      static final cdm.observable.asset.metafields.ReferenceWithMetaObservableMeta metaData
  • Method Details

    • getValue

      Observable getValue()
      Getter Methods
      Specified by:
      getValue in interface com.rosetta.model.lib.meta.FieldWithMeta<Observable>
    • getGlobalReference

      String getGlobalReference()
      Specified by:
      getGlobalReference in interface com.rosetta.model.lib.meta.ReferenceWithMeta<Observable>
    • getExternalReference

      String getExternalReference()
      Specified by:
      getExternalReference in interface com.rosetta.model.lib.meta.ReferenceWithMeta<Observable>
    • getReference

      com.rosetta.model.lib.meta.Reference getReference()
      Specified by:
      getReference in interface com.rosetta.model.lib.meta.ReferenceWithMeta<Observable>
    • build

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

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

    • metaData

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

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

      default Class<Observable> getValueType()
      Specified by:
      getValueType in interface com.rosetta.model.lib.meta.FieldWithMeta<Observable>
      Specified by:
      getValueType in interface com.rosetta.model.lib.meta.ReferenceWithMeta<Observable>
    • process

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