org.eclipse.emf.henshin.wrap
Interface WrapPackage

All Superinterfaces:
EModelElement, ENamedElement, EObject, EPackage, Notifier
All Known Implementing Classes:
WrapPackageImpl

public interface WrapPackage
extends EPackage

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

See Also:
WrapFactory

Nested Class Summary
static interface WrapPackage.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 interface org.eclipse.emf.ecore.EPackage
EPackage.Descriptor, EPackage.Registry
 
Field Summary
static WrapPackage eINSTANCE
          The singleton instance of the package.
static String eNAME
          The package name.
static String eNS_PREFIX
          The package namespace name.
static String eNS_URI
          The package namespace URI.
static int WLINK
          The meta object id for the 'WLink' class.
static int WLINK__ESTRUCTURAL_FEATURE
          The feature id for the 'EStructural Feature' reference.
static int WLINK__SYNCHRONIZE
          The feature id for the 'Synchronize' attribute.
static int WLINK__WTARGET
          The feature id for the 'WTarget' reference.
static int WLINK_FEATURE_COUNT
          The number of structural features of the 'WLink' class.
static int WMEMBER
          The meta object id for the 'WMember' class.
static int WMEMBER__ESTRUCTURAL_FEATURE
          The feature id for the 'EStructural Feature' reference.
static int WMEMBER__SYNCHRONIZE
          The feature id for the 'Synchronize' attribute.
static int WMEMBER_FEATURE_COUNT
          The number of structural features of the 'WMember' class.
static int WOBJECT
          The meta object id for the 'WObject' class.
static int WOBJECT__ECLASS
          The feature id for the 'EClass' reference.
static int WOBJECT__EOBJECT
          The feature id for the 'EObject' reference.
static int WOBJECT__SYNCHRONIZE
          The feature id for the 'Synchronize' attribute.
static int WOBJECT__WMEMBERS
          The feature id for the 'WMembers' containment reference list.
static int WOBJECT_FEATURE_COUNT
          The number of structural features of the 'WObject' class.
static int WSYNCHRONIZER
          The meta object id for the 'WSynchronizer' class.
static int WSYNCHRONIZER__SYNCHRONIZE
          The feature id for the 'Synchronize' attribute.
static int WSYNCHRONIZER_FEATURE_COUNT
          The number of structural features of the 'WSynchronizer' class.
static int WVALUE
          The meta object id for the 'WValue' class.
static int WVALUE__ESTRUCTURAL_FEATURE
          The feature id for the 'EStructural Feature' reference.
static int WVALUE__EVALUE
          The feature id for the 'EValue' attribute.
static int WVALUE__SYNCHRONIZE
          The feature id for the 'Synchronize' attribute.
static int WVALUE_FEATURE_COUNT
          The number of structural features of the 'WValue' class.
 
Method Summary
 EReference getWLink_WTarget()
          Returns the meta object for the reference 'WTarget'.
 EClass getWLink()
          Returns the meta object for class 'WLink'.
 EReference getWMember_EStructuralFeature()
          Returns the meta object for the reference 'EStructural Feature'.
 EClass getWMember()
          Returns the meta object for class 'WMember'.
 EReference getWObject_EClass()
          Returns the meta object for the reference 'EClass'.
 EReference getWObject_EObject()
          Returns the meta object for the reference 'EObject'.
 EReference getWObject_WMembers()
          Returns the meta object for the containment reference list 'WMembers'.
 EClass getWObject()
          Returns the meta object for class 'WObject'.
 WrapFactory getWrapFactory()
          Returns the factory that creates the instances of the model.
 EAttribute getWSynchronizer_Synchronize()
          Returns the meta object for the attribute 'Synchronize'.
 EClass getWSynchronizer()
          Returns the meta object for class 'WSynchronizer'.
 EAttribute getWValue_EValue()
          Returns the meta object for the attribute 'EValue'.
 EClass getWValue()
          Returns the meta object for class 'WValue'.
 
Methods inherited from interface org.eclipse.emf.ecore.EPackage
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
 
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
 

Field Detail

eNAME

static final String eNAME
The package name.

See Also:
Constant Field Values

eNS_URI

static final String eNS_URI
The package namespace URI.

See Also:
Constant Field Values

eNS_PREFIX

static final String eNS_PREFIX
The package namespace name.

See Also:
Constant Field Values

eINSTANCE

static final WrapPackage eINSTANCE
The singleton instance of the package.


WSYNCHRONIZER

static final int WSYNCHRONIZER
The meta object id for the 'WSynchronizer' class.

See Also:
WSynchronizerImpl, WrapPackageImpl.getWSynchronizer(), Constant Field Values

WSYNCHRONIZER__SYNCHRONIZE

static final int WSYNCHRONIZER__SYNCHRONIZE
The feature id for the 'Synchronize' attribute.

See Also:
Constant Field Values

WSYNCHRONIZER_FEATURE_COUNT

static final int WSYNCHRONIZER_FEATURE_COUNT
The number of structural features of the 'WSynchronizer' class.

See Also:
Constant Field Values

WOBJECT

static final int WOBJECT
The meta object id for the 'WObject' class.

See Also:
WObjectImpl, WrapPackageImpl.getWObject(), Constant Field Values

WOBJECT__SYNCHRONIZE

static final int WOBJECT__SYNCHRONIZE
The feature id for the 'Synchronize' attribute.

See Also:
Constant Field Values

WOBJECT__EOBJECT

static final int WOBJECT__EOBJECT
The feature id for the 'EObject' reference.

