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

Enclosing interface:
KeyPackage

public static interface KeyPackage.Literals

Defines literals for the meta objects that represent


Field Summary
static EClass ITEM
          The meta object literal for the 'Item' class
static EAttribute ITEM__NAME
          The meta object literal for the 'Name' attribute feature
static EReference ITEM__RELATED_ITEMS
          The meta object literal for the 'Related Items' reference list feature
static EAttribute ITEM__SIGNATURE
          The meta object literal for the 'Signature' attribute list feature
static EClass ROOT
          The meta object literal for the 'Root' class
static EReference ROOT__ITEMS
          The meta object literal for the 'Items' containment reference list feature
 

Field Detail

ITEM

static final EClass ITEM
The meta object literal for the 'Item' class.

See Also:
ItemImpl, KeyPackageImpl.getItem()

ITEM__NAME

static final EAttribute ITEM__NAME
The meta object literal for the 'Name' attribute feature.


ITEM__SIGNATURE

static final EAttribute ITEM__SIGNATURE
The meta object literal for the 'Signature' attribute list feature.


ITEM__RELATED_ITEMS

static final EReference ITEM__RELATED_ITEMS
The meta object literal for the 'Related Items' reference list feature.


ROOT

static final EClass ROOT
The meta object literal for the 'Root' class.

See Also:
RootImpl, KeyPackageImpl.getRoot()

ROOT__ITEMS

static final EReference ROOT__ITEMS
The meta object literal for the 'Items' containment reference list feature.


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