org.eclipse.graphiti.mm
Interface PropertyContainer

All Known Subinterfaces:
AbstractText, Anchor, AnchorContainer, BoxRelativeAnchor, ChopboxAnchor, Connection, ConnectionDecorator, ContainerShape, Diagram, Ellipse, FixPointAnchor, FreeFormConnection, GraphicsAlgorithm, GraphicsAlgorithmContainer, Image, ManhattanConnection, MultiText, PictogramElement, PictogramLink, PlatformGraphicsAlgorithm, Polygon, Polyline, Rectangle, RoundedRectangle, Shape, Text
All Known Implementing Classes:
AbstractTextImpl, AnchorContainerImpl, AnchorImpl, BoxRelativeAnchorImpl, ChopboxAnchorImpl, ConnectionDecoratorImpl, ConnectionImpl, ContainerShapeImpl, DiagramImpl, EllipseImpl, FixPointAnchorImpl, FreeFormConnectionImpl, GraphicsAlgorithmContainerImpl, GraphicsAlgorithmImpl, ImageImpl, ManhattanConnectionImpl, MultiTextImpl, PictogramElementImpl, PictogramLinkImpl, PlatformGraphicsAlgorithmImpl, PolygonImpl, PolylineImpl, PropertyContainerImpl, RectangleImpl, RoundedRectangleImpl, ShapeImpl, TextImpl

public interface PropertyContainer

A representation of the model object 'Property Container'.

The following features are supported:

See Also:
MmPackage.getPropertyContainer()

Method Summary
  getProperties()
          Returns the value of the 'Properties' containment reference list.
 

Method Detail

getProperties

 getProperties()
Returns the value of the 'Properties' containment reference list. The list contents are of type Property.

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

Returns:
the value of the 'Properties' containment reference list.
See Also:
MmPackage.getPropertyContainer_Properties()


Copyright (c) SAP AG 2005, 2010.