ttm
Interface AttributeOwner
- All Superinterfaces:
- Element, EObject, Notifier
- All Known Subinterfaces:
- AbstractLink, CoverLink, Document, HierarchicalElement, IdentifiedElement, NavigationLink, Project, Requirement, Section
- All Known Implementing Classes:
- AbstractLinkImpl, AttributeOwnerImpl, CoverLinkImpl, DocumentImpl, HierarchicalElementImpl, IdentifiedElementImpl, NavigationLinkImpl, ProjectImpl, RequirementImpl, SectionImpl
public interface AttributeOwner
- extends Element
A representation of the model object 'Attribute Owner'.
The following features are supported:
- See Also:
TtmPackage.getAttributeOwner()
- ** Generated **
- Model:
Method Summary |
EList |
getAttributes()
Returns the value of the 'Attributes' 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 |
getAttributes
EList getAttributes()
- Returns the value of the 'Attributes' containment reference list.
The list contents are of type
Attribute
.
It is bidirectional and its opposite is 'Parent
'.
If the meaning of the 'Attributes' containment reference list isn't clear,
there really should be more of a description here...
- Returns:
- the value of the 'Attributes' containment reference list.
- See Also:
TtmPackage.getAttributeOwner_Attributes()
,
Attribute.getParent()
- ** Generated **
- Model:
- type="ttm.Attribute" opposite="parent" containment="true"
Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.