org.eclipse.emf.test.models.ppo
Interface PPOPackage.Literals

Enclosing interface:
PPOPackage

public static interface PPOPackage.Literals

Defines literals for the meta objects that represent


Field Summary
static EDataType DATE
          The meta object literal for the 'Date' data type
static EClass ITEM
          The meta object literal for the 'Item' class
static EAttribute ITEM__COMMENT
          The meta object literal for the 'Comment' attribute feature
static EAttribute ITEM__PART_NUM
          The meta object literal for the 'Part Num' attribute feature
static EAttribute ITEM__PRODUCT_NAME
          The meta object literal for the 'Product Name' attribute feature
static EAttribute ITEM__QUANTITY
          The meta object literal for the 'Quantity' attribute feature
static EAttribute ITEM__SHIP_DATE
          The meta object literal for the 'Ship Date' attribute feature
static EAttribute ITEM__US_PRICE
          The meta object literal for the 'US Price' attribute feature
static EClass PURCHASE_ORDER
          The meta object literal for the 'Purchase Order' class
static EReference PURCHASE_ORDER__BILL_TO
          The meta object literal for the 'Bill To' containment reference feature
static EAttribute PURCHASE_ORDER__COMMENT
          The meta object literal for the 'Comment' attribute feature
static EReference PURCHASE_ORDER__ITEMS
          The meta object literal for the 'Items' containment reference list feature
static EAttribute PURCHASE_ORDER__ORDER_DATE
          The meta object literal for the 'Order Date' attribute feature
static EReference PURCHASE_ORDER__SHIP_TO
          The meta object literal for the 'Ship To' containment reference feature
static EDataType SKU
          The meta object literal for the 'SKU' data type
static EClass US_ADDRESS
          The meta object literal for the 'US Address' class
static EAttribute US_ADDRESS__CITY
          The meta object literal for the 'City' attribute feature
static EAttribute US_ADDRESS__COUNTRY
          The meta object literal for the 'Country' attribute feature
static EAttribute US_ADDRESS__NAME
          The meta object literal for the 'Name' attribute feature
static EAttribute US_ADDRESS__STATE
          The meta object literal for the 'State' attribute feature
static EAttribute US_ADDRESS__STREET
          The meta object literal for the 'Street' attribute feature
static EAttribute US_ADDRESS__ZIP
          The meta object literal for the 'Zip' attribute feature
 

Field Detail

ITEM

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

See Also:
ItemImpl, PPOPackageImpl.getItem()

ITEM__PRODUCT_NAME

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


ITEM__QUANTITY

static final EAttribute ITEM__QUANTITY
The meta object literal for the 'Quantity' attribute feature.


ITEM__US_PRICE

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


ITEM__COMMENT

static final EAttribute ITEM__COMMENT
The meta object literal for the 'Comment' attribute feature.


ITEM__SHIP_DATE

static final EAttribute ITEM__SHIP_DATE
The meta object literal for the 'Ship Date' attribute feature.


ITEM__PART_NUM

static final EAttribute ITEM__PART_NUM
The meta object literal for the 'Part Num' attribute feature.


US_ADDRESS

static final EClass US_ADDRESS
The meta object literal for the 'US Address' class.

See Also:
USAddressImpl, PPOPackageImpl.getUSAddress()

US_ADDRESS__NAME

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


US_ADDRESS__STREET

static final EAttribute US_ADDRESS__STREET
The meta object literal for the 'Street' attribute feature.


US_ADDRESS__CITY

static final EAttribute US_ADDRESS__CITY
The meta object literal for the 'City' attribute feature.


US_ADDRESS__STATE

static final EAttribute US_ADDRESS__STATE
The meta object literal for the 'State' attribute feature.


US_ADDRESS__ZIP

static final EAttribute US_ADDRESS__ZIP
The meta object literal for the 'Zip' attribute feature.


US_ADDRESS__COUNTRY

static final EAttribute US_ADDRESS__COUNTRY
The meta object literal for the 'Country' attribute feature.


PURCHASE_ORDER

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

See Also:
PurchaseOrderImpl, PPOPackageImpl.getPurchaseOrder()

PURCHASE_ORDER__ITEMS

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


PURCHASE_ORDER__COMMENT

static final EAttribute PURCHASE_ORDER__COMMENT
The meta object literal for the 'Comment' attribute feature.


PURCHASE_ORDER__ORDER_DATE

static final EAttribute PURCHASE_ORDER__ORDER_DATE
The meta object literal for the 'Order Date' attribute feature.


PURCHASE_ORDER__BILL_TO

static final EReference PURCHASE_ORDER__BILL_TO
The meta object literal for the 'Bill To' containment reference feature.


PURCHASE_ORDER__SHIP_TO

static final EReference PURCHASE_ORDER__SHIP_TO
The meta object literal for the 'Ship To' containment reference feature.


SKU

static final EDataType SKU
The meta object literal for the 'SKU' data type.

See Also:
String, PPOPackageImpl.getSKU()

DATE

static final EDataType DATE
The meta object literal for the 'Date' data type.

See Also:
Date, PPOPackageImpl.getDate()

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