Interface ReferenceWithMetaObservation

All Superinterfaces:
com.rosetta.model.lib.meta.FieldWithMeta<Observation>, com.rosetta.model.lib.meta.ReferenceWithMeta<Observation>, com.rosetta.model.lib.RosettaModelObject
All Known Subinterfaces:
ReferenceWithMetaObservation.ReferenceWithMetaObservationBuilder
All Known Implementing Classes:
ReferenceWithMetaObservation.ReferenceWithMetaObservationBuilderImpl, ReferenceWithMetaObservation.ReferenceWithMetaObservationImpl

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

    • metaData

      static final cdm.observable.event.metafields.ReferenceWithMetaObservationMeta metaData
  • Method Details

    • getValue

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

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

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

      com.rosetta.model.lib.meta.Reference getReference()
      Specified by:
      getReference in interface com.rosetta.model.lib.meta.ReferenceWithMeta<Observation>
    • 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 ReferenceWithMetaObservation> metaData()
      Utility Methods
      Specified by:
      metaData in interface com.rosetta.model.lib.RosettaModelObject
    • getType

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

      default Class<Observation> getValueType()
      Specified by:
      getValueType in interface com.rosetta.model.lib.meta.FieldWithMeta<Observation>
      Specified by:
      getValueType in interface com.rosetta.model.lib.meta.ReferenceWithMeta<Observation>
    • 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