org.eclipse.emf.test.models.dbprice
Interface DBPricePackage.Literals

Enclosing interface:
DBPricePackage

public static interface DBPricePackage.Literals

Defines literals for the meta objects that represent


Field Summary
static EClass PEN_TYPE
          The meta object literal for the 'Pen Type' class
static EAttribute PEN_TYPE__PRICE
          The meta object literal for the 'Price' attribute feature
static EClass PENCIL_TYPE
          The meta object literal for the 'Pencil Type' class
static EAttribute PENCIL_TYPE__PRICE
          The meta object literal for the 'Price' attribute feature
 

Field Detail

PENCIL_TYPE

static final EClass PENCIL_TYPE
The meta object literal for the 'Pencil Type' class.

See Also:
PencilTypeImpl, DBPricePackageImpl.getPencilType()

PENCIL_TYPE__PRICE

static final EAttribute PENCIL_TYPE__PRICE
The meta object literal for the 'Price' attribute feature.


PEN_TYPE

static final EClass PEN_TYPE
The meta object literal for the 'Pen Type' class.

See Also:
PenTypeImpl, DBPricePackageImpl.getPenType()

PEN_TYPE__PRICE

static final EAttribute PEN_TYPE__PRICE
The meta object literal for the 'Price' attribute feature.


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