org.eclipse.emf.test.core.featuremap.supplier
Interface Supplier

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

public interface Supplier
extends EObject

A representation of the model object 'Supplier'.

The following features are supported:

See Also:
SupplierPackage.getSupplier()

Method Summary
 java.lang.String getName()
          Returns the value of the 'Name' attribute
 FeatureMap getOrders()
          Returns the value of the 'Orders' attribute list.
 EList<PurchaseOrder> getPreferredOrders()
          Returns the value of the 'Preferred Orders' containment reference list.
 EList<PurchaseOrder> getStandardOrders()
          Returns the value of the 'Standard Orders' containment reference list.
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute
 
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

getName

java.lang.String getName()
Returns the value of the 'Name' attribute.

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

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), SupplierPackage.getSupplier_Name()

setName

void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()

getOrders

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

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

Returns:
the value of the 'Orders' attribute list.
See Also:
SupplierPackage.getSupplier_Orders()

getPreferredOrders

EList<PurchaseOrder> getPreferredOrders()
Returns the value of the 'Preferred Orders' containment reference list. The list contents are of type PurchaseOrder.

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

Returns:
the value of the 'Preferred Orders' containment reference list.
See Also:
SupplierPackage.getSupplier_PreferredOrders()

getStandardOrders

EList<PurchaseOrder> getStandardOrders()
Returns the value of the 'Standard Orders' containment reference list. The list contents are of type PurchaseOrder.

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

Returns:
the value of the 'Standard Orders' containment reference list.
See Also:
SupplierPackage.getSupplier_StandardOrders()

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