de.uka.ipd.sdq.featuremodel.impl
Class NamedElementImpl

java.lang.Object
  extended by EObjectImpl
      extended by de.uka.ipd.sdq.featuremodel.impl.NamedElementImpl
All Implemented Interfaces:
NamedElement
Direct Known Subclasses:
AttributeImpl, ConstraintImpl, FeatureDiagramImpl, FeatureImpl

public abstract class NamedElementImpl
extends EObjectImpl
implements NamedElement

An implementation of the model object 'Named Element'.

The following features are implemented:


Field Summary
protected  String name
          The cached value of the 'Name' attribute.
protected static String NAME_EDEFAULT
          The default value of the 'Name' attribute.
 
Constructor Summary
protected NamedElementImpl()
           
 
Method Summary
 Object eGet(int featureID, boolean resolve, boolean coreType)
           
 boolean eIsSet(int featureID)
           
 void eSet(int featureID, Object newValue)
           
protected  EClass eStaticClass()
           
 void eUnset(int featureID)
           
 String getName()
           
 void setName(String newName)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NAME_EDEFAULT

protected static final String NAME_EDEFAULT
The default value of the 'Name' attribute.

See Also:
getName()

name

protected String name
The cached value of the 'Name' attribute.

See Also:
getName()
Constructor Detail

NamedElementImpl

protected NamedElementImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()


getName

public String getName()

Specified by:
getName in interface NamedElement
Returns:
the value of the 'Name' attribute.
See Also:
NamedElement.setName(String), featuremodelPackage.getNamedElement_Name()

setName

public void setName(String newName)

Specified by:
setName in interface NamedElement
Parameters:
newName - the new value of the 'Name' attribute.
See Also:
NamedElement.getName()

eGet

public Object eGet(int featureID,
                   boolean resolve,
                   boolean coreType)


eSet

public void eSet(int featureID,
                 Object newValue)


eUnset

public void eUnset(int featureID)


eIsSet

public boolean eIsSet(int featureID)


toString

public String toString()