de.uka.ipd.sdq.featuremodel
Interface NamedElement

All Known Subinterfaces:
Attribute, Constraint, Feature, FeatureDiagram, ProhibitsConstraint, RequiredConstraint
All Known Implementing Classes:
AttributeImpl, ConstraintImpl, FeatureDiagramImpl, FeatureImpl, NamedElementImpl, ProhibitsConstraintImpl, RequiredConstraintImpl

public interface NamedElement

A representation of the model object 'Named Element'.

The following features are supported:

See Also:
featuremodelPackage.getNamedElement()

Method Summary
 String getName()
          Returns the value of the 'Name' attribute.
 void setName(String value)
          Sets the value of the 'Name' attribute.
 

Method Detail

getName

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), featuremodelPackage.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()