org.eclipse.emf.mwe.ewm.workflow.transaction.runtime
Class RuntimePackage

java.lang.Object
  extended by org.eclipse.emf.common.notify.impl.BasicNotifierImpl
      extended by org.eclipse.emf.ecore.impl.BasicEObjectImpl
          extended by org.eclipse.emf.ecore.impl.MinimalEObjectImpl
              extended by org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
                  extended by org.eclipse.emf.ecore.impl.EModelElementImpl
                      extended by org.eclipse.emf.ecore.impl.ENamedElementImpl
                          extended by org.eclipse.emf.ecore.impl.EPackageImpl
                              extended by org.eclipse.emf.mwe.ewm.workflow.transaction.runtime.RuntimePackage
All Implemented Interfaces:
org.eclipse.emf.common.notify.Notifier, org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EPackage, org.eclipse.emf.ecore.EStructuralFeature.Internal.DynamicValueHolder, org.eclipse.emf.ecore.InternalEObject, org.eclipse.emf.ecore.util.BasicExtendedMetaData.EPackageExtendedMetaData.Holder

public class RuntimePackage
extends org.eclipse.emf.ecore.impl.EPackageImpl

The Package for the model. It contains accessors for the meta objects to represent

See Also:
RuntimeFactory
EMF generated code
EMF model element
kind="package"

Nested Class Summary
static interface RuntimePackage.Literals
          Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
 
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.EPackageImpl
org.eclipse.emf.ecore.impl.EPackageImpl.EBasicWhiteList
 
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container.Dynamic
 
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
 
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImpl
 
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList<E extends java.lang.Object & org.eclipse.emf.common.notify.Adapter>, org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EObservableAdapterList
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage
org.eclipse.emf.ecore.EPackage.Descriptor, org.eclipse.emf.ecore.EPackage.Registry
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject
org.eclipse.emf.ecore.InternalEObject.EStore
 
Field Summary
static RuntimePackage eINSTANCE
          The singleton instance of the package.
static java.lang.String eNAME
          The package name.
static java.lang.String eNS_PREFIX
          The package namespace name.
static java.lang.String eNS_URI
          The package namespace URI.
static int WORKFLOW_TRANSACTIONAL_CONTEXT
          The meta object id for the 'Workflow Transactional Context' class.
static int WORKFLOW_TRANSACTIONAL_CONTEXT__ACTIVE_COMPONENTS
          The feature id for the 'Active Components' reference list.
static int WORKFLOW_TRANSACTIONAL_CONTEXT__EDITING_DOMAIN
          The feature id for the 'Editing Domain' attribute.
static int WORKFLOW_TRANSACTIONAL_CONTEXT__EXECUTION_INFO
          The feature id for the 'Execution Info' map.
static int WORKFLOW_TRANSACTIONAL_CONTEXT__LOG
          The feature id for the 'Log' map.
static int WORKFLOW_TRANSACTIONAL_CONTEXT__LOG_LEVEL
          The feature id for the 'Log Level' attribute.
static int WORKFLOW_TRANSACTIONAL_CONTEXT__NAME
          The feature id for the 'Name' attribute.
static int WORKFLOW_TRANSACTIONAL_CONTEXT__PARAMETERS
          The feature id for the 'Parameters' map.
static int WORKFLOW_TRANSACTIONAL_CONTEXT__STATES
          The feature id for the 'States' map.
static int WORKFLOW_TRANSACTIONAL_CONTEXT__THREAD_POOL
          The feature id for the 'Thread Pool' attribute.
static int WORKFLOW_TRANSACTIONAL_CONTEXT__WORKFLOW
          The feature id for the 'Workflow' reference.
static int WORKFLOW_TRANSACTIONAL_CONTEXT_FEATURE_COUNT
          The number of structural features of the 'Workflow Transactional Context' class.
 
Fields inherited from class org.eclipse.emf.ecore.impl.EPackageImpl
eClassifiers, ecoreFactory, ecorePackage, eFactoryInstance, eNameToEClassifierMap, ePackageExtendedMetaData, eSubpackages, IS_ABSTRACT, IS_CHANGEABLE, IS_COMPOSITE, IS_DERIVED, IS_GENERATED_INSTANCE_CLASS, IS_ID, IS_INTERFACE, IS_ORDERED, IS_RESOLVABLE, IS_RESOLVE_PROXIES, IS_SERIALIZABLE, IS_TRANSIENT, IS_UNIQUE, IS_UNSETTABLE, IS_VOLATILE, NS_PREFIX_EDEFAULT, NS_URI_EDEFAULT, nsPrefix, nsURI
 
Fields inherited from class org.eclipse.emf.ecore.impl.ENamedElementImpl
name, NAME_EDEFAULT
 
Fields inherited from class org.eclipse.emf.ecore.impl.EModelElementImpl
eAnnotations, eFlags, EFROZEN, ELAST_EMODEL_ELEMENT_FLAG
 
Fields inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
eContainer
 
Fields inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
EVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSET
 
