|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectMinimalEObjectImpl.Container
org.eclipse.etrice.core.room.impl.RoomClassImpl
org.eclipse.etrice.core.room.impl.DataClassImpl
public class DataClassImpl
An implementation of the model object 'Data Class'.
The following features are implemented:
Field Summary | |
---|---|
protected |
attributes
The cached value of the ' Attributes ' containment reference list. |
protected DataClass |
base
The cached value of the ' Base ' reference. |
protected |
imports
The cached value of the ' Imports ' containment reference list. |
protected |
operations
The cached value of the ' Operations ' containment reference list. |
Fields inherited from class org.eclipse.etrice.core.room.impl.RoomClassImpl |
---|
docu, name, NAME_EDEFAULT |
Constructor Summary | |
---|---|
protected |
DataClassImpl()
|
Method Summary | |
---|---|
DataClass |
basicGetBase()
|
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType)
|
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
|
boolean |
eIsSet(int featureID)
|
void |
eSet(int featureID,
java.lang.Object newValue)
|
protected EClass |
eStaticClass()
|
void |
eUnset(int featureID)
|
|
getAttributes()
|
DataClass |
getBase()
|
|
getImports()
|
|
getOperations()
|
void |
setBase(DataClass newBase)
|
Methods inherited from class org.eclipse.etrice.core.room.impl.RoomClassImpl |
---|
basicSetDocu, getDocu, getName, setDocu, setName, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.eclipse.etrice.core.room.RoomClass |
---|
getDocu, getName, setDocu, setName |
Field Detail |
---|
protected DataClass base
Base
' reference.
getBase()
protectedimports
Imports
' containment reference list.
getImports()
protectedattributes
Attributes
' containment reference list.
getAttributes()
protectedoperations
Operations
' containment reference list.
getOperations()
Constructor Detail |
---|
protected DataClassImpl()
Method Detail |
---|
protected EClass eStaticClass()
eStaticClass
in class RoomClassImpl
public DataClass getBase()
getBase
in interface DataClass
DataClass.setBase(DataClass)
,
RoomPackage.getDataClass_Base()
public DataClass basicGetBase()
public void setBase(DataClass newBase)
setBase
in interface DataClass
newBase
- the new value of the 'Base' reference.DataClass.getBase()
publicgetImports()
getImports
in interface DataClass
RoomPackage.getDataClass_Imports()
publicgetAttributes()
getAttributes
in interface DataClass
RoomPackage.getDataClass_Attributes()
publicgetOperations()
getOperations
in interface DataClass
RoomPackage.getDataClass_Operations()
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
eInverseRemove
in class RoomClassImpl
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in class RoomClassImpl
public void eSet(int featureID, java.lang.Object newValue)
eSet
in class RoomClassImpl
public void eUnset(int featureID)
eUnset
in class RoomClassImpl
public boolean eIsSet(int featureID)
eIsSet
in class RoomClassImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |