|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PPOPackage
The Package for the model. It contains accessors for the meta objects to represent
PPOFactory| Nested Class Summary | |
|---|---|
static interface |
PPOPackage.Literals
Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type |
| Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage |
|---|
EPackage.Descriptor, EPackage.Registry |
| Field Summary | |
|---|---|
static int |
DATE
The meta object id for the 'Date' data type |
static PPOPackage |
eINSTANCE
The singleton instance of the package |
static java.lang.String |
eNAME
The package name |
static java.lang.String |
eNS_PREFIX
The package namespace name |
static java.lang.String |
eNS_URI
The package namespace URI |
static int |
ITEM
The meta object id for the ' Item' class |
static int |
ITEM__COMMENT
The feature id for the 'Comment' attribute |
static int |
ITEM__PART_NUM
The feature id for the 'Part Num' attribute |
static int |
ITEM__PRODUCT_NAME
The feature id for the 'Product Name' attribute |
static int |
ITEM__QUANTITY
The feature id for the 'Quantity' attribute |
static int |
ITEM__SHIP_DATE
The feature id for the 'Ship Date' attribute |
static int |
ITEM__US_PRICE
The feature id for the 'US Price' attribute |
static int |
ITEM_FEATURE_COUNT
The number of structural features of the 'Item' class |
static int |
PURCHASE_ORDER
The meta object id for the ' Purchase Order' class |
static int |
PURCHASE_ORDER__BILL_TO
The feature id for the 'Bill To' containment reference |
static int |
PURCHASE_ORDER__COMMENT
The feature id for the 'Comment' attribute |
static int |
PURCHASE_ORDER__ITEMS
The feature id for the 'Items' containment reference list |
static int |
PURCHASE_ORDER__ORDER_DATE
The feature id for the 'Order Date' attribute |
static int |
PURCHASE_ORDER__SHIP_TO
The feature id for the 'Ship To' containment reference |
static int |
PURCHASE_ORDER_FEATURE_COUNT
The number of structural features of the 'Purchase Order' class |
static int |
SKU
The meta object id for the 'SKU' data type |
static int |
US_ADDRESS
The meta object id for the ' US Address' class |
static int |
US_ADDRESS__CITY
The feature id for the 'City' attribute |
static int |
US_ADDRESS__COUNTRY
The feature id for the 'Country' attribute |
static int |
US_ADDRESS__NAME
The feature id for the 'Name' attribute |
static int |
US_ADDRESS__STATE
The feature id for the 'State' attribute |
static int |
US_ADDRESS__STREET
The feature id for the 'Street' attribute |
static int |
US_ADDRESS__ZIP
The feature id for the 'Zip' attribute |
static int |
US_ADDRESS_FEATURE_COUNT
The number of structural features of the 'US Address' class |
| Method Summary | |
|---|---|
EDataType |
getDate()
Returns the meta object for data type ' Date' |
EAttribute |
getItem_Comment()
Returns the meta object for the attribute ' Comment' |
EAttribute |
getItem_PartNum()
Returns the meta object for the attribute ' Part Num' |
EAttribute |
getItem_ProductName()
Returns the meta object for the attribute ' Product Name' |
EAttribute |
getItem_Quantity()
Returns the meta object for the attribute ' Quantity' |
EAttribute |
getItem_ShipDate()
Returns the meta object for the attribute ' Ship Date' |
EAttribute |
getItem_USPrice()
Returns the meta object for the attribute ' US Price' |
EClass |
getItem()
Returns the meta object for class ' Item' |
PPOFactory |
getPPOFactory()
Returns the factory that creates the instances of the model |
EReference |
getPurchaseOrder_BillTo()
Returns the meta object for the containment reference ' Bill To' |
EAttribute |
getPurchaseOrder_Comment()
Returns the meta object for the attribute ' Comment' |
EReference |
getPurchaseOrder_Items()
Returns the meta object for the containment reference list ' Items' |
EAttribute |
getPurchaseOrder_OrderDate()
Returns the meta object for the attribute ' Order Date' |
EReference |
getPurchaseOrder_ShipTo()
Returns the meta object for the containment reference ' Ship To' |
EClass |
getPurchaseOrder()
Returns the meta object for class ' Purchase Order' |
EDataType |
getSKU()
Returns the meta object for data type ' SKU' |
EAttribute |
getUSAddress_City()
Returns the meta object for the attribute ' City' |
EAttribute |
getUSAddress_Country()
Returns the meta object for the attribute ' Country' |
EAttribute |
getUSAddress_Name()
Returns the meta object for the attribute ' Name' |
EAttribute |
getUSAddress_State()
Returns the meta object for the attribute ' State' |
EAttribute |
getUSAddress_Street()
Returns the meta object for the attribute ' Street' |
EAttribute |
getUSAddress_Zip()
Returns the meta object for the attribute ' Zip' |
EClass |
getUSAddress()
Returns the meta object for class ' US Address' |
| Methods inherited from interface org.eclipse.emf.ecore.EPackage |
|---|
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI |
| Methods inherited from interface org.eclipse.emf.ecore.ENamedElement |
|---|
getName, setName |
| Methods inherited from interface org.eclipse.emf.ecore.EModelElement |
|---|
getEAnnotation, getEAnnotations |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
|---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
|---|
eAdapters, eDeliver, eNotify, eSetDeliver |
| Field Detail |
|---|
static final java.lang.String eNAME
static final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final PPOPackage eINSTANCE
static final int ITEM
Item' class.
ItemImpl,
PPOPackageImpl.getItem(),
Constant Field Valuesstatic final int ITEM__PRODUCT_NAME
static final int ITEM__QUANTITY
static final int ITEM__US_PRICE
static final int ITEM__COMMENT
static final int ITEM__SHIP_DATE
static final int ITEM__PART_NUM
static final int ITEM_FEATURE_COUNT
static final int US_ADDRESS
US Address' class.
USAddressImpl,
PPOPackageImpl.getUSAddress(),
Constant Field Valuesstatic final int US_ADDRESS__NAME
static final int US_ADDRESS__STREET
static final int US_ADDRESS__CITY
static final int US_ADDRESS__STATE
static final int US_ADDRESS__ZIP
static final int US_ADDRESS__COUNTRY
static final int US_ADDRESS_FEATURE_COUNT
static final int PURCHASE_ORDER
Purchase Order' class.
PurchaseOrderImpl,
PPOPackageImpl.getPurchaseOrder(),
Constant Field Valuesstatic final int PURCHASE_ORDER__ITEMS
static final int PURCHASE_ORDER__COMMENT
static final int PURCHASE_ORDER__ORDER_DATE
static final int PURCHASE_ORDER__BILL_TO
static final int PURCHASE_ORDER__SHIP_TO
static final int PURCHASE_ORDER_FEATURE_COUNT
static final int SKU
String,
PPOPackageImpl.getSKU(),
Constant Field Valuesstatic final int DATE
Date,
PPOPackageImpl.getDate(),
Constant Field Values| Method Detail |
|---|
EClass getItem()
Item'.
ItemEAttribute getItem_ProductName()
Product Name'.
Item.getProductName(),
getItem()EAttribute getItem_Quantity()
Quantity'.
Item.getQuantity(),
getItem()EAttribute getItem_USPrice()
US Price'.
Item.getUSPrice(),
getItem()EAttribute getItem_Comment()
Comment'.
Item.getComment(),
getItem()EAttribute getItem_ShipDate()
Ship Date'.
Item.getShipDate(),
getItem()EAttribute getItem_PartNum()
Part Num'.
Item.getPartNum(),
getItem()EClass getUSAddress()
US Address'.
USAddressEAttribute getUSAddress_Name()
Name'.
USAddress.getName(),
getUSAddress()EAttribute getUSAddress_Street()
Street'.
USAddress.getStreet(),
getUSAddress()EAttribute getUSAddress_City()
City'.
USAddress.getCity(),
getUSAddress()EAttribute getUSAddress_State()
State'.
USAddress.getState(),
getUSAddress()EAttribute getUSAddress_Zip()
Zip'.
USAddress.getZip(),
getUSAddress()EAttribute getUSAddress_Country()
Country'.
USAddress.getCountry(),
getUSAddress()EClass getPurchaseOrder()
Purchase Order'.
PurchaseOrderEReference getPurchaseOrder_Items()
Items'.
PurchaseOrder.getItems(),
getPurchaseOrder()EAttribute getPurchaseOrder_Comment()
Comment'.
PurchaseOrder.getComment(),
getPurchaseOrder()EAttribute getPurchaseOrder_OrderDate()
Order Date'.
PurchaseOrder.getOrderDate(),
getPurchaseOrder()EReference getPurchaseOrder_BillTo()
Bill To'.
PurchaseOrder.getBillTo(),
getPurchaseOrder()EReference getPurchaseOrder_ShipTo()
Ship To'.
PurchaseOrder.getShipTo(),
getPurchaseOrder()EDataType getSKU()
SKU'.
StringEDataType getDate()
Date'.
DatePPOFactory getPPOFactory()
|
Copyright 2001-2006 IBM Corporation and others. All Rights Reserved. |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||