org.eclipse.emf.test.models.customer
Interface CustomersType

All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
CustomersTypeImpl

public interface CustomersType
extends EObject

A representation of the model object 'Customers Type'.

The following features are supported:

See Also:
CustomerPackage.getCustomersType()

Method Summary
 EList<CustomerType> getCustomer()
          Returns the value of the 'Customer' containment reference list.
 FeatureMap getMixed()
          Returns the value of the 'Mixed' attribute list.
 
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
 

Method Detail

getMixed

FeatureMap getMixed()
Returns the value of the 'Mixed' attribute list. The list contents are of type FeatureMap.Entry.

If the meaning of the 'Mixed' attribute list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Mixed' attribute list.
See Also:
CustomerPackage.getCustomersType_Mixed()

getCustomer

EList<CustomerType> getCustomer()
Returns the value of the 'Customer' containment reference list. The list contents are of type CustomerType.

If the meaning of the 'Customer' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Customer' containment reference list.
See Also:
CustomerPackage.getCustomersType_Customer()

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