Traceability

ttm
Interface IdentifiedElement

All Superinterfaces:
AttributeOwner, Element, EObject, Notifier
All Known Subinterfaces:
Document, HierarchicalElement, Project, Requirement, Section
All Known Implementing Classes:
DocumentImpl, HierarchicalElementImpl, IdentifiedElementImpl, ProjectImpl, RequirementImpl, SectionImpl

public interface IdentifiedElement
extends AttributeOwner

A representation of the model object 'Identified Element'.

The following features are supported:

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

Method Summary
 java.lang.String getIdent()
          Returns the value of the 'Ident' attribute
 java.lang.String getShortDescription()
          Returns the value of the 'Short Description' attribute
 EList getTexts()
          Returns the value of the 'Texts' containment reference list.
 void setIdent(java.lang.String value)
          Sets the value of the 'Ident' attribute
 void setShortDescription(java.lang.String value)
          Sets the value of the 'Short Description' 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

getIdent

java.lang.String getIdent()
Returns the value of the 'Ident' attribute.

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

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

setIdent

void setIdent(java.lang.String value)
Sets the value of the 'Ident' attribute.

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

getShortDescription

java.lang.String getShortDescription()
Returns the value of the 'Short Description' attribute.

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

Returns:
the value of the 'Short Description' attribute.
See Also:
setShortDescription(String), TtmPackage.getIdentifiedElement_ShortDescription()
** Generated **
Model:
dataType="org.eclipse.emf.ecore.xml.type.String"

setShortDescription

void setShortDescription(java.lang.String value)
Sets the value of the 'Short Description' attribute.

Parameters:
value - the new value of the 'Short Description' attribute.
See Also:
getShortDescription()
** Generated **

getTexts

EList getTexts()
Returns the value of the 'Texts' containment reference list. The list contents are of type Text. It is bidirectional and its opposite is 'Parent'.

If the meaning of the 'Texts' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Texts' containment reference list.
See Also:
TtmPackage.getIdentifiedElement_Texts(), Text.getParent()
** Generated **
Model:
type="ttm.Text" opposite="parent" containment="true"

Traceability

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