|
||||||||||
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.QTypeImpl
public class QTypeImpl
An implementation of the model object 'QType'.
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 DimList |
dims
The cached value of the ' Dims ' containment reference. |
protected UtyExpr |
ta
The cached value of the ' Ta ' containment reference. |
protected UtyExpr |
tb
The cached value of the ' Tb ' containment reference. |
protected UtyExpr |
tc
The cached value of the ' Tc ' 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 |
QTypeImpl()
|
Method Summary | |
---|---|
NotificationChain |
basicSetDims(DimList newDims,
NotificationChain msgs)
|
NotificationChain |
basicSetTa(UtyExpr newTa,
NotificationChain msgs)
|
NotificationChain |
basicSetTb(UtyExpr newTb,
NotificationChain msgs)
|
NotificationChain |
basicSetTc(UtyExpr newTc,
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)
|
DimList |
getDims()
|
UtyExpr |
getTa()
|
UtyExpr |
getTb()
|
UtyExpr |
getTc()
|
void |
setDims(DimList newDims)
|
void |
setTa(UtyExpr newTa)
|
void |
setTb(UtyExpr newTb)
|
void |
setTc(UtyExpr newTc)
|
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 UtyExpr ta
Ta
' containment reference.
getTa()
protected UtyExpr tb
Tb
' containment reference.
getTb()
protected UtyExpr tc
Tc
' containment reference.
getTc()
protected DimList dims
Dims
' containment reference.
getDims()
Constructor Detail |
---|
protected QTypeImpl()
Method Detail |
---|
protected EClass eStaticClass()
eStaticClass
in class BasicEObjectImpl
public UtyExpr getTa()
getTa
in interface QType
QType.setTa(UtyExpr)
,
QuartzPackage.getQType_Ta()
public NotificationChain basicSetTa(UtyExpr newTa, NotificationChain msgs)
public void setTa(UtyExpr newTa)
setTa
in interface QType
newTa
- the new value of the 'Ta' containment reference.QType.getTa()
public UtyExpr getTb()
getTb
in interface QType
QType.setTb(UtyExpr)
,
QuartzPackage.getQType_Tb()
public NotificationChain basicSetTb(UtyExpr newTb, NotificationChain msgs)
public void setTb(UtyExpr newTb)
setTb
in interface QType
newTb
- the new value of the 'Tb' containment reference.QType.getTb()
public UtyExpr getTc()
getTc
in interface QType
QType.setTc(UtyExpr)
,
QuartzPackage.getQType_Tc()
public NotificationChain basicSetTc(UtyExpr newTc, NotificationChain msgs)
public void setTc(UtyExpr newTc)
setTc
in interface QType
newTc
- the new value of the 'Tc' containment reference.QType.getTc()
public DimList getDims()
getDims
in interface QType
QType.setDims(DimList)
,
QuartzPackage.getQType_Dims()
public NotificationChain basicSetDims(DimList newDims, NotificationChain msgs)
public void setDims(DimList newDims)
setDims
in interface QType
newDims
- the new value of the 'Dims' containment reference.QType.getDims()
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 |