de.uka.ipd.sdq.units.impl
Class BaseUnitImpl

java.lang.Object
  extended by EObjectImpl
      extended by de.uka.ipd.sdq.units.impl.BaseUnitImpl
All Implemented Interfaces:
BaseUnit

public class BaseUnitImpl
extends EObjectImpl
implements BaseUnit

An implementation of the model object 'Base Unit'.

The following features are implemented:


Field Summary
static String copyright
           
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 BaseUnitImpl()
           
 
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

copyright

public static final String copyright

See Also:
Constant Field Values

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

BaseUnitImpl

protected BaseUnitImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()


getName

public String getName()

Specified by:
getName in interface BaseUnit
Returns:
the value of the 'Name' attribute.
See Also:
BaseUnit.setName(String), UnitsPackage.getBaseUnit_Name()

setName

public void setName(String newName)

Specified by:
setName in interface BaseUnit
Parameters:
newName - the new value of the 'Name' attribute.
See Also:
BaseUnit.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()