org.eclipse.emf.test.models.ext
Interface ExtPackage.Literals

Enclosing interface:
ExtPackage

public static interface ExtPackage.Literals

Defines literals for the meta objects that represent


Field Summary
static EClass EXT_E
          The meta object literal for the 'E' class
static EReference EXT_E__F
          The meta object literal for the 'F' containment reference list feature
static EAttribute EXT_E__VALUE
          The meta object literal for the 'Value' attribute feature
static EClass F
          The meta object literal for the 'F' class
static EReference F__E
          The meta object literal for the 'E' container reference feature
static EAttribute F__ID
          The meta object literal for the 'Id' attribute feature
 

Field Detail

EXT_E

static final EClass EXT_E
The meta object literal for the 'E' class.

See Also:
ExtEImpl, ExtPackageImpl.getExtE()

EXT_E__VALUE

static final EAttribute EXT_E__VALUE
The meta object literal for the 'Value' attribute feature.


EXT_E__F

static final EReference EXT_E__F
The meta object literal for the 'F' containment reference list feature.


F

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

See Also:
FImpl, ExtPackageImpl.getF()

F__ID

static final EAttribute F__ID
The meta object literal for the 'Id' attribute feature.


F__E

static final EReference F__E
The meta object literal for the 'E' container reference feature.


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