org.eclipse.emf.ecp.view.keyattribute.test.example
Interface ExamplePackage

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

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

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

See Also:
ExampleFactory

Nested Class Summary
static interface ExamplePackage.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 CHILD
          The meta object id for the 'Child' class.
static int CHILD__INTERMEDIATE_TARGET
          The feature id for the 'Intermediate Target' containment reference.
static int CHILD__KEY
          The feature id for the 'Key' containment reference.
static int CHILD_FEATURE_COUNT
          The number of structural features of the 'Child' class.
static int CHILD_OPERATION_COUNT
          The number of operations of the 'Child' class.
static int CONTAINER
          The meta object id for the 'Container' class.
static int CONTAINER__CHILDREN
          The feature id for the 'Children' containment reference list.
static int CONTAINER_FEATURE_COUNT
          The number of structural features of the 'Container' class.
static int CONTAINER_OPERATION_COUNT
          The number of operations of the 'Container' class.
static ExamplePackage 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 INTERMEDIATE
          The meta object id for the 'Intermediate' class.
static int INTERMEDIATE__CONTAINER
          The feature id for the 'Container' containment reference.
static int INTERMEDIATE_FEATURE_COUNT
          The number of structural features of the 'Intermediate' class.
static int INTERMEDIATE_OPERATION_COUNT
          The number of operations of the 'Intermediate' class.
static int INTERMEDIATE_TARGET
          The meta object id for the ' Intermediate Target' class.
static int INTERMEDIATE_TARGET__TARGET
          The feature id for the 'Target' containment reference.
static int INTERMEDIATE_TARGET_FEATURE_COUNT
          The number of structural features of the 'Intermediate Target' class.
static int INTERMEDIATE_TARGET_OPERATION_COUNT
          The number of operations of the 'Intermediate Target' class.
static int KEY_CONTAINER
          The meta object id for the 'Key Container' class.
static int KEY_CONTAINER__KEY
          The feature id for the 'Key' attribute.
static int KEY_CONTAINER_FEATURE_COUNT
          The number of structural features of the 'Key Container' class.
static int KEY_CONTAINER_OPERATION_COUNT
          The number of operations of the 'Key Container' class.
static int ROOT
          The meta object id for the 'Root' class.
static int ROOT__INTERMEDIATE
          The feature id for the 'Intermediate' containment reference.
static int ROOT_FEATURE_COUNT
          The number of structural features of the 'Root' class.
static int ROOT_OPERATION_COUNT
          The number of operations of the 'Root' class.
static int TARGET
          The meta object id for the 'Target' class.
static int TARGET__NAME
          The feature id for the 'Name' attribute.
static int TARGET_FEATURE_COUNT
          The number of structural features of the 'Target' class.
static int TARGET_OPERATION_COUNT
          The number of operations of the 'Target' class.
 
Method Summary
 org.eclipse.emf.ecore.EReference getChild_IntermediateTarget()
          Returns the meta object for the containment reference ' Intermediate Target'.
 org.eclipse.emf.ecore.EReference getChild_Key()
          Returns the meta object for the containment reference ' Key'.
 org.eclipse.emf.ecore.EClass getChild()
          Returns the meta object for class 'Child'.
 org.eclipse.emf.ecore.EReference getContainer_Children()
          Returns the meta object for the containment reference list ' Children'.
 org.eclipse.emf.ecore.EClass getContainer()
          Returns the meta object for class 'Container'.
 ExampleFactory getExampleFactory()
          Returns the factory that creates the instances of the model.
 org.eclipse.emf.ecore.EReference getIntermediate_Container()
          Returns the meta object for the containment reference ' Container'.
 org.eclipse.emf.ecore.EClass getIntermediate()
          Returns the meta object for class 'Intermediate'.
 org.eclipse.emf.ecore.EReference getIntermediateTarget_Target()
          Returns the meta object for the containment reference ' Target'.
 org.eclipse.emf.ecore.EClass getIntermediateTarget()
          Returns the meta object for class 'Intermediate Target'.
 org.eclipse.emf.ecore.EAttribute getKeyContainer_Key()
          Returns the meta object for the attribute ' Key'.
 org.eclipse.emf.ecore.EClass getKeyContainer()
          Returns the meta object for class 'Key Container'.
 org.eclipse.emf.ecore.EReference getRoot_Intermediate()
          Returns the meta object for the containment reference ' Intermediate'.
 org.eclipse.emf.ecore.EClass getRoot()
          Returns the meta object for class 'Root '.
 org.eclipse.emf.ecore.EAttribute getTarget_Name()
          Returns the meta object for the attribute ' Name'.
 org.eclipse.emf.ecore.EClass getTarget()
          Returns the meta object for class 'Target'.
 
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 ExamplePackage eINSTANCE
The singleton instance of the package.


