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

Enclosing interface:
OrderPackage

public static interface OrderPackage.Literals

Defines literals for the meta objects that represent


Field Summary
static EClass CUSTOMER_ORDER
          The meta object literal for the 'Customer Order' class
static EAttribute CUSTOMER_ORDER__ANY
          The meta object literal for the 'Any' attribute list feature
static EAttribute CUSTOMER_ORDER__CUSTOMER_ID
          The meta object literal for the 'Customer ID' attribute feature
static EReference CUSTOMER_ORDER__MOVIES_SEEN
          The meta object literal for the 'Movies Seen' containment reference feature
static EReference CUSTOMER_ORDER__MOVIES_TO_SEE
          The meta object literal for the 'Movies To See' containment reference feature
static EClass DOCUMENT_ROOT
          The meta object literal for the 'Document Root' class
static EAttribute DOCUMENT_ROOT__MIXED
          The meta object literal for the 'Mixed' attribute list feature
static EReference DOCUMENT_ROOT__ORDER
          The meta object literal for the 'Order' containment reference feature
static EReference DOCUMENT_ROOT__XMLNS_PREFIX_MAP
          The meta object literal for the 'XMLNS Prefix Map' map feature
static EReference DOCUMENT_ROOT__XSI_SCHEMA_LOCATION
          The meta object literal for the 'XSI Schema Location' map feature
static EClass ORDER
          The meta object literal for the 'Order' class
static EAttribute ORDER__DATE_REQUESTED
          The meta object literal for the 'Date Requested' attribute feature
static EAttribute ORDER__LAST_UPDATED
          The meta object literal for the 'Last Updated' attribute feature
static EAttribute ORDER__MOVIES
          The meta object literal for the 'Movies' attribute feature
 

Field Detail

CUSTOMER_ORDER

static final EClass CUSTOMER_ORDER
The meta object literal for the 'Customer Order' class.

See Also:
CustomerOrderImpl, OrderPackageImpl.getCustomerOrder()

CUSTOMER_ORDER__MOVIES_TO_SEE

static final EReference CUSTOMER_ORDER__MOVIES_TO_SEE
The meta object literal for the 'Movies To See' containment reference feature.


CUSTOMER_ORDER__MOVIES_SEEN

static final EReference CUSTOMER_ORDER__MOVIES_SEEN
The meta object literal for the 'Movies Seen' containment reference feature.


CUSTOMER_ORDER__ANY

static final EAttribute CUSTOMER_ORDER__ANY
The meta object literal for the 'Any' attribute list feature.


CUSTOMER_ORDER__CUSTOMER_ID

static final EAttribute CUSTOMER_ORDER__CUSTOMER_ID
The meta object literal for the 'Customer ID' attribute feature.


DOCUMENT_ROOT

static final EClass DOCUMENT_ROOT
The meta object literal for the 'Document Root' class.

See Also:
DocumentRootImpl, OrderPackageImpl.getDocumentRoot()

DOCUMENT_ROOT__MIXED

static final EAttribute DOCUMENT_ROOT__MIXED
The meta object literal for the 'Mixed' attribute list feature.


DOCUMENT_ROOT__XMLNS_PREFIX_MAP

static final EReference DOCUMENT_ROOT__XMLNS_PREFIX_MAP
The meta object literal for the 'XMLNS Prefix Map' map feature.


DOCUMENT_ROOT__XSI_SCHEMA_LOCATION

static final EReference DOCUMENT_ROOT__XSI_SCHEMA_LOCATION
The meta object literal for the 'XSI Schema Location' map feature.


DOCUMENT_ROOT__ORDER

static final EReference DOCUMENT_ROOT__ORDER
The meta object literal for the 'Order' containment reference feature.


ORDER

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

See Also:
OrderImpl, OrderPackageImpl.getOrder()

ORDER__DATE_REQUESTED

static final EAttribute ORDER__DATE_REQUESTED
The meta object literal for the 'Date Requested' attribute feature.


ORDER__LAST_UPDATED

static final EAttribute ORDER__LAST_UPDATED
The meta object literal for the 'Last Updated' attribute feature.


ORDER__MOVIES

static final EAttribute ORDER__MOVIES
The meta object literal for the 'Movies' attribute feature.


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