org.eclipse.emf.ecp.view.edapt.util.test.model.w
Interface EdaptTestWPackage

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

public interface EdaptTestWPackage
extends org.eclipse.emf.ecore.EPackage

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

See Also:
EdaptTestWFactory

Nested Class Summary
static interface EdaptTestWPackage.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
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage
org.eclipse.emf.ecore.EPackage.Descriptor, org.eclipse.emf.ecore.EPackage.Registry
 
Field Summary
static EdaptTestWPackage 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 W
          The meta object id for the 'W' class.
static int W__X
          The feature id for the 'X' reference.
static int W_FEATURE_COUNT
          The number of structural features of the 'W' class.
static int W_OPERATION_COUNT
          The number of operations of the 'W' class.
 
Method Summary
 org.eclipse.emf.ecore.EReference getW_X()
          Returns the meta object for the reference ' X'.
 org.eclipse.emf.ecore.EClass getW()
          Returns the meta object for class 'W '.
 EdaptTestWFactory getWFactory()
          Returns the factory that creates the instances of the model.
 
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 EdaptTestWPackage eINSTANCE
The singleton instance of the package.


W

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

See Also:
EdaptTestWImpl, EdaptTestWPackageImpl.getW(), Constant Field Values

W__X

static final int W__X
The feature id for the 'X' reference.

See Also:
Constant Field Values

W_FEATURE_COUNT

static final int W_FEATURE_COUNT
The number of structural features of the 'W' class.

See Also:
Constant Field Values

W_OPERATION_COUNT

static final int W_OPERATION_COUNT
The number of operations of the 'W' class.

See Also:
Constant Field Values
Method Detail

getW

org.eclipse.emf.ecore.EClass getW()
Returns the meta object for class 'W '.

Returns:
the meta object for class 'W'.
See Also:
EdaptTestW

getW_X

org.eclipse.emf.ecore.EReference getW_X()
Returns the meta object for the reference ' X'.

Returns:
the meta object for the reference 'X'.
See Also:
EdaptTestW.getX(), getW()

getWFactory

EdaptTestWFactory getWFactory()
Returns the factory that creates the instances of the model.

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


Copyright © 2015. All Rights Reserved.