org.eclipse.mtj.api.devices
Interface Configuration

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
ConfigurationImpl

public interface Configuration
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Configuration'.

The following features are supported:

See Also:
DevicesPackage.getConfiguration()

Method Summary
 org.eclipse.emf.common.util.EList getErrors()
          Returns the value of the 'Errors' containment reference list.
 org.eclipse.emf.common.util.EList getItems()
          Returns the value of the 'Items' containment reference list.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getItems

org.eclipse.emf.common.util.EList getItems()
Returns the value of the 'Items' containment reference list. The list contents are of type ConfigurationItem.

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

Returns:
the value of the 'Items' containment reference list.
See Also:
DevicesPackage.getConfiguration_Items()

getErrors

org.eclipse.emf.common.util.EList getErrors()
Returns the value of the 'Errors' containment reference list. The list contents are of type ConfigurationError.

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

Returns:
the value of the 'Errors' containment reference list.
See Also:
DevicesPackage.getConfiguration_Errors()