|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface OrderPackage
The Package for the model. It contains accessors for the meta objects to represent
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 |
|---|
static final java.lang.String eNAME
static final java.lang.String eNS_URI
static final java.lang.String eNS_PREFIX
static final OrderPackage eINSTANCE
static final int CUSTOMER_ORDER
Customer Order' class.
CustomerOrderImpl,
OrderPackageImpl.getCustomerOrder(),
Constant Field Valuesstatic final int CUSTOMER_ORDER__MOVIES_TO_SEE
static final int CUSTOMER_ORDER__MOVIES_SEEN
static final int CUSTOMER_ORDER__ANY
static final int CUSTOMER_ORDER__CUSTOMER_ID
static final int CUSTOMER_ORDER_FEATURE_COUNT
static final int DOCUMENT_ROOT
Document Root' class.
DocumentRootImpl,
OrderPackageImpl.getDocumentRoot(),
Constant Field Valuesstatic final int DOCUMENT_ROOT__MIXED
static final int DOCUMENT_ROOT__XMLNS_PREFIX_MAP
static final int DOCUMENT_ROOT__XSI_SCHEMA_LOCATION
static final int DOCUMENT_ROOT__ORDER
static final int DOCUMENT_ROOT_FEATURE_COUNT
static final int ORDER
Order' class.
OrderImpl,
OrderPackageImpl.getOrder(),
Constant Field Valuesstatic final int ORDER__DATE_REQUESTED
static final int ORDER__LAST_UPDATED
static final int ORDER__MOVIES
static final int ORDER_FEATURE_COUNT
| Method Detail |
|---|
EClass getCustomerOrder()
Customer Order'.
CustomerOrderEReference getCustomerOrder_MoviesToSee()
Movies To See'.
CustomerOrder.getMoviesToSee(),
getCustomerOrder()EReference getCustomerOrder_MoviesSeen()
Movies Seen'.
CustomerOrder.getMoviesSeen(),
getCustomerOrder()EAttribute getCustomerOrder_Any()
Any'.
CustomerOrder.getAny(),
getCustomerOrder()EAttribute getCustomerOrder_CustomerID()
Customer ID'.
CustomerOrder.getCustomerID(),
getCustomerOrder()EClass getDocumentRoot()
Document Root'.
DocumentRootEAttribute getDocumentRoot_Mixed()
Mixed'.
DocumentRoot.getMixed(),
getDocumentRoot()EReference getDocumentRoot_XMLNSPrefixMap()
XMLNS Prefix Map'.
DocumentRoot.getXMLNSPrefixMap(),
getDocumentRoot()EReference getDocumentRoot_XSISchemaLocation()
XSI Schema Location'.
DocumentRoot.getXSISchemaLocation(),
getDocumentRoot()EReference getDocumentRoot_Order()
Order'.
DocumentRoot.getOrder(),
getDocumentRoot()EClass getOrder()
Order'.
OrderEAttribute getOrder_DateRequested()
Date Requested'.
Order.getDateRequested(),
getOrder()EAttribute getOrder_LastUpdated()
Last Updated'.
Order.getLastUpdated(),
getOrder()EAttribute getOrder_Movies()
Movies'.
Order.getMovies(),
getOrder()OrderFactory getOrderFactory()
|
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 | |||||||||