|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectEObjectImpl
ujf.verimag.bip.cmodel.impl.CBodyItemImpl
ujf.verimag.bip.cmodel.impl.CStmImpl
ujf.verimag.bip.cmodel.impl.CExpressionImpl
ujf.verimag.bip.cmodel.impl.CSimpleNameImpl
public class CSimpleNameImpl
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 |
---|
protected static final java.lang.String NAME_EDEFAULT
Name
' attribute.
getName()
protected java.lang.String name
Name
' attribute.
getName()
Constructor Detail |
---|
protected CSimpleNameImpl()
Method Detail |
---|
protected EClass eStaticClass()
eStaticClass
in class CExpressionImpl
public java.lang.String getName()
getName
in interface CSimpleName
CSimpleName.setName(String)
,
CmodelPackage.getCSimpleName_Name()
public void setName(java.lang.String newName)
setName
in interface CSimpleName
newName
- the new value of the 'Name' attribute.CSimpleName.getName()
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
public void eSet(int featureID, java.lang.Object newValue)
public void eUnset(int featureID)
public boolean eIsSet(int featureID)
public java.lang.String toString()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |