Package com._1c.g5.v8.dt.internal.md.ui
Class DataExtensionHelper
java.lang.Object
com._1c.g5.v8.dt.internal.md.ui.DataExtensionHelper
Utility method to check whether the provided object is data extension in terms of V8.
- Restriction:
- This class is not intended to be sub-classed by clients.
- Restriction:
- This class is not intended to be instantiated by clients.
-
Method Summary
Modifier and TypeMethodDescriptionstatic booleanisDataExtension(org.eclipse.emf.ecore.EObject object, IV8Project v8project) Returns whether the provided object is data extension in terms of V8.
-
Method Details
-
isDataExtension
Returns whether the provided object is data extension in terms of V8.- Parameters:
object- the object to check, cannot benullv8project- the V8 project, cannot benull- Returns:
- whether the provided object is data extension in terms of V8
-