org.eclipse.gmf.gmfgraph
Interface CustomAttributeOwner

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
ConnectionFigure, CustomBorder, CustomClass, CustomConnection, CustomDecoration, CustomFigure, CustomLayout, CustomLayoutData, DecorationFigure, Ellipse, InvisibleRectangle, Label, LabeledContainer, Polygon, PolygonDecoration, Polyline, PolylineConnection, PolylineDecoration, RealFigure, Rectangle, RoundedRectangle, ScalablePolygon, Shape, SVGFigure, VerticalLabel
All Known Implementing Classes:
CustomBorderImpl, CustomConnectionImpl, CustomDecorationImpl, CustomFigureImpl, CustomLayoutDataImpl, CustomLayoutImpl, EllipseImpl, InvisibleRectangleImpl, LabeledContainerImpl, LabelImpl, PolygonDecorationImpl, PolygonImpl, PolylineConnectionImpl, PolylineDecorationImpl, PolylineImpl, RealFigureImpl, RectangleImpl, RoundedRectangleImpl, ScalablePolygonImpl, ShapeImpl, SVGFigureImpl, VerticalLabelImpl

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

A representation of the model object 'Custom Attribute Owner'.

The following features are supported:

See Also:
GMFGraphPackage.getCustomAttributeOwner()
Generated
Model Properties:
interface="true" abstract="true"

Method Summary
 org.eclipse.emf.common.util.EList<CustomAttribute> 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, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getAttributes

org.eclipse.emf.common.util.EList<CustomAttribute> getAttributes()
Returns the value of the 'Attributes' containment reference list. The list contents are of type CustomAttribute.

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:
GMFGraphPackage.getCustomAttributeOwner_Attributes()
Generated
Model Properties:
containment="true"


Copyright © 2012. All Rights Reserved.