|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.MinimalEObjectImpl
org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container
de.cau.cs.kieler.quartz.editor.quartz.impl.AtomicStmtImpl
public class AtomicStmtImpl
An implementation of the model object 'Atomic Stmt'.
The following features are implemented:
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container |
---|
MinimalEObjectImpl.Container.Dynamic |
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl |
---|
MinimalEObjectImpl.Container |
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
---|
BasicEObjectImpl.EPropertiesHolder, BasicEObjectImpl.EPropertiesHolderBaseImpl, BasicEObjectImpl.EPropertiesHolderImpl |
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
---|
BasicNotifierImpl.EAdapterList<E extends Object & Adapter> |
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject |
---|
InternalEObject.EStore |
Field Summary | |
---|---|
protected dUtyExprs |
expr
The cached value of the ' Expr ' containment reference. |
protected AtomicStmt |
t03
The cached value of the ' T03 ' containment reference. |
protected dUtyExprs |
t06
The cached value of the ' T06 ' containment reference. |
protected AtomicStmt |
t16
The cached value of the ' T16 ' containment reference. |
Fields inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container |
---|
eContainer |
Fields inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
---|
EVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSET |
Fields inherited from interface org.eclipse.emf.ecore.EStructuralFeature.Internal.DynamicValueHolder |
---|
NIL |
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject |
---|
EOPPOSITE_FEATURE_BASE |
Constructor Summary | |
---|---|
protected |
AtomicStmtImpl()
|
Method Summary | |
---|---|
NotificationChain |
basicSetExpr(dUtyExprs newExpr,
NotificationChain msgs)
|
NotificationChain |
basicSetT03(AtomicStmt newT03,
NotificationChain msgs)
|
NotificationChain |
basicSetT06(dUtyExprs newT06,
NotificationChain msgs)
|
NotificationChain |
basicSetT16(AtomicStmt newT16,
NotificationChain msgs)
|
Object |
eGet(int featureID,
boolean resolve,
boolean coreType)
|
NotificationChain |
eInverseRemove(InternalEObject otherEnd,
int featureID,
NotificationChain msgs)
|
boolean |
eIsSet(int featureID)
|
void |
eSet(int featureID,
Object newValue)
|
protected EClass |
eStaticClass()
|
void |
eUnset(int featureID)
|
dUtyExprs |
getExpr()
|
AtomicStmt |
getT03()
|
dUtyExprs |
getT06()
|
AtomicStmt |
getT16()
|
void |
setExpr(dUtyExprs newExpr)
|
void |
setT03(AtomicStmt newT03)
|
void |
setT06(dUtyExprs newT06)
|
void |
setT16(AtomicStmt newT16)
|
Methods inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl.Container |
---|
eBasicSetContainer, eInternalContainer |
Methods inherited from class org.eclipse.emf.ecore.impl.MinimalEObjectImpl |
---|
dynamicGet, dynamicSet, dynamicUnset, eAdapters, eBasicAdapterArray, eBasicAdapters, eBasicHasAdapters, eBasicProperties, eBasicSetAdapterArray, eBasicSetContainer, eBasicSetContainerFeatureID, eBasicSetSettings, eBasicSettings, eClass, eContainerFeatureID, eContents, eCrossReferences, eDeliver, eDirectResource, eDynamicClass, eHasSettings, eIsProxy, eProperties, eProxyURI, eSetClass, eSetDeliver, eSetDirectResource, eSetProxyURI, eSettings |
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
---|
eNotificationRequired, eNotify |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Methods inherited from interface org.eclipse.emf.ecore.InternalEObject |
---|
eNotificationRequired |
Field Detail |
---|
protected dUtyExprs expr
Expr
' containment reference.
getExpr()
protected AtomicStmt t03
T03
' containment reference.
getT03()
protected AtomicStmt t16
T16
' containment reference.
getT16()
protected dUtyExprs t06
T06
' containment reference.
getT06()
Constructor Detail |
---|
protected AtomicStmtImpl()
Method Detail |
---|
protected EClass eStaticClass()
eStaticClass
in class BasicEObjectImpl
public dUtyExprs getExpr()
getExpr
in interface AtomicStmt
AtomicStmt.setExpr(dUtyExprs)
,
QuartzPackage.getAtomicStmt_Expr()
public NotificationChain basicSetExpr(dUtyExprs newExpr, NotificationChain msgs)
public void setExpr(dUtyExprs newExpr)
setExpr
in interface AtomicStmt
newExpr
- the new value of the 'Expr' containment reference.AtomicStmt.getExpr()
public AtomicStmt getT03()
getT03
in interface AtomicStmt
AtomicStmt.setT03(AtomicStmt)
,
QuartzPackage.getAtomicStmt_T03()
public NotificationChain basicSetT03(AtomicStmt newT03, NotificationChain msgs)
public void setT03(AtomicStmt newT03)
setT03
in interface AtomicStmt
newT03
- the new value of the 'T03' containment reference.AtomicStmt.getT03()
public AtomicStmt getT16()
getT16
in interface AtomicStmt
AtomicStmt.setT16(AtomicStmt)
,
QuartzPackage.getAtomicStmt_T16()
public NotificationChain basicSetT16(AtomicStmt newT16, NotificationChain msgs)
public void setT16(AtomicStmt newT16)
setT16
in interface AtomicStmt
newT16
- the new value of the 'T16' containment reference.AtomicStmt.getT16()
public dUtyExprs getT06()
getT06
in interface AtomicStmt
AtomicStmt.setT06(dUtyExprs)
,
QuartzPackage.getAtomicStmt_T06()
public NotificationChain basicSetT06(dUtyExprs newT06, NotificationChain msgs)
public void setT06(dUtyExprs newT06)
setT06
in interface AtomicStmt
newT06
- the new value of the 'T06' containment reference.AtomicStmt.getT06()
public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
eInverseRemove
in class BasicEObjectImpl
public Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in interface InternalEObject
eGet
in class BasicEObjectImpl
public void eSet(int featureID, Object newValue)
eSet
in interface InternalEObject
eSet
in class BasicEObjectImpl
public void eUnset(int featureID)
eUnset
in interface InternalEObject
eUnset
in class BasicEObjectImpl
public boolean eIsSet(int featureID)
eIsSet
in interface InternalEObject
eIsSet
in class BasicEObjectImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |