Class FindSourceMdObjectHelper

java.lang.Object
com.e1c.langtool.v8.dt.internal.ui.FindSourceMdObjectHelper
All Implemented Interfaces:
IFindSourceMdObjectHelper

public class FindSourceMdObjectHelper extends Object implements IFindSourceMdObjectHelper
Helper that helps to find source object for translated object.
  • Constructor Details

    • FindSourceMdObjectHelper

      public FindSourceMdObjectHelper()
  • Method Details

    • findSourceMdObject

      public MdObject findSourceMdObject(MdObject translatedMdObject)
      Description copied from interface: IFindSourceMdObjectHelper
      Finds the source (original) MdObject for the given translated MdObject.
      Specified by:
      findSourceMdObject in interface IFindSourceMdObjectHelper
      Parameters:
      translatedMdObject - the translated MdObject, cannot be null
      Returns:
      the source (original) MdObject, can be null