org.eclipse.emf.test.models.order
Interface OrderPackage

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

public interface OrderPackage
extends EPackage

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

See Also:
OrderFactory

Nested Class Summary
static interface OrderPackage.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 CUSTOMER_ORDER
          The meta object id for the 'Customer Order' class
static int CUSTOMER_ORDER__ANY
          The feature id for the 'Any' attribute list
static int CUSTOMER_ORDER__CUSTOMER_ID
          The feature id for the 'Customer ID' attribute
static int CUSTOMER_ORDER__MOVIES_SEEN
          The feature id for the 'Movies Seen' containment reference
static int CUSTOMER_ORDER__MOVIES_TO_SEE
          The feature id for the 'Movies To See' containment reference
static int CUSTOMER_ORDER_FEATURE_COUNT
          The number of structural features of the 'Customer Order' class
static int DOCUMENT_ROOT
          The meta object id for the 'Document Root' class
static int DOCUMENT_ROOT__MIXED
          The feature id for the 'Mixed' attribute list
static int DOCUMENT_ROOT__ORDER
          The feature id for the 'Order' containment reference
static int DOCUMENT_ROOT__XMLNS_PREFIX_MAP
          The feature id for the 'XMLNS Prefix Map' map
static int DOCUMENT_ROOT__XSI_SCHEMA_LOCATION
          The feature id for the 'XSI Schema Location' map
static int DOCUMENT_ROOT_FEATURE_COUNT
          The number of structural features of the 'Document Root' class
static OrderPackage 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 ORDER
          The meta object id for the 'Order' class
static int ORDER__DATE_REQUESTED
          The feature id for the 'Date Requested' attribute
static int ORDER__LAST_UPDATED
          The feature id for the 'Last Updated' attribute
static int ORDER__MOVIES
          The feature id for the 'Movies' attribute
static int ORDER_FEATURE_COUNT
          The number of structural features of the 'Order' class
 
Method Summary
 EAttribute getCustomerOrder_Any()
          Returns the meta object for the attribute list 'Any'
 EAttribute getCustomerOrder_CustomerID()
          Returns the meta object for the attribute 'Customer ID'
 EReference getCustomerOrder_MoviesSeen()
          Returns the meta object for the containment reference 'Movies Seen'
 EReference getCustomerOrder_MoviesToSee()
          Returns the meta object for the containment reference 'Movies To See'
 EClass getCustomerOrder()
          Returns the meta object for class 'Customer Order'
 EAttribute getDocumentRoot_Mixed()
          Returns the meta object for the attribute list 'Mixed'
 EReference getDocumentRoot_Order()
          Returns the meta object for the containment reference 'Order'
 EReference getDocumentRoot_XMLNSPrefixMap()
          Returns the meta object for the map 'XMLNS Prefix Map'
 EReference getDocumentRoot_XSISchemaLocation()
          Returns the meta object for the map 'XSI Schema Location'
 EClass getDocumentRoot()
          Returns the meta object for class 'Document Root'
 EAttribute getOrder_DateRequested()
          Returns the meta object for the attribute 'Date Requested'
 EAttribute getOrder_LastUpdated()
          Returns the meta object for the attribute 'Last Updated'
 EAttribute getOrder_Movies()
          Returns the meta object for the attribute 'Movies'
 EClass getOrder()
          Returns the meta object for class 'Order'
 OrderFactory getOrderFactory()
          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 OrderPackage eINSTANCE
The singleton instance of the package.


CUSTOMER_ORDER

static final int CUSTOMER_ORDER
The meta object id for the 'Customer Order' class.

See Also:
CustomerOrderImpl, OrderPackageImpl.getCustomerOrder(), Constant Field Values

CUSTOMER_ORDER__MOVIES_TO_SEE

static final int CUSTOMER_ORDER__MOVIES_TO_SEE
The feature id for the 'Movies To See' containment reference.

See Also:
Constant Field Values

CUSTOMER_ORDER__MOVIES_SEEN

static final int CUSTOMER_ORDER__MOVIES_SEEN
The feature id for the 'Movies Seen' containment reference.

See Also:
Constant Field Values

CUSTOMER_ORDER__ANY

static final int CUSTOMER_ORDER__ANY
The feature id for the 'Any' attribute list.

See Also:
Constant Field Values

CUSTOMER_ORDER__CUSTOMER_ID

static final int CUSTOMER_ORDER__CUSTOMER_ID
The feature id for the 'Customer ID' attribute.

See Also:
Constant Field Values

CUSTOMER_ORDER_FEATURE_COUNT

static final int CUSTOMER_ORDER_FEATURE_COUNT
The number of structural features of the 'Customer Order' class.

See Also:
Constant Field Values

DOCUMENT_ROOT

static final int DOCUMENT_ROOT
The meta object id for the 'Document Root' class.

See Also:
DocumentRootImpl, OrderPackageImpl.getDocumentRoot(), Constant Field Values

DOCUMENT_ROOT__MIXED

static final int DOCUMENT_ROOT__MIXED
The feature id for the 'Mixed' attribute list.

