org.objectweb.dsrg.sofa.repository.model
Interface NamedEntity

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
Architecture, Aspect, AssemblyDescriptor, CodeBundle, DeploymentPlan, EnvironmentAssumption, Feature, Frame, Info, Interface, InterfaceType, MappedProperty, MicroComponent, MicroInterfaceType, Property, SubcomponentInstance, VersionedEntity
All Known Implementing Classes:
ArchitectureImpl, AspectImpl, AssemblyDescriptorImpl, CodeBundleImpl, DeploymentPlanImpl, EnvironmentAssumptionImpl, FeatureImpl, FrameImpl, InfoImpl, InterfaceImpl, InterfaceTypeImpl, MappedPropertyImpl, MicroComponentImpl, MicroInterfaceTypeImpl, NamedEntityImpl, PropertyImpl, SubcomponentInstanceImpl, VersionedEntityImpl

public interface NamedEntity
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'Named Entity'.

The following features are supported:

See Also:
ModelPackage.getNamedEntity()
Generated from the meta-model
Part of the meta-model
abstract="true"

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.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

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), ModelPackage.getNamedEntity_Name()
Generated from the meta-model
Part of the meta-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 from the meta-model