org.eclipse.emf.test.models.key
Interface KeyPackage

All Superinterfaces:
EModelElement, ENamedElement, EObject, EPackage, Notifier
All Known Implementing Classes:
KeyPackageImpl

public interface KeyPackage
extends EPackage

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

See Also:
KeyFactory

Nested Class Summary
static interface KeyPackage.Literals
          Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage
EPackage.Descriptor, EPackage.Registry
 
Field Summary
static KeyPackage eINSTANCE
          The singleton instance of the package
static java.lang.String eNAME
          The package name
static java.lang.String eNS_PREFIX
          The package namespace name
static java.lang.String eNS_URI
          The package namespace URI
static int ITEM
          The meta object id for the 'Item' class
static int ITEM__NAME
          The feature id for the 'Name' attribute
static int ITEM__RELATED_ITEMS
          The feature id for the 'Related Items' reference list
static int ITEM__SIGNATURE
          The feature id for the 'Signature' attribute list
static int ITEM_FEATURE_COUNT
          The number of structural features of the 'Item' class
static int ROOT
          The meta object id for the 'Root' class
static int ROOT__ITEMS
          The feature id for the 'Items' containment reference list
static int ROOT_FEATURE_COUNT
          The number of structural features of the 'Root' class
 
Method Summary
 EAttribute getItem_Name()
          Returns the meta object for the attribute 'Name'
 EReference getItem_RelatedItems()
          Returns the meta object for the reference list 'Related Items'
 EAttribute getItem_Signature()
          Returns the meta object for the attribute list 'Signature'
 EClass getItem()
          Returns the meta object for class 'Item'
 KeyFactory getKeyFactory()
          Returns the factory that creates the instances of the model
 EReference getRoot_Items()
          Returns the meta object for the containment reference list 'Items'
 EClass getRoot()
          Returns the meta object for class 'Root'
 
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 java.lang.String eNAME
The package name.

See Also:
Constant Field Values

eNS_URI

static final java.lang.String eNS_URI
The package namespace URI.

See Also:
Constant Field Values

eNS_PREFIX

static final java.lang.String eNS_PREFIX
The package namespace name.

See Also:
Constant Field Values

eINSTANCE

static final KeyPackage eINSTANCE
The singleton instance of the package.


ITEM

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

See Also:
ItemImpl, KeyPackageImpl.getItem(), Constant Field Values

ITEM__NAME

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

See Also:
Constant Field Values

ITEM__SIGNATURE

static final int ITEM__SIGNATURE
The feature id for the 'Signature' attribute list.

See Also:
Constant Field Values

ITEM__RELATED_ITEMS

static final int ITEM__RELATED_ITEMS
The feature id for the 'Related Items' reference list.

See Also:
Constant Field Values

ITEM_FEATURE_COUNT

static final int ITEM_FEATURE_COUNT
The number of structural features of the 'Item' class.

See Also:
Constant Field Values

ROOT

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

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

ROOT__ITEMS

static final int ROOT__ITEMS
The feature id for the 'Items' containment reference list.

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
Method Detail

getItem

EClass getItem()
Returns the meta object for class 'Item'.

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

getItem_Name

EAttribute getItem_Name()
Returns the meta object for the attribute 'Name'.

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

getItem_Signature

EAttribute getItem_Signature()
Returns the meta object for the attribute list 'Signature'.

Returns:
the meta object for the attribute list 'Signature'.
See Also:
Item.getSignature(), getItem()

getItem_RelatedItems

EReference getItem_RelatedItems()
Returns the meta object for the reference list 'Related Items'.

Returns:
the meta object for the reference list 'Related Items'.
See Also:
Item.getRelatedItems(), getItem()

getRoot

EClass getRoot()
Returns the meta object for class 'Root'.

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

getRoot_Items

EReference getRoot_Items()
Returns the meta object for the containment reference list 'Items'.

Returns:
the meta object for the containment reference list 'Items'.
See Also:
Root.getItems(), getRoot()

getKeyFactory

KeyFactory getKeyFactory()
Returns the factory that creates the instances of the model.

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

Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.