Interface V8TranslatedProjectPackage.Literals
- Enclosing interface:
- V8TranslatedProjectPackage
public static interface V8TranslatedProjectPackage.Literals
Defines literals for the meta objects that represent
- each class,
- each feature of each class,
- each operation of each class,
- each enum,
- and each data type
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final org.eclipse.emf.ecore.EClassThe meta object literal for the 'Dependent Project' class.static final org.eclipse.emf.ecore.EAttributeThe meta object literal for the 'Base Project' attribute feature.static final org.eclipse.emf.ecore.EClassThe meta object literal for the 'V8 Translated Extension Project' class.static final org.eclipse.emf.ecore.EClassThe meta object literal for the 'V8 Translated External Object Project' class.static final org.eclipse.emf.ecore.EClassThe meta object literal for the 'V8 Translated Project' class.static final org.eclipse.emf.ecore.EAttributeThe meta object literal for the 'Default Language Name' attribute feature.static final org.eclipse.emf.ecore.EAttributeThe meta object literal for the 'Interface Language Names' attribute list feature.static final org.eclipse.emf.ecore.EAttributeThe meta object literal for the 'Name' attribute feature.static final org.eclipse.emf.ecore.EAttributeThe meta object literal for the 'Script Variant' attribute feature.
-
Field Details
-
V8_TRANSLATED_PROJECT
static final org.eclipse.emf.ecore.EClass V8_TRANSLATED_PROJECTThe meta object literal for the 'V8 Translated Project' class. -
V8_TRANSLATED_PROJECT__NAME
static final org.eclipse.emf.ecore.EAttribute V8_TRANSLATED_PROJECT__NAMEThe meta object literal for the 'Name' attribute feature. -
V8_TRANSLATED_PROJECT__DEFAULT_LANGUAGE_NAME
static final org.eclipse.emf.ecore.EAttribute V8_TRANSLATED_PROJECT__DEFAULT_LANGUAGE_NAMEThe meta object literal for the 'Default Language Name' attribute feature. -
V8_TRANSLATED_PROJECT__INTERFACE_LANGUAGE_NAMES
static final org.eclipse.emf.ecore.EAttribute V8_TRANSLATED_PROJECT__INTERFACE_LANGUAGE_NAMESThe meta object literal for the 'Interface Language Names' attribute list feature. -
V8_TRANSLATED_PROJECT__SCRIPT_VARIANT
static final org.eclipse.emf.ecore.EAttribute V8_TRANSLATED_PROJECT__SCRIPT_VARIANTThe meta object literal for the 'Script Variant' attribute feature. -
DEPENDENT_PROJECT
static final org.eclipse.emf.ecore.EClass DEPENDENT_PROJECTThe meta object literal for the 'Dependent Project' class. -
DEPENDENT_PROJECT__BASE_PROJECT
static final org.eclipse.emf.ecore.EAttribute DEPENDENT_PROJECT__BASE_PROJECTThe meta object literal for the 'Base Project' attribute feature. -
V8_TRANSLATED_EXTENSION_PROJECT
static final org.eclipse.emf.ecore.EClass V8_TRANSLATED_EXTENSION_PROJECTThe meta object literal for the 'V8 Translated Extension Project' class. -
V8_TRANSLATED_EXTERNAL_OBJECT_PROJECT
static final org.eclipse.emf.ecore.EClass V8_TRANSLATED_EXTERNAL_OBJECT_PROJECTThe meta object literal for the 'V8 Translated External Object Project' class.
-