UML Modeling Layer

com.ibm.xtools.uml.msl.internal.resources
Interface DiagramHolder

All Superinterfaces:
EAnnotation, EModelElement, EObject, Notifier
All Known Implementing Classes:
DiagramHolderImpl

public interface DiagramHolder
extends EAnnotation

A representation of the model object 'Diagram Holder'.

The following features are supported:

See Also:
ResourcesPackage.getDiagramHolder()

Method Summary
 EList getOwnedDiagrams()
          Returns the value of the 'Owned Diagrams' containment reference list.
 
Methods inherited from interface org.eclipse.emf.ecore.EAnnotation
getContents, getDetails, getEModelElement, getReferences, getSource, setEModelElement, setSource
 
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, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getOwnedDiagrams

EList getOwnedDiagrams()
Returns the value of the 'Owned Diagrams' containment reference list. The list contents are of type EObject.

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

Returns:
the value of the 'Owned Diagrams' containment reference list.
See Also:
ResourcesPackage.getDiagramHolder_OwnedDiagrams()

UML Modeling Layer

© Copyright IBM Corp. 2009. All rights reserved.