org.eclipse.emf.henshin.model
Interface NamedElement

All Superinterfaces:
EObject, ModelElement, Notifier
All Known Subinterfaces:
AttributeCondition, ConditionalUnit, Graph, IndependentUnit, IteratedUnit, LoopUnit, Module, MultiUnit, Node, Parameter, PriorityUnit, Rule, SequentialUnit, UnaryUnit, Unit
All Known Implementing Classes:
AttributeConditionImpl, ConditionalUnitImpl, GraphImpl, IndependentUnitImpl, IteratedUnitImpl, LoopUnitImpl, ModuleImpl, MultiUnitImpl, NamedElementImpl, NodeImpl, ParameterImpl, PriorityUnitImpl, RuleImpl, SequentialUnitImpl, UnaryUnitImpl, UnitImpl

public interface NamedElement
extends ModelElement

A representation of the model object 'Named Element'.

The following features are supported:

See Also:
HenshinPackage.getNamedElement()

Method Summary
 String getDescription()
          Returns the value of the 'Description' attribute.
 String getName()
          Returns the value of the 'Name' attribute.
 void setDescription(String value)
          Sets the value of the 'Description' attribute.
 void setName(String value)
          Sets the value of the 'Name' attribute.
 
Methods inherited from interface org.eclipse.emf.henshin.model.ModelElement
getAnnotations
 
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.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getName

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

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), HenshinPackage.getNamedElement_Name()

setName

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

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

getDescription

String getDescription()
Returns the value of the 'Description' attribute.

Returns:
the value of the 'Description' attribute.
See Also:
setDescription(String), HenshinPackage.getNamedElement_Description()

setDescription

void setDescription(String value)
Sets the value of the 'Description' attribute.

Parameters:
value - the new value of the 'Description' attribute.
See Also:
getDescription()