Interface V8TranslatedProjectPackage

All Superinterfaces:
org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EPackage, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
V8TranslatedProjectPackageImpl

public interface V8TranslatedProjectPackage extends org.eclipse.emf.ecore.EPackage
The Package for the model. It contains accessors for the meta objects to represent
  • each class,
  • each feature of each class,
  • each operation of each class,
  • each enum,
  • and each data type
See Also:
  • Field Details

    • eNAME

      static final String eNAME
      The package name.
      See Also:
    • eNS_URI

      static final String eNS_URI
      The package namespace URI.
      See Also:
    • eNS_PREFIX

      static final String eNS_PREFIX
      The package namespace name.
      See Also:
    • eINSTANCE

      static final V8TranslatedProjectPackage eINSTANCE
      The singleton instance of the package.
    • V8_TRANSLATED_PROJECT

      static final int V8_TRANSLATED_PROJECT
      The meta object id for the 'V8 Translated Project' class.
      See Also:
    • V8_TRANSLATED_PROJECT__NAME

      static final int V8_TRANSLATED_PROJECT__NAME
      The feature id for the 'Name' attribute.
      See Also:
    • V8_TRANSLATED_PROJECT__DEFAULT_LANGUAGE_NAME

      static final int V8_TRANSLATED_PROJECT__DEFAULT_LANGUAGE_NAME
      The feature id for the 'Default Language Name' attribute.
      See Also:
    • V8_TRANSLATED_PROJECT__INTERFACE_LANGUAGE_NAMES

      static final int V8_TRANSLATED_PROJECT__INTERFACE_LANGUAGE_NAMES
      The feature id for the 'Interface Language Names' attribute list.
      See Also:
    • V8_TRANSLATED_PROJECT__SCRIPT_VARIANT

      static final int V8_TRANSLATED_PROJECT__SCRIPT_VARIANT
      The feature id for the 'Script Variant' attribute.
      See Also:
    • V8_TRANSLATED_PROJECT_FEATURE_COUNT

      static final int V8_TRANSLATED_PROJECT_FEATURE_COUNT
      The number of structural features of the 'V8 Translated Project' class.
      See Also:
    • V8_TRANSLATED_PROJECT_OPERATION_COUNT

      static final int V8_TRANSLATED_PROJECT_OPERATION_COUNT
      The number of operations of the 'V8 Translated Project' class.
      See Also:
    • DEPENDENT_PROJECT

      static final int DEPENDENT_PROJECT
      The meta object id for the 'Dependent Project' class.
      See Also:
    • DEPENDENT_PROJECT__BASE_PROJECT

      static final int DEPENDENT_PROJECT__BASE_PROJECT
      The feature id for the 'Base Project' attribute.
      See Also:
    • DEPENDENT_PROJECT_FEATURE_COUNT

      static final int DEPENDENT_PROJECT_FEATURE_COUNT
      The number of structural features of the 'Dependent Project' class.
      See Also:
    • DEPENDENT_PROJECT_OPERATION_COUNT

      static final int DEPENDENT_PROJECT_OPERATION_COUNT
      The number of operations of the 'Dependent Project' class.
      See Also:
    • V8_TRANSLATED_EXTENSION_PROJECT

      static final int V8_TRANSLATED_EXTENSION_PROJECT
      The meta object id for the 'V8 Translated Extension Project' class.
      See Also:
    • V8_TRANSLATED_EXTENSION_PROJECT__NAME

      static final int V8_TRANSLATED_EXTENSION_PROJECT__NAME
      The feature id for the 'Name' attribute.
      See Also:
    • V8_TRANSLATED_EXTENSION_PROJECT__DEFAULT_LANGUAGE_NAME

      static final int V8_TRANSLATED_EXTENSION_PROJECT__DEFAULT_LANGUAGE_NAME
      The feature id for the 'Default Language Name' attribute.
      See Also:
    • V8_TRANSLATED_EXTENSION_PROJECT__INTERFACE_LANGUAGE_NAMES

      static final int V8_TRANSLATED_EXTENSION_PROJECT__INTERFACE_LANGUAGE_NAMES
      The feature id for the 'Interface Language Names' attribute list.
      See Also:
    • V8_TRANSLATED_EXTENSION_PROJECT__SCRIPT_VARIANT

      static final int V8_TRANSLATED_EXTENSION_PROJECT__SCRIPT_VARIANT
      The feature id for the 'Script Variant' attribute.
      See Also:
    • V8_TRANSLATED_EXTENSION_PROJECT__BASE_PROJECT

      static final int V8_TRANSLATED_EXTENSION_PROJECT__BASE_PROJECT
      The feature id for the 'Base Project' attribute.
      See Also:
    • V8_TRANSLATED_EXTENSION_PROJECT_FEATURE_COUNT

      static final int V8_TRANSLATED_EXTENSION_PROJECT_FEATURE_COUNT
      The number of structural features of the 'V8 Translated Extension Project' class.
      See Also:
    • V8_TRANSLATED_EXTENSION_PROJECT_OPERATION_COUNT

      static final int V8_TRANSLATED_EXTENSION_PROJECT_OPERATION_COUNT
      The number of operations of the 'V8 Translated Extension Project' class.
      See Also:
    • V8_TRANSLATED_EXTERNAL_OBJECT_PROJECT

      static final int V8_TRANSLATED_EXTERNAL_OBJECT_PROJECT
      The meta object id for the 'V8 Translated External Object Project' class.
      See Also:
    • V8_TRANSLATED_EXTERNAL_OBJECT_PROJECT__NAME

      static final int V8_TRANSLATED_EXTERNAL_OBJECT_PROJECT__NAME
      The feature id for the 'Name' attribute.
      See Also:
    • V8_TRANSLATED_EXTERNAL_OBJECT_PROJECT__DEFAULT_LANGUAGE_NAME

      static final int V8_TRANSLATED_EXTERNAL_OBJECT_PROJECT__DEFAULT_LANGUAGE_NAME
      The feature id for the 'Default Language Name' attribute.
      See Also:
    • V8_TRANSLATED_EXTERNAL_OBJECT_PROJECT__INTERFACE_LANGUAGE_NAMES

      static final int V8_TRANSLATED_EXTERNAL_OBJECT_PROJECT__INTERFACE_LANGUAGE_NAMES
      The feature id for the 'Interface Language Names' attribute list.
      See Also:
    • V8_TRANSLATED_EXTERNAL_OBJECT_PROJECT__SCRIPT_VARIANT

      static final int V8_TRANSLATED_EXTERNAL_OBJECT_PROJECT__SCRIPT_VARIANT
      The feature id for the 'Script Variant' attribute.
      See Also:
    • V8_TRANSLATED_EXTERNAL_OBJECT_PROJECT__BASE_PROJECT

      static final int V8_TRANSLATED_EXTERNAL_OBJECT_PROJECT__BASE_PROJECT
      The feature id for the 'Base Project' attribute.
      See Also:
    • V8_TRANSLATED_EXTERNAL_OBJECT_PROJECT_FEATURE_COUNT

      static final int V8_TRANSLATED_EXTERNAL_OBJECT_PROJECT_FEATURE_COUNT
      The number of structural features of the 'V8 Translated External Object Project' class.
      See Also:
    • V8_TRANSLATED_EXTERNAL_OBJECT_PROJECT_OPERATION_COUNT

      static final int V8_TRANSLATED_EXTERNAL_OBJECT_PROJECT_OPERATION_COUNT
      The number of operations of the 'V8 Translated External Object Project' class.
      See Also:
  • Method Details