org.eclipse.emf.test.core.featuremap.supplier
Interface SupplierPackage.Literals

Enclosing interface:
SupplierPackage

public static interface SupplierPackage.Literals

Defines literals for the meta objects that represent


Field Summary
static EClass PURCHASE_ORDER
          The meta object literal for the 'Purchase Order' class
static EAttribute PURCHASE_ORDER__ID
          The meta object literal for the 'Id' attribute feature
static EClass SUPPLIER
          The meta object literal for the 'Supplier' class
static EAttribute SUPPLIER__NAME
          The meta object literal for the 'Name' attribute feature
static EAttribute SUPPLIER__ORDERS
          The meta object literal for the 'Orders' attribute list feature
static EReference SUPPLIER__PREFERRED_ORDERS
          The meta object literal for the 'Preferred Orders' containment reference list feature
static EReference SUPPLIER__STANDARD_ORDERS
          The meta object literal for the 'Standard Orders' containment reference list feature
 

Field Detail

PURCHASE_ORDER

static final EClass PURCHASE_ORDER
The meta object literal for the 'Purchase Order' class.

See Also:
PurchaseOrderImpl, SupplierPackageImpl.getPurchaseOrder()

PURCHASE_ORDER__ID

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


SUPPLIER

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

See Also:
SupplierImpl, SupplierPackageImpl.getSupplier()

SUPPLIER__NAME

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


SUPPLIER__ORDERS

static final EAttribute SUPPLIER__ORDERS
The meta object literal for the 'Orders' attribute list feature.


SUPPLIER__PREFERRED_ORDERS

static final EReference SUPPLIER__PREFERRED_ORDERS
The meta object literal for the 'Preferred Orders' containment reference list feature.


SUPPLIER__STANDARD_ORDERS

static final EReference SUPPLIER__STANDARD_ORDERS
The meta object literal for the 'Standard Orders' containment reference list feature.


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