Interface TranslateLanguagePackage

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:
TranslateLanguagePackageImpl

public interface TranslateLanguagePackage 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 TranslateLanguagePackage eINSTANCE
      The singleton instance of the package.
    • TRANSLATE_LANGUAGE

      static final int TRANSLATE_LANGUAGE
      The meta object id for the 'Translate Language' class.
      See Also:
    • TRANSLATE_LANGUAGE_FEATURE_COUNT

      static final int TRANSLATE_LANGUAGE_FEATURE_COUNT
      The number of structural features of the 'Translate Language' class.
      See Also:
    • TRANSLATE_LANGUAGE_OPERATION_COUNT

      static final int TRANSLATE_LANGUAGE_OPERATION_COUNT
      The number of operations of the 'Translate Language' class.
      See Also:
    • V8_TRANSLATE_LANGUAGE

      static final int V8_TRANSLATE_LANGUAGE
      The meta object id for the 'V8 Translate Language' class.
      See Also:
    • V8_TRANSLATE_LANGUAGE__UUID

      static final int V8_TRANSLATE_LANGUAGE__UUID
      The feature id for the 'Uuid' attribute.
      See Also:
    • V8_TRANSLATE_LANGUAGE__NAME

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

      static final int V8_TRANSLATE_LANGUAGE__SYNONYM
      The feature id for the 'Synonym' map.
      See Also:
    • V8_TRANSLATE_LANGUAGE__COMMENT

      static final int V8_TRANSLATE_LANGUAGE__COMMENT
      The feature id for the 'Comment' attribute.
      See Also:
    • V8_TRANSLATE_LANGUAGE__OBJECT_BELONGING

      static final int V8_TRANSLATE_LANGUAGE__OBJECT_BELONGING
      The feature id for the 'Object Belonging' attribute.
      See Also:
    • V8_TRANSLATE_LANGUAGE__EXTENDED_CONFIGURATION_OBJECT

      static final int V8_TRANSLATE_LANGUAGE__EXTENDED_CONFIGURATION_OBJECT
      The feature id for the 'Extended Configuration Object' attribute.
      See Also:
    • V8_TRANSLATE_LANGUAGE__EXTENSION

      static final int V8_TRANSLATE_LANGUAGE__EXTENSION
      The feature id for the 'Extension' containment reference.
      See Also:
    • V8_TRANSLATE_LANGUAGE__LANGUAGE_CODE

      static final int V8_TRANSLATE_LANGUAGE__LANGUAGE_CODE
      The feature id for the 'Language Code' attribute.
      See Also:
    • V8_TRANSLATE_LANGUAGE__OPTION

      static final int V8_TRANSLATE_LANGUAGE__OPTION
      The feature id for the 'Option' attribute.
      See Also:
    • V8_TRANSLATE_LANGUAGE_FEATURE_COUNT

      static final int V8_TRANSLATE_LANGUAGE_FEATURE_COUNT
      The number of structural features of the 'V8 Translate Language' class.
      See Also:
    • V8_TRANSLATE_LANGUAGE___VALIDATE__DIAGNOSTICCHAIN_MAP

      static final int V8_TRANSLATE_LANGUAGE___VALIDATE__DIAGNOSTICCHAIN_MAP
      The operation id for the 'Validate' operation.
      See Also:
    • V8_TRANSLATE_LANGUAGE___GET_PRESENTATION

      static final int V8_TRANSLATE_LANGUAGE___GET_PRESENTATION
      The operation id for the 'Get Presentation' operation.
      See Also:
    • V8_TRANSLATE_LANGUAGE_OPERATION_COUNT

      static final int V8_TRANSLATE_LANGUAGE_OPERATION_COUNT
      The number of operations of the 'V8 Translate Language' class.
      See Also:
    • TRANSLATION_OPTION

      static final int TRANSLATION_OPTION
      The meta object id for the 'Translation Option' data type.
      See Also:
  • Method Details

    • getTranslateLanguage

      org.eclipse.emf.ecore.EClass getTranslateLanguage()
      Returns the meta object for class 'Translate Language'.
      Returns:
      the meta object for class 'Translate Language'.
      See Also:
    • getV8TranslateLanguage

      org.eclipse.emf.ecore.EClass getV8TranslateLanguage()
      Returns the meta object for class 'V8 Translate Language'.
      Returns:
      the meta object for class 'V8 Translate Language'.
      See Also:
    • getV8TranslateLanguage_Option

      org.eclipse.emf.ecore.EAttribute getV8TranslateLanguage_Option()
      Returns the meta object for the attribute 'Option'.
      Returns:
      the meta object for the attribute 'Option'.
      See Also:
    • getV8TranslateLanguage__GetPresentation

      org.eclipse.emf.ecore.EOperation getV8TranslateLanguage__GetPresentation()
      Returns the meta object for the 'Get Presentation' operation.
      Returns:
      the meta object for the 'Get Presentation' operation.
      See Also:
    • getTranslationOption

      org.eclipse.emf.ecore.EDataType getTranslationOption()
      Returns the meta object for data type 'Translation Option'.
      Returns:
      the meta object for data type 'Translation Option'.
      See Also:
    • getTranslateLanguageFactory

      TranslateLanguageFactory getTranslateLanguageFactory()
      Returns the factory that creates the instances of the model.
      Returns:
      the factory that creates the instances of the model.