ROOT

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

See Also:
RootImpl, ExamplePackageImpl.getRoot(), Constant Field Values

ROOT__INTERMEDIATE

static final int ROOT__INTERMEDIATE
The feature id for the 'Intermediate' containment reference.

See Also:
Constant Field Values

ROOT_FEATURE_COUNT

static final int ROOT_FEATURE_COUNT
The number of structural features of the 'Root' class.

See Also:
Constant Field Values

ROOT_OPERATION_COUNT

static final int ROOT_OPERATION_COUNT
The number of operations of the 'Root' class.

See Also:
Constant Field Values

INTERMEDIATE

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

See Also:
IntermediateImpl, ExamplePackageImpl.getIntermediate(), Constant Field Values

INTERMEDIATE__CONTAINER

static final int INTERMEDIATE__CONTAINER
The feature id for the 'Container' containment reference.

See Also:
Constant Field Values

INTERMEDIATE_FEATURE_COUNT

static final int INTERMEDIATE_FEATURE_COUNT
The number of structural features of the 'Intermediate' class.

See Also:
Constant Field Values

INTERMEDIATE_OPERATION_COUNT

static final int INTERMEDIATE_OPERATION_COUNT
The number of operations of the 'Intermediate' class.

See Also:
Constant Field Values

CONTAINER

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

See Also:
ContainerImpl, ExamplePackageImpl.getContainer(), Constant Field Values

CONTAINER__CHILDREN

static final int CONTAINER__CHILDREN
The feature id for the 'Children' containment reference list.

See Also:
Constant Field Values

CONTAINER_FEATURE_COUNT

static final int CONTAINER_FEATURE_COUNT
The number of structural features of the 'Container' class.

See Also:
Constant Field Values

CONTAINER_OPERATION_COUNT

static final int CONTAINER_OPERATION_COUNT
The number of operations of the 'Container' class.

See Also:
Constant Field Values

CHILD

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

See Also:
ChildImpl, ExamplePackageImpl.getChild(), Constant Field Values

CHILD__INTERMEDIATE_TARGET

static final int CHILD__INTERMEDIATE_TARGET
The feature id for the 'Intermediate Target' containment reference.

See Also:
Constant Field Values

CHILD__KEY

static final int CHILD__KEY
The feature id for the 'Key' containment reference.

See Also:
Constant Field Values

CHILD_FEATURE_COUNT

static final int CHILD_FEATURE_COUNT
The number of structural features of the 'Child' class.

See Also:
Constant Field Values

CHILD_OPERATION_COUNT

static final int CHILD_OPERATION_COUNT
The number of operations of the 'Child' class.

See Also:
Constant Field Values

INTERMEDIATE_TARGET

static final int INTERMEDIATE_TARGET
The meta object id for the ' Intermediate Target' class.

See Also:
IntermediateTargetImpl, ExamplePackageImpl.getIntermediateTarget(), Constant Field Values

INTERMEDIATE_TARGET__TARGET

static final int INTERMEDIATE_TARGET__TARGET
The feature id for the 'Target' containment reference.

See Also:
Constant Field Values

INTERMEDIATE_TARGET_FEATURE_COUNT

static final int INTERMEDIATE_TARGET_FEATURE_COUNT
The number of structural features of the 'Intermediate Target' class.

See Also:
Constant Field Values

INTERMEDIATE_TARGET_OPERATION_COUNT

