org.eclipse.emf.ecp.ui.view.editor.test.model.test
Interface TestPackage

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

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

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

See Also:
TestFactory

Nested Class Summary
static interface TestPackage.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 int COMPONENT
          The meta object id for the 'Component' class.
static int COMPONENT__COMPONENT
          The feature id for the 'Component' containment reference.
static int COMPONENT_FEATURE_COUNT
          The number of structural features of the 'Component' class.
static int COMPONENT_OPERATION_COUNT
          The number of operations of the 'Component' class.
static int COMPONENT2
          The meta object id for the 'Component2' class.
static int COMPONENT2__COMPOSITES
          The feature id for the 'Composites' containment reference list.
static int COMPONENT2_FEATURE_COUNT
          The number of structural features of the 'Component2' class.
static int COMPONENT2_OPERATION_COUNT
          The number of operations of the 'Component2' class.
static int COMPOSITE
          The meta object id for the 'Composite' class.
static int COMPOSITE__COMPONENT
          The feature id for the 'Component' containment reference.
static int COMPOSITE__COMPOSITES
          The feature id for the 'Composites' containment reference list.
static int COMPOSITE_FEATURE_COUNT
          The number of structural features of the 'Composite' class.
static int COMPOSITE_OPERATION_COUNT
          The number of operations of the 'Composite' class.
static TestPackage 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.
 
Method Summary
 org.eclipse.emf.ecore.EReference getComponent_Component()
          Returns the meta object for the containment reference ' Component'.
 org.eclipse.emf.ecore.EClass getComponent()
          Returns the meta object for class 'Component'.
 org.eclipse.emf.ecore.EReference getComponent2_Composites()
          Returns the meta object for the containment reference list ' Composites'.
 org.eclipse.emf.ecore.EClass getComponent2()
          Returns the meta object for class 'Component2'.
 org.eclipse.emf.ecore.EReference getComposite_Composites()
          Returns the meta object for the containment reference list ' Composites'.
 org.eclipse.emf.ecore.EClass getComposite()
          Returns the meta object for class 'Composite'.
 TestFactory getTestFactory()
          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 TestPackage eINSTANCE
The singleton instance of the package.


COMPONENT

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

See Also:
ComponentImpl, TestPackageImpl.getComponent(), Constant Field Values

COMPONENT__COMPONENT

static final int COMPONENT__COMPONENT
The feature id for the 'Component' containment reference.

See Also:
Constant Field Values

COMPONENT_FEATURE_COUNT

static final int COMPONENT_FEATURE_COUNT
The number of structural features of the 'Component' class.

See Also:
Constant Field Values

COMPONENT_OPERATION_COUNT

static final int COMPONENT_OPERATION_COUNT
The number of operations of the 'Component' class.

See Also:
Constant Field Values

COMPOSITE

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

See Also:
CompositeImpl, TestPackageImpl.getComposite(), Constant Field Values

COMPOSITE__COMPONENT

static final int COMPOSITE__COMPONENT
The feature id for the 'Component' containment reference.

See Also:
Constant Field Values

COMPOSITE__COMPOSITES

static final int COMPOSITE__COMPOSITES
The feature id for the 'Composites' containment reference list.

See Also:
Constant Field Values

COMPOSITE_FEATURE_COUNT

static final int COMPOSITE_FEATURE_COUNT
The number of structural features of the 'Composite' class.

See Also:
Constant Field Values

COMPOSITE_OPERATION_COUNT

static final int COMPOSITE_OPERATION_COUNT
The number of operations of the 'Composite' class.

See Also:
Constant Field Values

COMPONENT2

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

See Also:
Component2Impl, TestPackageImpl.getComponent2(), Constant Field Values

COMPONENT2__COMPOSITES

static final int COMPONENT2__COMPOSITES
The feature id for the 'Composites' containment reference list.

See Also:
Constant Field Values

COMPONENT2_FEATURE_COUNT

static final int COMPONENT2_FEATURE_COUNT
The number of structural features of the 'Component2' class.

See Also:
Constant Field Values

COMPONENT2_OPERATION_COUNT

static final int COMPONENT2_OPERATION_COUNT
The number of operations of the 'Component2' class.

See Also:
Constant Field Values
Method Detail

getComponent

org.eclipse.emf.ecore.EClass getComponent()
Returns the meta object for class 'Component'.

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

getComponent_Component

org.eclipse.emf.ecore.EReference getComponent_Component()
Returns the meta object for the containment reference ' Component'.

Returns:
the meta object for the containment reference 'Component'.
See Also:
Component.getComponent(), getComponent()

getComposite

org.eclipse.emf.ecore.EClass getComposite()
Returns the meta object for class 'Composite'.

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

getComposite_Composites

org.eclipse.emf.ecore.EReference getComposite_Composites()
Returns the meta object for the containment reference list ' Composites'.

Returns:
the meta object for the containment reference list 'Composites'.
See Also:
Composite.getComposites(), getComposite()

getComponent2

org.eclipse.emf.ecore.EClass getComponent2()
Returns the meta object for class 'Component2'.

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

getComponent2_Composites

org.eclipse.emf.ecore.EReference getComponent2_Composites()
Returns the meta object for the containment reference list ' Composites'.

Returns:
the meta object for the containment reference list 'Composites'.
See Also:
Component2.getComposites(), getComponent2()

getTestFactory

TestFactory getTestFactory()
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.