Package com.e1c.langtool.v8.dt.ui
Interface IFindSourceMdObjectHelper
- All Known Implementing Classes:
FindSourceMdObjectHelper
public interface IFindSourceMdObjectHelper
Helper that helps to find source object for translated object.
-
Method Summary
Modifier and TypeMethodDescriptionfindSourceMdObject(MdObject translatedMdObject) Finds the source (original) MdObject for the given translated MdObject.
-
Method Details
-
findSourceMdObject
Finds the source (original) MdObject for the given translated MdObject.- Parameters:
translatedMdObject- the translated MdObject, cannot benull- Returns:
- the source (original) MdObject, can be
null
-