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

All Superinterfaces:
EModelElement, ENamedElement, EObject, EPackage, Notifier
All Known Implementing Classes:
SupplierPackageImpl

public interface SupplierPackage
extends EPackage

The Package for the model. It contains accessors for the meta objects to represent

See Also:
SupplierFactory

Nested Class Summary
static interface SupplierPackage.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 SupplierPackage 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 PURCHASE_ORDER
          The meta object id for the 'Purchase Order' class
static int PURCHASE_ORDER__ID
          The feature id for the 'Id' attribute
static int PURCHASE_ORDER_FEATURE_COUNT
          The number of structural features of the 'Purchase Order' class
static int SUPPLIER
          The meta object id for the 'Supplier' class
static int SUPPLIER__NAME
          The feature id for the 'Name' attribute
static int SUPPLIER__ORDERS
          The feature id for the 'Orders' attribute list
static int SUPPLIER__PREFERRED_ORDERS
          The feature id for the 'Preferred Orders' containment reference list
static int SUPPLIER__STANDARD_ORDERS
          The feature id for the 'Standard Orders' containment reference list
static int SUPPLIER_FEATURE_COUNT
          The number of structural features of the 'Supplier' class
 
Method Summary
 EAttribute getPurchaseOrder_Id()
          Returns the meta object for the attribute 'Id'
 EClass getPurchaseOrder()
          Returns the meta object for class 'Purchase Order'
 EAttribute getSupplier_Name()
          Returns the meta object for the attribute 'Name'
 EAttribute getSupplier_Orders()
          Returns the meta object for the attribute list 'Orders'
 EReference getSupplier_PreferredOrders()
          Returns the meta object for the containment reference list 'Preferred Orders'
 EReference getSupplier_StandardOrders()
          Returns the meta object for the containment reference list 'Standard Orders'
 EClass getSupplier()
          Returns the meta object for class 'Supplier'
 SupplierFactory getSupplierFactory()
          Returns the factory that creates the instances of the model
 
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

eNAME

static final java.lang.String eNAME
The package name.

See Also:
Constant Field Values

eNS_URI

static final java.lang.String eNS_URI
The package namespace URI.

See Also:
Constant Field Values

eNS_PREFIX

static final java.lang.String eNS_PREFIX
The package namespace name.

See Also:
Constant Field Values

eINSTANCE

static final SupplierPackage eINSTANCE
The singleton instance of the package.


PURCHASE_ORDER

static final int PURCHASE_ORDER
The meta object id for the 'Purchase Order' class.

See Also:
PurchaseOrderImpl, SupplierPackageImpl.getPurchaseOrder(), Constant Field Values

PURCHASE_ORDER__ID

static final int PURCHASE_ORDER__ID
The feature id for the 'Id' attribute.

See Also:
Constant Field Values

PURCHASE_ORDER_FEATURE_COUNT

static final int PURCHASE_ORDER_FEATURE_COUNT
The number of structural features of the 'Purchase Order' class.

See Also:
Constant Field Values

SUPPLIER

static final int SUPPLIER
The meta object id for the 'Supplier' class.

See Also:
SupplierImpl, SupplierPackageImpl.getSupplier(), Constant Field Values

SUPPLIER__NAME

static final int SUPPLIER__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values

SUPPLIER__ORDERS

static final int SUPPLIER__ORDERS
The feature id for the 'Orders' attribute list.

See Also:
Constant Field Values

SUPPLIER__PREFERRED_ORDERS

static final int SUPPLIER__PREFERRED_ORDERS
The feature id for the 'Preferred Orders' containment reference list.

See Also:
Constant Field Values

SUPPLIER__STANDARD_ORDERS

static final int SUPPLIER__STANDARD_ORDERS
The feature id for the 'Standard Orders' containment reference list.

See Also:
Constant Field Values

SUPPLIER_FEATURE_COUNT

static final int SUPPLIER_FEATURE_COUNT
The number of structural features of the 'Supplier' class.

See Also:
Constant Field Values
Method Detail

getPurchaseOrder

EClass getPurchaseOrder()
Returns the meta object for class 'Purchase Order'.

Returns:
the meta object for class 'Purchase Order'.
See Also:
PurchaseOrder

getPurchaseOrder_Id

EAttribute getPurchaseOrder_Id()
Returns the meta object for the attribute 'Id'.

Returns:
the meta object for the attribute 'Id'.
See Also:
PurchaseOrder.getId(), getPurchaseOrder()

getSupplier

EClass getSupplier()
Returns the meta object for class 'Supplier'.

Returns:
the meta object for class 'Supplier'.
See Also:
Supplier

getSupplier_Name

EAttribute getSupplier_Name()
Returns the meta object for the attribute 'Name'.

Returns:
the meta object for the attribute 'Name'.
See Also:
Supplier.getName(), getSupplier()

getSupplier_Orders

EAttribute getSupplier_Orders()
Returns the meta object for the attribute list 'Orders'.

Returns:
the meta object for the attribute list 'Orders'.
See Also:
Supplier.getOrders(), getSupplier()

getSupplier_PreferredOrders

EReference getSupplier_PreferredOrders()
Returns the meta object for the containment reference list 'Preferred Orders'.

Returns:
the meta object for the containment reference list 'Preferred Orders'.
See Also:
Supplier.getPreferredOrders(), getSupplier()

getSupplier_StandardOrders

EReference getSupplier_StandardOrders()
Returns the meta object for the containment reference list 'Standard Orders'.

Returns:
the meta object for the containment reference list 'Standard Orders'.
See Also:
Supplier.getStandardOrders(), getSupplier()

getSupplierFactory

SupplierFactory getSupplierFactory()
Returns the factory that creates the instances of the model.

Returns:
the factory that creates the instances of the model.

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