Package org.eclipse.epf.diagram.model
Interface RoleTaskComposite
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,LinkedObject
,Node
,NodeContainer
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
RoleTaskCompositeImpl
public interface RoleTaskComposite extends NodeContainer
A representation of the model object 'Role Task Composite'.
The following features are supported:
- See Also:
ModelPackage.getRoleTaskComposite()
-
Method Summary
Modifier and Type Method Description int
getRowIndex()
Returns the value of the 'Row Index' attribute.void
setRowIndex(int value)
Sets the value of the 'Row Index
' attribute.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.epf.diagram.model.LinkedObject
getLinkedElement, getObject, setLinkedElement, setObject
Methods inherited from interface org.eclipse.epf.diagram.model.Node
getHeight, getIncomingConnections, getLocation, getOutgoingConnections, getWidth, isReadOnly, setHeight, setLocation, setReadOnly, setWidth
Methods inherited from interface org.eclipse.epf.diagram.model.NodeContainer
getNodes
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getRowIndex
int getRowIndex()Returns the value of the 'Row Index' attribute.- Returns:
- the value of the 'Row Index' attribute.
- See Also:
setRowIndex(int)
,ModelPackage.getRoleTaskComposite_RowIndex()
-
setRowIndex
void setRowIndex(int value)Sets the value of the 'Row Index
' attribute.- Parameters:
value
- the new value of the 'Row Index' attribute.- See Also:
getRowIndex()
-