|
IBM Rational Software Modeler Release 6.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A representation of the model object 'Relative Bendpoints'.
A type of bendpoints representing a collection of points with relative distances along the x- and y-axis to the source and target views of an edge.
The following features are supported:
NotationPackage.getRelativeBendpoints()
Method Summary | |
List |
getPoints()
Returns the value of the 'Points' attribute |
void |
setPoints(List value)
Sets the value of the ' Points ' attribute |
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 |
public List getPoints()
The value is a non-modifiable list of com.ibm.xtools.datatype.RelativeBendpoint
objects
Any attempt to change the returned list will result in UnsupportedOperationException
thrown;
instead use setPoints
to change the list
setPoints(List)
,
NotationPackage.getRelativeBendpoints_Points()
public void setPoints(List value)
Points
' attribute.
The value must be an empty list or one that contains only com.ibm.xtools.datatype.RelativeBendpoint
objects
value
- the new value of the 'Points' attribute. The value cannot be null
NullPointerException
- if the passed list is null
IllegalArgumentException
- if one or more objects in the passed list is not of type com.ibm.xtools.datatype.RelativeBendpoint
getPoints()
|
IBM Rational Software Modeler Release 6.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Guidelines for using Eclipse APIs.
Copyright (c) IBM Corp. and others 2004. All rights reserved.