See Also:
Constant Field Values

DOCUMENT_ROOT__XMLNS_PREFIX_MAP

static final int DOCUMENT_ROOT__XMLNS_PREFIX_MAP
The feature id for the 'XMLNS Prefix Map' map.

See Also:
Constant Field Values

DOCUMENT_ROOT__XSI_SCHEMA_LOCATION

static final int DOCUMENT_ROOT__XSI_SCHEMA_LOCATION
The feature id for the 'XSI Schema Location' map.

See Also:
Constant Field Values

DOCUMENT_ROOT__ORDER

static final int DOCUMENT_ROOT__ORDER
The feature id for the 'Order' containment reference.

See Also:
Constant Field Values

DOCUMENT_ROOT_FEATURE_COUNT

static final int DOCUMENT_ROOT_FEATURE_COUNT
The number of structural features of the 'Document Root' class.

See Also:
Constant Field Values

ORDER

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

See Also:
OrderImpl, OrderPackageImpl.getOrder(), Constant Field Values

ORDER__DATE_REQUESTED

static final int ORDER__DATE_REQUESTED
The feature id for the 'Date Requested' attribute.

See Also:
Constant Field Values

ORDER__LAST_UPDATED

static final int ORDER__LAST_UPDATED
The feature id for the 'Last Updated' attribute.

See Also:
Constant Field Values

ORDER__MOVIES

static final int ORDER__MOVIES
The feature id for the 'Movies' attribute.

See Also:
Constant Field Values

ORDER_FEATURE_COUNT

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

See Also:
Constant Field Values
Method Detail

getCustomerOrder

EClass getCustomerOrder()
Returns the meta object for class 'Customer Order'.

Returns:
the meta object for class 'Customer Order'.
See Also:
CustomerOrder

getCustomerOrder_MoviesToSee

EReference getCustomerOrder_MoviesToSee()
Returns the meta object for the containment reference 'Movies To See'.

Returns:
the meta object for the containment reference 'Movies To See'.
See Also:
CustomerOrder.getMoviesToSee(), getCustomerOrder()

getCustomerOrder_MoviesSeen

EReference getCustomerOrder_MoviesSeen()
Returns the meta object for the containment reference 'Movies Seen'.

Returns:
the meta object for the containment reference 'Movies Seen'.
See Also:
CustomerOrder.getMoviesSeen(), getCustomerOrder()

getCustomerOrder_Any

EAttribute getCustomerOrder_Any()
Returns the meta object for the attribute list 'Any'.

Returns:
the meta object for the attribute list 'Any'.
See Also:
CustomerOrder.getAny(), getCustomerOrder()

getCustomerOrder_CustomerID

EAttribute getCustomerOrder_CustomerID()
Returns the meta object for the attribute 'Customer ID'.

Returns:
the meta object for the attribute 'Customer ID'.
See Also:
CustomerOrder.getCustomerID(), getCustomerOrder()

getDocumentRoot

EClass getDocumentRoot()
Returns the meta object for class 'Document Root'.

Returns:
the meta object for class 'Document Root'.
See Also:
DocumentRoot

getDocumentRoot_Mixed

EAttribute getDocumentRoot_Mixed()
Returns the meta object for the attribute list 'Mixed'.

Returns:
the meta object for the attribute list 'Mixed'.
See Also:
DocumentRoot.getMixed(), getDocumentRoot()

getDocumentRoot_XMLNSPrefixMap

EReference getDocumentRoot_XMLNSPrefixMap()
Returns the meta object for the map 'XMLNS Prefix Map'.

Returns:
the meta object for the map 'XMLNS Prefix Map'.
See Also:
DocumentRoot.getXMLNSPrefixMap(), getDocumentRoot()

getDocumentRoot_XSISchemaLocation

EReference getDocumentRoot_XSISchemaLocation()
Returns the meta object for the map 'XSI Schema Location'.

Returns:
the meta object for the map 'XSI Schema Location'.
See Also:
DocumentRoot.getXSISchemaLocation(), getDocumentRoot()

getDocumentRoot_Order

EReference getDocumentRoot_Order()
Returns the meta object for the containment reference 'Order'.

Returns:
the meta object for the containment reference 'Order'.
See Also:
DocumentRoot.getOrder(), getDocumentRoot()

getOrder

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

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

getOrder_DateRequested

EAttribute getOrder_DateRequested()
Returns the meta object for the attribute 'Date Requested'.

Returns:
the meta object for the attribute 'Date Requested'.
See Also:
Order.getDateRequested(), getOrder()

getOrder_LastUpdated

EAttribute getOrder_LastUpdated()
Returns the meta object for the attribute 'Last Updated'.

Returns:
the meta object for the attribute 'Last Updated'.
See Also:
Order.getLastUpdated(), getOrder()

getOrder_Movies

EAttribute getOrder_Movies()
Returns the meta object for the attribute 'Movies'.

Returns:
the meta object for the attribute 'Movies'.
See Also:
Order.getMovies(), getOrder()

getOrderFactory

OrderFactory getOrderFactory()
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.