Traceability

ttm
Interface AbstractLink

All Superinterfaces:
AttributeOwner, Element, EObject, Notifier
All Known Subinterfaces:
CoverLink, NavigationLink
All Known Implementing Classes:
AbstractLinkImpl, CoverLinkImpl, NavigationLinkImpl

public interface AbstractLink
extends AttributeOwner

A representation of the model object 'Abstract Link'.

The following features are supported:

See Also:
TtmPackage.getAbstractLink()
** Generated **
Model:
abstract="true"

Method Summary
 java.lang.String getReferencedID()
          Returns the value of the 'Referenced ID' attribute
 boolean isUnresolved()
          Returns the value of the 'Unresolved' attribute.
 void setReferencedID(java.lang.String value)
          Sets the value of the 'Referenced ID' attribute
 void setUnresolved(boolean value)
          Sets the value of the 'Unresolved' attribute
 
Methods inherited from interface ttm.AttributeOwner
getAttributes
 
Methods inherited from interface ttm.Element
getActivatedRules, getDocument
 
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

isUnresolved

boolean isUnresolved()
Returns the value of the 'Unresolved' attribute. The default value is "1".

If the meaning of the 'Unresolved' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Unresolved' attribute.
See Also:
setUnresolved(boolean), TtmPackage.getAbstractLink_Unresolved()
** Generated **
Model:
default="1" dataType="org.eclipse.emf.ecore.xml.type.Boolean"

setUnresolved

void setUnresolved(boolean value)
Sets the value of the 'Unresolved' attribute.

Parameters:
value - the new value of the 'Unresolved' attribute.
See Also:
isUnresolved()
** Generated **

getReferencedID

java.lang.String getReferencedID()
Returns the value of the 'Referenced ID' attribute.

If the meaning of the 'Referenced ID' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Referenced ID' attribute.
See Also:
setReferencedID(String), TtmPackage.getAbstractLink_ReferencedID()
** Generated **
Model:
dataType="org.eclipse.emf.ecore.xml.type.String" required="true"

setReferencedID

void setReferencedID(java.lang.String value)
Sets the value of the 'Referenced ID' attribute.

Parameters:
value - the new value of the 'Referenced ID' attribute.
See Also:
getReferencedID()
** Generated **

Traceability

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.