Class DataExtensionHelper

java.lang.Object
com._1c.g5.v8.dt.internal.md.ui.DataExtensionHelper

public final class DataExtensionHelper extends Object
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 Details

    • isDataExtension

      public static boolean isDataExtension(org.eclipse.emf.ecore.EObject object, IV8Project v8project)
      Returns whether the provided object is data extension in terms of V8.
      Parameters:
      object - the object to check, cannot be null
      v8project - the V8 project, cannot be null
      Returns:
      whether the provided object is data extension in terms of V8