SAM

org.topcased.sam
Interface NamedItem

All Superinterfaces:
EModelElement, EObject, IdentifiedItem, Notifier
All Known Subinterfaces:
AbstractState, Automaton, ControlFlow, ControlPort, DataFlow, DataPort, DataStore, Flow, InControlPort, InDataPort, InitialState, InputPort, MacroState, ModelContent, MultiPort, OutControlPort, OutDataPort, OutputPort, Port, State, System
All Known Implementing Classes:
AbstractStateImpl, AutomatonImpl, ControlFlowImpl, ControlPortImpl, DataFlowImpl, DataPortImpl, DataStoreImpl, FlowImpl, InControlPortImpl, InDataPortImpl, InitialStateImpl, InputPortImpl, MacroStateImpl, ModelContentImpl, MultiPortImpl, NamedItemImpl, OutControlPortImpl, OutDataPortImpl, OutputPortImpl, PortImpl, StateImpl, SystemImpl

public interface NamedItem
extends IdentifiedItem

A representation of the model object 'Named Item'. This abstract class represent any item that can be named.

The following features are supported:

See Also:
SAMPackage.getNamedItem()
** Generated **
Model:
abstract="true"

Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.lang.String getName()
          Returns the value of the 'Name' attribute
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute
 
Methods inherited from interface org.topcased.sam.IdentifiedItem
getComment, getRequirements, setComment, setRequirements
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
 
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
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
** Generated **
Method Detail

getName

java.lang.String getName()
Returns the value of the 'Name' attribute.

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

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), SAMPackage.getNamedItem_Name()
** Generated **
Model:

setName

void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

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

SAM

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