Class FindSourceMdObjectHelper
java.lang.Object
com.e1c.langtool.v8.dt.internal.ui.FindSourceMdObjectHelper
- All Implemented Interfaces:
IFindSourceMdObjectHelper
Helper that helps to find source object for translated object.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfindSourceMdObject(MdObject translatedMdObject) Finds the source (original) MdObject for the given translated MdObject.
-
Constructor Details
-
FindSourceMdObjectHelper
public FindSourceMdObjectHelper()
-
-
Method Details
-
findSourceMdObject
Description copied from interface:IFindSourceMdObjectHelperFinds the source (original) MdObject for the given translated MdObject.- Specified by:
findSourceMdObjectin interfaceIFindSourceMdObjectHelper- Parameters:
translatedMdObject- the translated MdObject, cannot benull- Returns:
- the source (original) MdObject, can be
null
-