static final int INTERMEDIATE_TARGET_OPERATION_COUNT
The number of operations of the 'Intermediate Target' class.

See Also:
Constant Field Values

TARGET

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

See Also:
TargetImpl, ExamplePackageImpl.getTarget(), Constant Field Values

TARGET__NAME

static final int TARGET__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values

TARGET_FEATURE_COUNT

static final int TARGET_FEATURE_COUNT
The number of structural features of the 'Target' class.

See Also:
Constant Field Values

TARGET_OPERATION_COUNT

static final int TARGET_OPERATION_COUNT
The number of operations of the 'Target' class.

See Also:
Constant Field Values

KEY_CONTAINER

static final int KEY_CONTAINER
The meta object id for the 'Key Container' class.

See Also:
KeyContainerImpl, ExamplePackageImpl.getKeyContainer(), Constant Field Values

KEY_CONTAINER__KEY

static final int KEY_CONTAINER__KEY
The feature id for the 'Key' attribute.

See Also:
Constant Field Values

KEY_CONTAINER_FEATURE_COUNT

static final int KEY_CONTAINER_FEATURE_COUNT
The number of structural features of the 'Key Container' class.

See Also:
Constant Field Values

KEY_CONTAINER_OPERATION_COUNT

static final int KEY_CONTAINER_OPERATION_COUNT
The number of operations of the 'Key Container' class.

See Also:
Constant Field Values
Method Detail

getRoot

org.eclipse.emf.ecore.EClass getRoot()
Returns the meta object for class 'Root '.

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

getRoot_Intermediate

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

Returns:
the meta object for the containment reference 'Intermediate'.
See Also:
Root.getIntermediate(), getRoot()

getIntermediate

org.eclipse.emf.ecore.EClass getIntermediate()
Returns the meta object for class 'Intermediate'.

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

getIntermediate_Container

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

Returns:
the meta object for the containment reference 'Container'.
See Also:
Intermediate.getContainer(), getIntermediate()

getContainer

org.eclipse.emf.ecore.EClass getContainer()
Returns the meta object for class 'Container'.

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

getContainer_Children

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

Returns:
the meta object for the containment reference list 'Children'.
See Also:
Container.getChildren(), getContainer()

getChild

org.eclipse.emf.ecore.EClass getChild()
Returns the meta object for class 'Child'.

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

getChild_IntermediateTarget

org.eclipse.emf.ecore.EReference getChild_IntermediateTarget()
Returns the meta object for the containment reference ' Intermediate Target'.

Returns:
the meta object for the containment reference 'Intermediate Target'.
See Also:
Child.getIntermediateTarget(), getChild()

getChild_Key

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

Returns:
the meta object for the containment reference 'Key'.
See Also:
Child.getKey(), getChild()

getIntermediateTarget

org.eclipse.emf.ecore.EClass getIntermediateTarget()
Returns the meta object for class 'Intermediate Target'.

Returns:
the meta object for class 'Intermediate Target'.
See Also:
IntermediateTarget

getIntermediateTarget_Target

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

Returns:
the meta object for the containment reference 'Target'.
See Also:
IntermediateTarget.getTarget(), getIntermediateTarget()

getTarget

org.eclipse.emf.ecore.EClass getTarget()
Returns the meta object for class 'Target'.

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

getTarget_Name

org.eclipse.emf.ecore.EAttribute getTarget_Name()
Returns the meta object for the attribute ' Name'.

Returns:
the meta object for the attribute 'Name'.
See Also:
Target.getName(), getTarget()

getKeyContainer

org.eclipse.emf.ecore.EClass getKeyContainer()
Returns the meta object for class 'Key Container'.

Returns:
the meta object for class 'Key Container'.
See Also:
KeyContainer

getKeyContainer_Key

org.eclipse.emf.ecore.EAttribute getKeyContainer_Key()
Returns the meta object for the attribute ' Key'.

Returns:
the meta object for the attribute 'Key'.
See Also:
KeyContainer.getKey(), getKeyContainer()

getExampleFactory

ExampleFactory getExampleFactory()
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.