de.cau.cs.kieler.kiml.graphviz.dot
Interface AttributeList

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

public interface AttributeList
extends EObject

A representation of the model object 'Attribute List'.

The following features are supported:

See Also:
DotPackage.getAttributeList()
Rating red
Generated:
This code was automatically generated.
Model element

Method Summary
 EList<Attribute> getEntries()
          Returns the value of the 'Entries' 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

getEntries

EList<Attribute> getEntries()
Returns the value of the 'Entries' containment reference list. The list contents are of type Attribute.

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

Returns:
the value of the 'Entries' containment reference list.
See Also:
DotPackage.getAttributeList_Entries()
Generated:
This code was automatically generated.
Model element:
containment=true