org.eclipse.emf.ecp.view.edapt.util.test.model.x
Interface EdaptTestXPackage

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

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

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

See Also:
EdaptTestXFactory

Nested Class Summary
static interface EdaptTestXPackage.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 EdaptTestXPackage 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 X
          The meta object id for the 'X' class.
static int X__W
          The feature id for the 'W' reference.
static int X_FEATURE_COUNT
          The number of structural features of the 'X' class.
static int X_OPERATION_COUNT
          The number of operations of the 'X' class.
 
Method Summary
 org.eclipse.emf.ecore.EReference getX_W()
          Returns the meta object for the reference ' W'.
 org.eclipse.emf.ecore.EClass getX()
          Returns the meta object for class 'X '.
 EdaptTestXFactory getXFactory()
          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 EdaptTestXPackage eINSTANCE
The singleton instance of the package.


X

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

See Also:
EdaptTestXImpl, EdaptTestXPackageImpl.getX(), Constant Field Values

X__W

static final int X__W
The feature id for the 'W' reference.

See Also:
Constant Field Values

X_FEATURE_COUNT

static final int X_FEATURE_COUNT
The number of structural features of the 'X' class.

See Also:
Constant Field Values

X_OPERATION_COUNT

static final int X_OPERATION_COUNT
The number of operations of the 'X' class.

See Also:
Constant Field Values
Method Detail

getX

org.eclipse.emf.ecore.EClass getX()
Returns the meta object for class 'X '.

Returns:
the meta object for class 'X'.
See Also:
EdaptTestX

getX_W

org.eclipse.emf.ecore.EReference getX_W()
Returns the meta object for the reference ' W'.

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

getXFactory

EdaptTestXFactory getXFactory()
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.