See Also:
Constant Field Values

WOBJECT__ECLASS

static final int WOBJECT__ECLASS
The feature id for the 'EClass' reference.

See Also:
Constant Field Values

WOBJECT__WMEMBERS

static final int WOBJECT__WMEMBERS
The feature id for the 'WMembers' containment reference list.

See Also:
Constant Field Values

WOBJECT_FEATURE_COUNT

static final int WOBJECT_FEATURE_COUNT
The number of structural features of the 'WObject' class.

See Also:
Constant Field Values

WMEMBER

static final int WMEMBER
The meta object id for the 'WMember' class.

See Also:
WMemberImpl, WrapPackageImpl.getWMember(), Constant Field Values

WMEMBER__SYNCHRONIZE

static final int WMEMBER__SYNCHRONIZE
The feature id for the 'Synchronize' attribute.

See Also:
Constant Field Values

WMEMBER__ESTRUCTURAL_FEATURE

static final int WMEMBER__ESTRUCTURAL_FEATURE
The feature id for the 'EStructural Feature' reference.

See Also:
Constant Field Values

WMEMBER_FEATURE_COUNT

static final int WMEMBER_FEATURE_COUNT
The number of structural features of the 'WMember' class.

See Also:
Constant Field Values

WLINK

static final int WLINK
The meta object id for the 'WLink' class.

See Also:
WLinkImpl, WrapPackageImpl.getWLink(), Constant Field Values

WLINK__SYNCHRONIZE

static final int WLINK__SYNCHRONIZE
The feature id for the 'Synchronize' attribute.

See Also:
Constant Field Values

WLINK__ESTRUCTURAL_FEATURE

static final int WLINK__ESTRUCTURAL_FEATURE
The feature id for the 'EStructural Feature' reference.

See Also:
Constant Field Values

WLINK__WTARGET

static final int WLINK__WTARGET
The feature id for the 'WTarget' reference.

See Also:
Constant Field Values

WLINK_FEATURE_COUNT

static final int WLINK_FEATURE_COUNT
The number of structural features of the 'WLink' class.

See Also:
Constant Field Values

WVALUE

static final int WVALUE
The meta object id for the 'WValue' class.

See Also:
WValueImpl, WrapPackageImpl.getWValue(), Constant Field Values

WVALUE__SYNCHRONIZE

static final int WVALUE__SYNCHRONIZE
The feature id for the 'Synchronize' attribute.

See Also:
Constant Field Values

WVALUE__ESTRUCTURAL_FEATURE

static final int WVALUE__ESTRUCTURAL_FEATURE
The feature id for the 'EStructural Feature' reference.

See Also:
Constant Field Values

WVALUE__EVALUE

static final int WVALUE__EVALUE
The feature id for the 'EValue' attribute.

See Also:
Constant Field Values

WVALUE_FEATURE_COUNT

static final int WVALUE_FEATURE_COUNT
The number of structural features of the 'WValue' class.

See Also:
Constant Field Values
Method Detail

getWSynchronizer

EClass getWSynchronizer()
Returns the meta object for class 'WSynchronizer'.

Returns:
the meta object for class 'WSynchronizer'.
See Also:
WSynchronizer

getWSynchronizer_Synchronize

EAttribute getWSynchronizer_Synchronize()
Returns the meta object for the attribute 'Synchronize'.

Returns:
the meta object for the attribute 'Synchronize'.
See Also:
WSynchronizer.isSynchronize(), getWSynchronizer()

getWObject

EClass getWObject()
Returns the meta object for class 'WObject'.

Returns:
the meta object for class 'WObject'.
See Also:
WObject

getWObject_EObject

EReference getWObject_EObject()
Returns the meta object for the reference 'EObject'.

Returns:
the meta object for the reference 'EObject'.
See Also:
WObject.getEObject(), getWObject()

getWObject_EClass

EReference getWObject_EClass()
Returns the meta object for the reference 'EClass'.

Returns:
the meta object for the reference 'EClass'.
See Also:
WObject.getEClass(), getWObject()

getWObject_WMembers

EReference getWObject_WMembers()
Returns the meta object for the containment reference list 'WMembers'.

Returns:
the meta object for the containment reference list 'WMembers'.
See Also:
WObject.getWMembers(), getWObject()

getWMember

EClass getWMember()
Returns the meta object for class 'WMember'.

Returns:
the meta object for class 'WMember'.
See Also:
WMember

getWMember_EStructuralFeature

EReference getWMember_EStructuralFeature()
Returns the meta object for the reference 'EStructural Feature'.

Returns:
the meta object for the reference 'EStructural Feature'.
See Also:
WMember.getEStructuralFeature(), getWMember()

getWLink

EClass getWLink()
Returns the meta object for class 'WLink'.

Returns:
the meta object for class 'WLink'.
See Also:
WLink

getWLink_WTarget

EReference getWLink_WTarget()
Returns the meta object for the reference 'WTarget'.

Returns:
the meta object for the reference 'WTarget'.
See Also:
WLink.getWTarget(), getWLink()

getWValue

EClass getWValue()
Returns the meta object for class 'WValue'.

Returns:
the meta object for class 'WValue'.
See Also:
WValue

getWValue_EValue

EAttribute getWValue_EValue()
Returns the meta object for the attribute 'EValue'.

Returns:
the meta object for the attribute 'EValue'.
See Also:
WValue.getEValue(), getWValue()

getWrapFactory

WrapFactory getWrapFactory()
Returns the factory that creates the instances of the model.

Returns:
the factory that creates the instances of the model.