Interface IFindSourceMdObjectHelper

All Known Implementing Classes:
FindSourceMdObjectHelper

public interface IFindSourceMdObjectHelper
Helper that helps to find source object for translated object.
  • Method Summary

    Modifier and Type
    Method
    Description
    findSourceMdObject(MdObject translatedMdObject)
    Finds the source (original) MdObject for the given translated MdObject.
  • Method Details

    • findSourceMdObject

      MdObject findSourceMdObject(MdObject translatedMdObject)
      Finds the source (original) MdObject for the given translated MdObject.
      Parameters:
      translatedMdObject - the translated MdObject, cannot be null
      Returns:
      the source (original) MdObject, can be null