Fields inherited from interface org.eclipse.emf.ecore.EStructuralFeature.Internal.DynamicValueHolder
NIL
 
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject
EOPPOSITE_FEATURE_BASE
 
Method Summary
 void createPackageContents()
          Creates the meta-model objects for the package.
 RuntimeFactory getRuntimeFactory()
          Returns the factory that creates the instances of the model.
 org.eclipse.emf.ecore.EAttribute getWorkflowTransactionalContext_EditingDomain()
          Returns the meta object for the attribute 'Editing Domain'.
 org.eclipse.emf.ecore.EAttribute getWorkflowTransactionalContext_ThreadPool()
          Returns the meta object for the attribute 'Thread Pool'.
 org.eclipse.emf.ecore.EClass getWorkflowTransactionalContext()
          Returns the meta object for class 'Workflow Transactional Context'.
static RuntimePackage init()
          Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
 void initializePackageContents()
          Complete the initialization of the package and its meta-model.
 
Methods inherited from class org.eclipse.emf.ecore.impl.EPackageImpl
addAnnotation, addAnnotation, addAnnotation, addAnnotation, addEEnumLiteral, addEException, addEException, addEOperation, addEOperation, addEOperation, addEParameter, addEParameter, addEParameter, addEParameter, addEParameter, addETypeParameter, addETypeParameter, basicGetESuperPackage, basicSetEFactoryInstance, createEAttribute, createEClass, createEDataType, createEEnum, createEGenericType, createEGenericType, createEGenericType, createEOperation, createEReference, createResource, eBasicRemoveFromContainerFeature, eGet, eInverseAdd, eInverseRemove, eInvoke, eIsSet, eObjectForURIFragmentSegment, eSet, eSetProxyURI, eStaticClass, eUnset, fixEClassifiers, fixEEnumLiterals, fixEOperations, fixEStructuralFeatures, fixInstanceClass, freeze, getEClassifier, getEClassifierGen, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getExtendedMetaData, getNsPrefix, getNsURI, initEAttribute, initEAttribute, initEAttribute, initEAttribute, initEAttribute, initEAttribute, initEAttribute, initEClass, initEClass, initEClass, initEDataType, initEDataType, initEDataType, initEEnum, initEOperation, initEOperation, initEOperation, initEOperation, initEReference, initEReference, initEReference, initEReference, initEReference, initEReference, initEReference, initializeFromLoadedEPackage, setEFactoryInstance, setExtendedMetaData, setGeneratedClassName, setInstanceTypeName, setNamespaceURI, setNsPrefix, setNsURI, toString
 
Methods inherited from class org.eclipse.emf.ecore.impl.ENamedElementImpl
eContents, eCrossReferences, getName, getNameGen, setName
 
Methods inherited from class org.eclipse.emf.ecore.impl.EModelElementImpl
eSetDirectResource, eURIFragmentSegment, freeze, getEAnnotation, getEAnnotations, isFrozen, setFrozen
 
Methods inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
eBasicSetContainer, eInternalContainer
 
Methods inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl
dynamicGet, dynamicSet, dynamicUnset, eAdapters, eBasicAdapterArray, eBasicAdapterListeners, eBasicAdapters, eBasicHasAdapters, eBasicProperties, eBasicSetAdapterArray, eBasicSetAdapterListeners, eBasicSetContainer, eBasicSetContainerFeatureID, eBasicSetSettings, eBasicSettings, eClass, eContainerFeatureID, eDeliver, eDirectResource, eDynamicClass, eHasSettings, eIsProxy, eProperties, eProxyURI, eSetClass, eSetDeliver, eSettings
 
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainerAdapterArray, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eDerivedOperationID, eDerivedOperationID, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDynamicBasicRemoveFromContainer, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicInvoke, eDynamicInvoke, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseRemove, eInvocationDelegate, eInvoke, eIsSet, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eSettingDelegate, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStaticOperationCount, eStore, eUnset, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues
 
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
eNotificationRequired, eNotify
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 
Methods inherited from interface org.eclipse.emf.ecore.InternalEObject
eNotificationRequired
 

Field Detail

eNAME

public static final java.lang.String eNAME
The package name.

See Also:
Constant Field Values
EMF generated code

eNS_URI

public static final java.lang.String eNS_URI
The package namespace URI.

See Also:
Constant Field Values
EMF generated code

eNS_PREFIX

public static final java.lang.String eNS_PREFIX
The package namespace name.

See Also:
Constant Field Values
EMF generated code

eINSTANCE

public static final RuntimePackage eINSTANCE
The singleton instance of the package.

EMF generated code

WORKFLOW_TRANSACTIONAL_CONTEXT

public static final int WORKFLOW_TRANSACTIONAL_CONTEXT
The meta object id for the 'Workflow Transactional Context' class.

See Also:
WorkflowTransactionalContext, getWorkflowTransactionalContext(), Constant Field Values
EMF generated code

WORKFLOW_TRANSACTIONAL_CONTEXT__PARAMETERS

