|
||||||||||
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.LogicalThreadImpl
public class LogicalThreadImpl
An implementation of the model object 'Logical Thread'.
The following features are implemented:
Field Summary | |
---|---|
protected |
instances
The cached value of the ' Instances ' containment reference list. |
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 int |
prio
The cached value of the ' Prio ' attribute. |
protected static int |
PRIO_EDEFAULT
The default value of the ' Prio ' attribute. |
Constructor Summary | |
---|---|
protected |
LogicalThreadImpl()
|
Method Summary | |
---|---|
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)
|
|
getInstances()
|
java.lang.String |
getName()
|
int |
getPrio()
|
void |
setName(java.lang.String newName)
|
void |
setPrio(int newPrio)
|
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 static final int PRIO_EDEFAULT
Prio
' attribute.
getPrio()
,
Constant Field Valuesprotected int prio
Prio
' attribute.
getPrio()
protectedinstances
Instances
' containment reference list.
getInstances()
Constructor Detail |
---|
protected LogicalThreadImpl()
Method Detail |
---|
protected EClass eStaticClass()
public java.lang.String getName()
getName
in interface LogicalThread
LogicalThread.setName(String)
,
RoomPackage.getLogicalThread_Name()
public void setName(java.lang.String newName)
setName
in interface LogicalThread
newName
- the new value of the 'Name' attribute.LogicalThread.getName()
public int getPrio()
getPrio
in interface LogicalThread
LogicalThread.setPrio(int)
,
RoomPackage.getLogicalThread_Prio()
public void setPrio(int newPrio)
setPrio
in interface LogicalThread
newPrio
- the new value of the 'Prio' attribute.LogicalThread.getPrio()
publicgetInstances()
getInstances
in interface LogicalThread
RoomPackage.getLogicalThread_Instances()
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 |