ujf.verimag.bip.cmodel.impl
Class CSimpleNameImpl

java.lang.Object
  extended by EObjectImpl
      extended by ujf.verimag.bip.cmodel.impl.CBodyItemImpl
          extended by ujf.verimag.bip.cmodel.impl.CStmImpl
              extended by ujf.verimag.bip.cmodel.impl.CExpressionImpl
                  extended by ujf.verimag.bip.cmodel.impl.CSimpleNameImpl
All Implemented Interfaces:
CBodyItem, CExpression, CSimpleName, CStm

public class CSimpleNameImpl
extends CExpressionImpl
implements CSimpleName

An implementation of the model object 'CSimple Name'.

The following features are implemented:


Field Summary
protected  java.lang.String name
          The cached value of the 'Name' attribute.
protected static java.lang.String NAME_EDEFAULT
          The default value of the 'Name' attribute.
 
Constructor Summary
protected CSimpleNameImpl()
           
 
Method Summary
 java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
           
 boolean eIsSet(int featureID)
           
 void eSet(int featureID, java.lang.Object newValue)
           
protected  EClass eStaticClass()
           
 void eUnset(int featureID)
           
 java.lang.String getName()
           
 void setName(java.lang.String newName)
           
 java.lang.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 java.lang.String NAME_EDEFAULT
The default value of the 'Name' attribute.

See Also:
getName()

name

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

See Also:
getName()
Constructor Detail

CSimpleNameImpl

protected CSimpleNameImpl()

Method Detail

eStaticClass

protected EClass eStaticClass()

Overrides:
eStaticClass in class CExpressionImpl

getName

public java.lang.String getName()

Specified by:
getName in interface CSimpleName
Returns:
the value of the 'Name' attribute.
See Also:
CSimpleName.setName(String), CmodelPackage.getCSimpleName_Name()

setName

public void setName(java.lang.String newName)

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

eGet

public java.lang.Object eGet(int featureID,
                             boolean resolve,
                             boolean coreType)


eSet

public void eSet(int featureID,
                 java.lang.Object newValue)


eUnset

public void eUnset(int featureID)


eIsSet

public boolean eIsSet(int featureID)


toString

public java.lang.String toString()