|
||||||||||
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.VarDeclImpl
public class VarDeclImpl
An implementation of the model object 'Var Decl'.
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. |
protected RefableType |
refType
The cached value of the ' Ref Type ' containment reference. |
Constructor Summary | |
---|---|
protected |
VarDeclImpl()
|
Method Summary | |
---|---|
NotificationChain |
basicSetRefType(RefableType newRefType,
NotificationChain msgs)
|
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)
|
java.lang.String |
getName()
|
RefableType |
getRefType()
|
void |
setName(java.lang.String newName)
|
void |
setRefType(RefableType newRefType)
|
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()
protected RefableType refType
Ref Type
' containment reference.
getRefType()
Constructor Detail |
---|
protected VarDeclImpl()
Method Detail |
---|
protected EClass eStaticClass()
public java.lang.String getName()
getName
in interface VarDecl
VarDecl.setName(String)
,
RoomPackage.getVarDecl_Name()
public void setName(java.lang.String newName)
setName
in interface VarDecl
newName
- the new value of the 'Name' attribute.VarDecl.getName()
public RefableType getRefType()
getRefType
in interface VarDecl
VarDecl.setRefType(RefableType)
,
RoomPackage.getVarDecl_RefType()
public NotificationChain basicSetRefType(RefableType newRefType, NotificationChain msgs)
public void setRefType(RefableType newRefType)
setRefType
in interface VarDecl
newRefType
- the new value of the 'Ref Type' containment reference.VarDecl.getRefType()
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
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 |