org.eclipse.emf.test.databinding.emfdb
Interface EmfdbPackage.Literals

Enclosing interface:
EmfdbPackage

public static interface EmfdbPackage.Literals

Defines literals for the meta objects that represent


Field Summary
static EClass A
          The meta object literal for the 'A' class
static EReference A__BLIST
          The meta object literal for the 'Blist' containment reference list feature
static EAttribute A__STRING
          The meta object literal for the 'String' attribute feature
static EClass B
          The meta object literal for the 'B' class
static EAttribute B__STRING
          The meta object literal for the 'String' attribute feature
 

Field Detail

A

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

See Also:
AImpl, EmfdbPackageImpl.getA()

A__STRING

static final EAttribute A__STRING
The meta object literal for the 'String' attribute feature.


A__BLIST

static final EReference A__BLIST
The meta object literal for the 'Blist' containment reference list feature.


B

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

See Also:
BImpl, EmfdbPackageImpl.getB()

B__STRING

static final EAttribute B__STRING
The meta object literal for the 'String' attribute feature.


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