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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceDefines literals for the meta objects that represent each class, each feature of each class, each operation of each class, each enum, and each data typeNested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage
org.eclipse.emf.ecore.EPackage.Descriptor, org.eclipse.emf.ecore.EPackage.Registry -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TranslateLanguagePackageThe singleton instance of the package.static final StringThe package name.static final StringThe package namespace name.static final StringThe package namespace URI.static final intThe meta object id for the 'Translate Language' class.static final intThe number of structural features of the 'Translate Language' class.static final intThe number of operations of the 'Translate Language' class.static final intThe meta object id for the 'Translation Option' data type.static final intThe meta object id for the 'V8 Translate Language' class.static final intThe operation id for the 'Get Presentation' operation.static final intThe operation id for the 'Validate' operation.static final intThe feature id for the 'Comment' attribute.static final intThe feature id for the 'Extended Configuration Object' attribute.static final intThe feature id for the 'Extension' containment reference.static final intThe feature id for the 'Language Code' attribute.static final intThe feature id for the 'Name' attribute.static final intThe feature id for the 'Object Belonging' attribute.static final intThe feature id for the 'Option' attribute.static final intThe feature id for the 'Synonym' map.static final intThe feature id for the 'Uuid' attribute.static final intThe number of structural features of the 'V8 Translate Language' class.static final intThe number of operations of the 'V8 Translate Language' class. -
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.emf.ecore.EClassReturns the meta object for class 'Translate Language'.Returns the factory that creates the instances of the model.org.eclipse.emf.ecore.EDataTypeReturns the meta object for data type 'Translation Option'.org.eclipse.emf.ecore.EClassReturns the meta object for class 'V8 Translate Language'.org.eclipse.emf.ecore.EOperationReturns the meta object for the 'Get Presentation' operation.org.eclipse.emf.ecore.EAttributeReturns the meta object for the attribute 'Option'.Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotationsMethods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setNameMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface org.eclipse.emf.ecore.EPackage
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURIMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Field Details
-
eNAME
The package name.- See Also:
-
eNS_URI
The package namespace URI.- See Also:
-
eNS_PREFIX
The package namespace name.- See Also:
-
eINSTANCE
The singleton instance of the package. -
TRANSLATE_LANGUAGE
static final int TRANSLATE_LANGUAGEThe meta object id for the 'Translate Language' class. -
TRANSLATE_LANGUAGE_FEATURE_COUNT
static final int TRANSLATE_LANGUAGE_FEATURE_COUNTThe number of structural features of the 'Translate Language' class.- See Also:
-
TRANSLATE_LANGUAGE_OPERATION_COUNT
static final int TRANSLATE_LANGUAGE_OPERATION_COUNTThe number of operations of the 'Translate Language' class.- See Also:
-
V8_TRANSLATE_LANGUAGE
static final int V8_TRANSLATE_LANGUAGEThe meta object id for the 'V8 Translate Language' class. -
V8_TRANSLATE_LANGUAGE__UUID
static final int V8_TRANSLATE_LANGUAGE__UUIDThe feature id for the 'Uuid' attribute.- See Also:
-
V8_TRANSLATE_LANGUAGE__NAME
static final int V8_TRANSLATE_LANGUAGE__NAMEThe feature id for the 'Name' attribute.- See Also:
-
V8_TRANSLATE_LANGUAGE__SYNONYM
static final int V8_TRANSLATE_LANGUAGE__SYNONYMThe feature id for the 'Synonym' map.- See Also:
-
V8_TRANSLATE_LANGUAGE__COMMENT
static final int V8_TRANSLATE_LANGUAGE__COMMENTThe feature id for the 'Comment' attribute.- See Also:
-
V8_TRANSLATE_LANGUAGE__OBJECT_BELONGING
static final int V8_TRANSLATE_LANGUAGE__OBJECT_BELONGINGThe feature id for the 'Object Belonging' attribute.- See Also:
-
V8_TRANSLATE_LANGUAGE__EXTENDED_CONFIGURATION_OBJECT
static final int V8_TRANSLATE_LANGUAGE__EXTENDED_CONFIGURATION_OBJECTThe feature id for the 'Extended Configuration Object' attribute.- See Also:
-
V8_TRANSLATE_LANGUAGE__EXTENSION
static final int V8_TRANSLATE_LANGUAGE__EXTENSIONThe feature id for the 'Extension' containment reference.- See Also:
-
V8_TRANSLATE_LANGUAGE__LANGUAGE_CODE
static final int V8_TRANSLATE_LANGUAGE__LANGUAGE_CODEThe feature id for the 'Language Code' attribute.- See Also:
-
V8_TRANSLATE_LANGUAGE__OPTION
static final int V8_TRANSLATE_LANGUAGE__OPTIONThe feature id for the 'Option' attribute.- See Also:
-
V8_TRANSLATE_LANGUAGE_FEATURE_COUNT
static final int V8_TRANSLATE_LANGUAGE_FEATURE_COUNTThe 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_MAPThe operation id for the 'Validate' operation.- See Also:
-
V8_TRANSLATE_LANGUAGE___GET_PRESENTATION
static final int V8_TRANSLATE_LANGUAGE___GET_PRESENTATIONThe operation id for the 'Get Presentation' operation.- See Also:
-
V8_TRANSLATE_LANGUAGE_OPERATION_COUNT
static final int V8_TRANSLATE_LANGUAGE_OPERATION_COUNTThe number of operations of the 'V8 Translate Language' class.- See Also:
-
TRANSLATION_OPTION
static final int TRANSLATION_OPTIONThe meta object id for the 'Translation Option' data type.
-
-
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.
-