IBM Rational Software Modeler
Release 6.0

com.ibm.xtools.notation
Interface IdentityAnchor

All Superinterfaces:
Anchor, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier

public interface IdentityAnchor
extends Anchor

A representation of the model object 'Identity Anchor'.

The identity anchor is an anchor constraint which has a unique string id within its defining view

The following features are supported:

See Also:
NotationPackage.getIdentityAnchor()

Method Summary
 String getId()
          Returns the value of the 'Id' attribute.
 void setId(String value)
          Sets the value of the 'Id' 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

getId

public String getId()
Returns the value of the 'Id' attribute. The default value is "anchor".

The id is user-define

Returns:
the value of the 'Id' attribute.
See Also:
setId(String), NotationPackage.getIdentityAnchor_Id()

setId

public void setId(String value)
Sets the value of the 'Id' attribute.

The id is user-define

Parameters:
value - the new value of the 'Id' attribute.
See Also:
getId()

IBM Rational Software Modeler
Release 6.0


Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2004. All rights reserved.