public static final int WORKFLOW_TRANSACTIONAL_CONTEXT__PARAMETERS
The feature id for the 'Parameters' map.

See Also:
Constant Field Values
EMF generated code
EMF ordered

WORKFLOW_TRANSACTIONAL_CONTEXT__STATES

public static final int WORKFLOW_TRANSACTIONAL_CONTEXT__STATES
The feature id for the 'States' map.

See Also:
Constant Field Values
EMF generated code
EMF ordered

WORKFLOW_TRANSACTIONAL_CONTEXT__LOG

public static final int WORKFLOW_TRANSACTIONAL_CONTEXT__LOG
The feature id for the 'Log' map.

See Also:
Constant Field Values
EMF generated code
EMF ordered

WORKFLOW_TRANSACTIONAL_CONTEXT__LOG_LEVEL

public static final int WORKFLOW_TRANSACTIONAL_CONTEXT__LOG_LEVEL
The feature id for the 'Log Level' attribute.

See Also:
Constant Field Values
EMF generated code
EMF ordered

WORKFLOW_TRANSACTIONAL_CONTEXT__WORKFLOW

public static final int WORKFLOW_TRANSACTIONAL_CONTEXT__WORKFLOW
The feature id for the 'Workflow' reference.

See Also:
Constant Field Values
EMF generated code
EMF ordered

WORKFLOW_TRANSACTIONAL_CONTEXT__ACTIVE_COMPONENTS

public static final int WORKFLOW_TRANSACTIONAL_CONTEXT__ACTIVE_COMPONENTS
The feature id for the 'Active Components' reference list.

See Also:
Constant Field Values
EMF generated code
EMF ordered

WORKFLOW_TRANSACTIONAL_CONTEXT__EXECUTION_INFO

public static final int WORKFLOW_TRANSACTIONAL_CONTEXT__EXECUTION_INFO
The feature id for the 'Execution Info' map.

See Also:
Constant Field Values
EMF generated code
EMF ordered

WORKFLOW_TRANSACTIONAL_CONTEXT__NAME

public static final int WORKFLOW_TRANSACTIONAL_CONTEXT__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values
EMF generated code
EMF ordered

WORKFLOW_TRANSACTIONAL_CONTEXT__EDITING_DOMAIN

public static final int WORKFLOW_TRANSACTIONAL_CONTEXT__EDITING_DOMAIN
The feature id for the 'Editing Domain' attribute.

See Also:
Constant Field Values
EMF generated code
EMF ordered

WORKFLOW_TRANSACTIONAL_CONTEXT__THREAD_POOL

public static final int WORKFLOW_TRANSACTIONAL_CONTEXT__THREAD_POOL
The feature id for the 'Thread Pool' attribute.

See Also:
Constant Field Values
EMF generated code
EMF ordered

WORKFLOW_TRANSACTIONAL_CONTEXT_FEATURE_COUNT

public static final int WORKFLOW_TRANSACTIONAL_CONTEXT_FEATURE_COUNT
The number of structural features of the 'Workflow Transactional Context' class.

See Also:
Constant Field Values
EMF generated code
EMF ordered
Method Detail

init

public static RuntimePackage init()
Creates, registers, and initializes the Package for this model, and for any others upon which it depends.

This method is used to initialize eINSTANCE when that field is accessed. Clients should not invoke it directly. Instead, they should simply access that field to obtain the package.

See Also:
eNS_URI, createPackageContents(), initializePackageContents()
EMF generated code

getWorkflowTransactionalContext

public org.eclipse.emf.ecore.EClass getWorkflowTransactionalContext()
Returns the meta object for class 'Workflow Transactional Context'.

Returns:
the meta object for class 'Workflow Transactional Context'.
See Also:
WorkflowTransactionalContext
EMF generated code

getWorkflowTransactionalContext_EditingDomain

public org.eclipse.emf.ecore.EAttribute getWorkflowTransactionalContext_EditingDomain()
Returns the meta object for the attribute 'Editing Domain'.

Returns:
the meta object for the attribute 'Editing Domain'.
See Also:
WorkflowTransactionalContext.getEditingDomain(), getWorkflowTransactionalContext()
EMF generated code

getWorkflowTransactionalContext_ThreadPool

public org.eclipse.emf.ecore.EAttribute getWorkflowTransactionalContext_ThreadPool()
Returns the meta object for the attribute 'Thread Pool'.

Returns:
the meta object for the attribute 'Thread Pool'.
See Also:
WorkflowTransactionalContext.getThreadPool(), getWorkflowTransactionalContext()
EMF generated code

getRuntimeFactory

public RuntimeFactory getRuntimeFactory()
Returns the factory that creates the instances of the model.

Returns:
the factory that creates the instances of the model.
EMF generated code

createPackageContents

public void createPackageContents()
Creates the meta-model objects for the package. This method is guarded to have no affect on any invocation but its first.

EMF generated code

initializePackageContents

public void initializePackageContents()
Complete the initialization of the package and its meta-model. This method is guarded to have no affect on any invocation but its first.

EMF generated code