|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CustomerPackage
The Package for the model. It contains accessors for the meta objects to represent
CustomerFactory| Nested Class Summary | |
|---|---|
static interface |
CustomerPackage.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 |
ADDRESS_TYPE
The meta object id for the ' Address Type' class |
static int |
ADDRESS_TYPE__STREET
The feature id for the 'Street' attribute |
static int |
ADDRESS_TYPE__TOWN
The feature id for the 'Town' attribute |
static int |
ADDRESS_TYPE_FEATURE_COUNT
The number of structural features of the 'Address Type' class |
static int |
CANADA_ADDR
The meta object id for the ' Canada Addr' class |
static int |
CANADA_ADDR__PROVINCE
The feature id for the 'Province' attribute |
static int |
CANADA_ADDR__STREET
The feature id for the 'Street' attribute |
static int |
CANADA_ADDR__TOWN
The feature id for the 'Town' attribute |
static int |
CANADA_ADDR__ZIP
The feature id for the 'Zip' attribute |
static int |
CANADA_ADDR_FEATURE_COUNT
The number of structural features of the 'Canada Addr' class |
static int |
CREDIT_INFO
The meta object id for the ' Credit Info' class |
static int |
CREDIT_INFO__CC_NUMBER
The feature id for the 'Cc Number' attribute |
static int |
CREDIT_INFO__EXPIRE_DATE
The feature id for the 'Expire Date' attribute |
static int |
CREDIT_INFO__HOLDER
The feature id for the 'Holder' attribute |
static int |
CREDIT_INFO_FEATURE_COUNT
The number of structural features of the 'Credit Info' class |
static int |
CUSTOMER_TYPE
The meta object id for the ' Type' class |
static int |
CUSTOMER_TYPE__ADDRESS
The feature id for the 'Address' containment reference |
static int |
CUSTOMER_TYPE__CREDIT_CARD
The feature id for the 'Credit Card' containment reference |
static int |
CUSTOMER_TYPE__ID
The feature id for the 'ID' attribute |
static int |
CUSTOMER_TYPE__NAME
The feature id for the 'Name' attribute |
static int |
CUSTOMER_TYPE__PAYMENT_DAY
The feature id for the 'Payment Day' attribute |
static int |
CUSTOMER_TYPE_FEATURE_COUNT
The number of structural features of the 'Type' class |
static int |
CUSTOMERS_TYPE
The meta object id for the ' Customers Type' class |
static int |
CUSTOMERS_TYPE__CUSTOMER
The feature id for the 'Customer' containment reference list |
static int |
CUSTOMERS_TYPE__MIXED
The feature id for the 'Mixed' attribute list |
static int |
CUSTOMERS_TYPE_FEATURE_COUNT
The number of structural features of the 'Customers Type' class |
static int |
DOCUMENT_ROOT
The meta object id for the ' Document Root' class |
static int |
DOCUMENT_ROOT__CUSTOMERS
The feature id for the 'Customers' containment reference |
static int |
DOCUMENT_ROOT__ID
The feature id for the 'ID' attribute |
static int |
DOCUMENT_ROOT__MIXED
The feature id for the 'Mixed' attribute list |
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 CustomerPackage |
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 |
US_ADDR
The meta object id for the ' US Addr' class |
static int |
US_ADDR__STATE
The feature id for the 'State' attribute |
static int |
US_ADDR__STREET
The feature id for the 'Street' attribute |
static int |
US_ADDR__TOWN
The feature id for the 'Town' attribute |
static int |
US_ADDR__ZIP
The feature id for the 'Zip' attribute |
static int |
US_ADDR_FEATURE_COUNT
The number of structural features of the 'US Addr' class |
static int |
US_STATE
The meta object id for the ' US State' enum |
static int |
US_STATE_OBJECT
The meta object id for the 'US State Object' data type |
static int |
ZIP_CODES
The meta object id for the 'Zip Codes' data type |
static int |
ZIP_UNION
The meta object id for the 'Zip Union' data type |
| Method Summary | |
|---|---|
EAttribute |
getAddressType_Street()
Returns the meta object for the attribute ' Street' |
EAttribute |
getAddressType_Town()
Returns the meta object for the attribute ' Town' |
EClass |
getAddressType()
Returns the meta object for class ' Address Type' |
EAttribute |
getCanadaAddr_Province()
Returns the meta object for the attribute ' Province' |
EAttribute |
getCanadaAddr_Zip()
Returns the meta object for the attribute ' Zip' |
EClass |
getCanadaAddr()
Returns the meta object for class ' Canada Addr' |
EAttribute |
getCreditInfo_CcNumber()
Returns the meta object for the attribute ' Cc Number' |
EAttribute |
getCreditInfo_ExpireDate()
Returns the meta object for the attribute ' Expire Date' |
EAttribute |
getCreditInfo_Holder()
Returns the meta object for the attribute ' Holder' |
EClass |
getCreditInfo()
Returns the meta object for class ' Credit Info' |
CustomerFactory |
getCustomerFactory()
Returns the factory that creates the instances of the model |
EReference |
getCustomersType_Customer()
Returns the meta object for the containment reference list ' Customer' |
EAttribute |
getCustomersType_Mixed()
Returns the meta object for the attribute list ' Mixed' |
EClass |
getCustomersType()
Returns the meta object for class ' Customers Type' |
EReference |
getCustomerType_Address()
Returns the meta object for the containment reference ' Address' |
EReference |
getCustomerType_CreditCard()
Returns the meta object for the containment reference ' Credit Card' |
EAttribute |
getCustomerType_ID()
Returns the meta object for the attribute ' ID' |
EAttribute |
getCustomerType_Name()
Returns the meta object for the attribute ' Name' |
EAttribute |
getCustomerType_PaymentDay()
Returns the meta object for the attribute ' Payment Day' |
EClass |
getCustomerType()
Returns the meta object for class ' Type' |
EReference |
getDocumentRoot_Customers()
Returns the meta object for the containment reference ' Customers' |
EAttribute |
getDocumentRoot_ID()
Returns the meta object for the attribute ' ID' |
EAttribute |
getDocumentRoot_Mixed()
Returns the meta object for the attribute list ' Mixed' |
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 |
getUSAddr_State()
Returns the meta object for the attribute ' State' |
EAttribute |
getUSAddr_Zip()
Returns the meta object for the attribute ' Zip' |
EClass |
getUSAddr()
Returns the meta object for class ' US Addr' |
EEnum |
getUSState()
Returns the meta object for enum ' US State' |
EDataType |
getUSStateObject()
Returns the meta object for data type ' US State Object' |
EDataType |
getZipCodes()
Returns the meta object for data type ' Zip Codes' |
EDataType |
getZipUnion()
Returns the meta object for data type ' Zip Union' |
| 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 CustomerPackage eINSTANCE
static final int ADDRESS_TYPE
Address Type' class.
AddressTypeImpl,
CustomerPackageImpl.getAddressType(),
Constant Field Valuesstatic final int ADDRESS_TYPE__STREET
static final int ADDRESS_TYPE__TOWN
static final int ADDRESS_TYPE_FEATURE_COUNT
static final int CANADA_ADDR
Canada Addr' class.
CanadaAddrImpl,
CustomerPackageImpl.getCanadaAddr(),
Constant Field Valuesstatic final int CANADA_ADDR__STREET
static final int CANADA_ADDR__TOWN
static final int CANADA_ADDR__ZIP
static final int CANADA_ADDR__PROVINCE
static final int CANADA_ADDR_FEATURE_COUNT
static final int CREDIT_INFO
Credit Info' class.
CreditInfoImpl,
CustomerPackageImpl.getCreditInfo(),
Constant Field Valuesstatic final int CREDIT_INFO__HOLDER
static final int CREDIT_INFO__CC_NUMBER
static final int CREDIT_INFO__EXPIRE_DATE
static final int CREDIT_INFO_FEATURE_COUNT
static final int CUSTOMERS_TYPE
Customers Type' class.
CustomersTypeImpl,
CustomerPackageImpl.getCustomersType(),
Constant Field Valuesstatic final int CUSTOMERS_TYPE__MIXED
static final int CUSTOMERS_TYPE__CUSTOMER
static final int CUSTOMERS_TYPE_FEATURE_COUNT
static final int CUSTOMER_TYPE
Type' class.
CustomerTypeImpl,
CustomerPackageImpl.getCustomerType(),
Constant Field Valuesstatic final int CUSTOMER_TYPE__NAME
static final int CUSTOMER_TYPE__ADDRESS
static final int CUSTOMER_TYPE__CREDIT_CARD
static final int CUSTOMER_TYPE__PAYMENT_DAY
static final int CUSTOMER_TYPE__ID
static final int CUSTOMER_TYPE_FEATURE_COUNT
static final int DOCUMENT_ROOT
Document Root' class.
DocumentRootImpl,
CustomerPackageImpl.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__CUSTOMERS
static final int DOCUMENT_ROOT__ID
static final int DOCUMENT_ROOT_FEATURE_COUNT
static final int US_ADDR
US Addr' class.
USAddrImpl,
CustomerPackageImpl.getUSAddr(),
Constant Field Valuesstatic final int US_ADDR__STREET
static final int US_ADDR__TOWN
static final int US_ADDR__ZIP
static final int US_ADDR__STATE
static final int US_ADDR_FEATURE_COUNT
static final int US_STATE
US State' enum.
USState,
CustomerPackageImpl.getUSState(),
Constant Field Valuesstatic final int US_STATE_OBJECT
USState,
CustomerPackageImpl.getUSStateObject(),
Constant Field Valuesstatic final int ZIP_CODES
BigInteger,
CustomerPackageImpl.getZipCodes(),
Constant Field Valuesstatic final int ZIP_UNION
Object,
CustomerPackageImpl.getZipUnion(),
Constant Field Values| Method Detail |
|---|
EClass getAddressType()
Address Type'.
AddressTypeEAttribute getAddressType_Street()
Street'.
AddressType.getStreet(),
getAddressType()EAttribute getAddressType_Town()
Town'.
AddressType.getTown(),
getAddressType()EClass getCanadaAddr()
Canada Addr'.
CanadaAddrEAttribute getCanadaAddr_Zip()
Zip'.
CanadaAddr.getZip(),
getCanadaAddr()EAttribute getCanadaAddr_Province()
Province'.
CanadaAddr.getProvince(),
getCanadaAddr()EClass getCreditInfo()
Credit Info'.
CreditInfoEAttribute getCreditInfo_Holder()
Holder'.
CreditInfo.getHolder(),
getCreditInfo()EAttribute getCreditInfo_CcNumber()
Cc Number'.
CreditInfo.getCcNumber(),
getCreditInfo()EAttribute getCreditInfo_ExpireDate()
Expire Date'.
CreditInfo.getExpireDate(),
getCreditInfo()EClass getCustomersType()
Customers Type'.
CustomersTypeEAttribute getCustomersType_Mixed()
Mixed'.
CustomersType.getMixed(),
getCustomersType()EReference getCustomersType_Customer()
Customer'.
CustomersType.getCustomer(),
getCustomersType()EClass getCustomerType()
Type'.
CustomerTypeEAttribute getCustomerType_Name()
Name'.
CustomerType.getName(),
getCustomerType()EReference getCustomerType_Address()
Address'.
CustomerType.getAddress(),
getCustomerType()EReference getCustomerType_CreditCard()
Credit Card'.
CustomerType.getCreditCard(),
getCustomerType()EAttribute getCustomerType_PaymentDay()
Payment Day'.
CustomerType.getPaymentDay(),
getCustomerType()EAttribute getCustomerType_ID()
ID'.
CustomerType.getID(),
getCustomerType()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_Customers()
Customers'.
DocumentRoot.getCustomers(),
getDocumentRoot()EAttribute getDocumentRoot_ID()
ID'.
DocumentRoot.getID(),
getDocumentRoot()EClass getUSAddr()
US Addr'.
USAddrEAttribute getUSAddr_Zip()
Zip'.
USAddr.getZip(),
getUSAddr()EAttribute getUSAddr_State()
State'.
USAddr.getState(),
getUSAddr()EEnum getUSState()
US State'.
USStateEDataType getUSStateObject()
US State Object'.
USStateEDataType getZipCodes()
Zip Codes'.
BigIntegerEDataType getZipUnion()
Zip Union'.
ObjectCustomerFactory getCustomerFactory()
|
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 | |||||||||