|
||||||||||
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.QModuleImpl
public class QModuleImpl
An implementation of the model object 'QModule'.
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 InterfaceList |
intf
The cached value of the ' Intf ' containment reference. |
protected Name |
name
The cached value of the ' Name ' containment reference. |
protected EList<ObservedSpecList> |
obs
The cached value of the ' Obs ' containment reference list. |
protected LocStmt |
stmt
The cached value of the ' Stmt ' 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 |
QModuleImpl()
|
Method Summary | |
---|---|
NotificationChain |
basicSetIntf(InterfaceList newIntf,
NotificationChain msgs)
|
NotificationChain |
basicSetName(Name newName,
NotificationChain msgs)
|
NotificationChain |
basicSetStmt(LocStmt newStmt,
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)
|
InterfaceList |
getIntf()
|
Name |
getName()
|
EList<ObservedSpecList> |
getObs()
|
LocStmt |
getStmt()
|
void |
setIntf(InterfaceList newIntf)
|
void |
setName(Name newName)
|
void |
setStmt(LocStmt newStmt)
|
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 Name name
Name
' containment reference.
getName()
protected InterfaceList intf
Intf
' containment reference.
getIntf()
protected LocStmt stmt
Stmt
' containment reference.
getStmt()
protected EList<ObservedSpecList> obs
Obs
' containment reference list.
getObs()
Constructor Detail |
---|
protected QModuleImpl()
Method Detail |
---|
protected EClass eStaticClass()
eStaticClass
in class BasicEObjectImpl
public Name getName()
getName
in interface QModule
QModule.setName(Name)
,
QuartzPackage.getQModule_Name()
public NotificationChain basicSetName(Name newName, NotificationChain msgs)
public void setName(Name newName)
setName
in interface QModule
newName
- the new value of the 'Name' containment reference.QModule.getName()
public InterfaceList getIntf()
getIntf
in interface QModule
QModule.setIntf(InterfaceList)
,
QuartzPackage.getQModule_Intf()
public NotificationChain basicSetIntf(InterfaceList newIntf, NotificationChain msgs)
public void setIntf(InterfaceList newIntf)
setIntf
in interface QModule
newIntf
- the new value of the 'Intf' containment reference.QModule.getIntf()
public LocStmt getStmt()
getStmt
in interface QModule
QModule.setStmt(LocStmt)
,
QuartzPackage.getQModule_Stmt()
public NotificationChain basicSetStmt(LocStmt newStmt, NotificationChain msgs)
public void setStmt(LocStmt newStmt)
setStmt
in interface QModule
newStmt
- the new value of the 'Stmt' containment reference.QModule.getStmt()
public EList<ObservedSpecList> getObs()
getObs
in interface QModule
QuartzPackage.getQModule_Obs()
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 |