org.omg.uml.diagraminterchange
Interface Polyline

All Superinterfaces:
DiagramElement, GraphicPrimitive, LeafElement, javax.jmi.reflect.RefBaseObject, javax.jmi.reflect.RefFeatured, javax.jmi.reflect.RefObject

public interface Polyline
extends GraphicPrimitive

Polyline object instance interface.


Method Summary
 List getWaypoints()
          Returns the value of attribute waypoints.
 boolean isClosed()
          Returns the value of attribute closed.
 void setClosed(boolean newValue)
          Sets the value of closed attribute.
 
Methods inherited from interface org.omg.uml.diagraminterchange.DiagramElement
getContainer, getProperty, getReference, isVisible, setContainer, setVisible
 
Methods inherited from interface javax.jmi.reflect.RefObject
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite
 
Methods inherited from interface javax.jmi.reflect.RefFeatured
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue
 
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
 

Method Detail

getWaypoints

public List getWaypoints()
Returns the value of attribute waypoints.

Returns:
Value of waypoints attribute.

isClosed

public boolean isClosed()
Returns the value of attribute closed.

Returns:
Value of attribute closed.

setClosed

public void setClosed(boolean newValue)
Sets the value of closed attribute. See isClosed() for description on the attribute.

Parameters:
newValue - New value to be set.