org.eclipse.emf.ecp.view.edapt.util.test.model.y
Interface EdaptTestYPackage

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

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

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

See Also:
EdaptTestYFactory

Nested Class Summary
static interface EdaptTestYPackage.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 EdaptTestYPackage 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 Y
          The meta object id for the 'Y' class.
static int Y__X
          The feature id for the 'X' reference.
static int Y__Z
          The feature id for the 'Z' reference.
static int Y_FEATURE_COUNT
          The number of structural features of the 'Y' class.
static int Y_OPERATION_COUNT
          The number of operations of the 'Y' class.
 
Method Summary
 org.eclipse.emf.ecore.EReference getY_X()
          Returns the meta object for the reference ' X'.
 org.eclipse.emf.ecore.EReference getY_Z()
          Returns the meta object for the reference ' Z'.
 org.eclipse.emf.ecore.EClass getY()
          Returns the meta object for class 'Y '.
 EdaptTestYFactory getYFactory()
          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 EdaptTestYPackage eINSTANCE
The singleton instance of the package.


Y

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

See Also:
EdaptTestYImpl, EdaptTestYPackageImpl.getY(), Constant Field Values

Y__X

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

See Also:
Constant Field Values

Y__Z

static final int Y__Z
The feature id for the 'Z' reference.

See Also:
Constant Field Values

Y_FEATURE_COUNT

static final int Y_FEATURE_COUNT
The number of structural features of the 'Y' class.

See Also:
Constant Field Values

Y_OPERATION_COUNT

static final int Y_OPERATION_COUNT
The number of operations of the 'Y' class.

See Also:
Constant Field Values
Method Detail

getY

org.eclipse.emf.ecore.EClass getY()
Returns the meta object for class 'Y '.

Returns:
the meta object for class 'Y'.
See Also:
EdaptTestY

getY_X

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

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

getY_Z

org.eclipse.emf.ecore.EReference getY_Z()
Returns the meta object for the reference ' Z'.

Returns:
the meta object for the reference 'Z'.
See Also:
EdaptTestY.getZ(), getY()

getYFactory

EdaptTestYFactory getYFactory()
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.