|
||||||||||
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.apache.tuscany.sdo.impl.DataObjectImpl
org.apache.tuscany.sdo.model.impl.BaseDataGraphTypeImpl
public abstract class BaseDataGraphTypeImpl
An implementation of the model object 'Base Data Graph Type'.
The following features are implemented:
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
---|
org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderBaseImpl, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImpl |
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
---|
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList |
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject |
---|
org.eclipse.emf.ecore.InternalEObject.EStore |
Field Summary | |
---|---|
protected BasicSequence |
anyAttribute
The cached value of the ' Any Attribute ' attribute list. |
protected ChangeSummaryType |
changeSummary
The cached value of the ' Change Summary ' containment reference. |
protected ModelsType |
models
The cached value of the ' Models ' containment reference. |
protected XSDType |
xsd
The cached value of the ' Xsd ' containment reference. |
Fields inherited from class org.apache.tuscany.sdo.impl.DataObjectImpl |
---|
changeRecorder, eContainer, eContainerFeatureID, location |
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.InternalEObject |
---|
EOPPOSITE_FEATURE_BASE |
Constructor Summary | |
---|---|
protected |
BaseDataGraphTypeImpl()
|
Method Summary | |
---|---|
org.eclipse.emf.common.notify.NotificationChain |
basicSetChangeSummary(ChangeSummaryType newChangeSummary,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
basicSetModels(ModelsType newModels,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
org.eclipse.emf.common.notify.NotificationChain |
basicSetXsd(XSDType newXsd,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
java.lang.Object |
eGet(int featureID,
boolean resolve,
boolean coreType)
|
org.eclipse.emf.common.notify.NotificationChain |
eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd,
int featureID,
org.eclipse.emf.common.notify.NotificationChain msgs)
|
boolean |
eIsSet(int featureID)
|
void |
eSet(int featureID,
java.lang.Object newValue)
|
protected org.eclipse.emf.ecore.EClass |
eStaticClass()
|
void |
eUnset(int featureID)
|
commonj.sdo.Sequence |
getAnyAttribute()
|
ChangeSummaryType |
getChangeSummary_()
|
ModelsType |
getModels()
|
XSDType |
getXsd()
|
void |
setChangeSummary(ChangeSummaryType newChangeSummary)
|
void |
setModels(ModelsType newModels)
|
void |
setXsd(XSDType newXsd)
|
java.lang.String |
toString()
|
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl |
---|
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicProperties, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDynamicBasicRemoveFromContainer, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProperties, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eSettingDelegate, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStore, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues |
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl |
---|
eAdapters, eBasicAdapters, eDeliver, eSetDeliver |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected ModelsType models
Models
' containment reference.
getModels()
protected XSDType xsd
Xsd
' containment reference.
getXsd()
protected ChangeSummaryType changeSummary
Change Summary
' containment reference.
DataObjectImpl.getChangeSummary()
protected BasicSequence anyAttribute
Any Attribute
' attribute list.
getAnyAttribute()
Constructor Detail |
---|
protected BaseDataGraphTypeImpl()
Method Detail |
---|
protected org.eclipse.emf.ecore.EClass eStaticClass()
eStaticClass
in class DataObjectImpl
public ModelsType getModels()
getModels
in interface BaseDataGraphType
BaseDataGraphType.setModels(ModelsType)
public org.eclipse.emf.common.notify.NotificationChain basicSetModels(ModelsType newModels, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setModels(ModelsType newModels)
setModels
in interface BaseDataGraphType
newModels
- the new value of the 'Models' containment reference.BaseDataGraphType.getModels()
public XSDType getXsd()
getXsd
in interface BaseDataGraphType
BaseDataGraphType.setXsd(XSDType)
public org.eclipse.emf.common.notify.NotificationChain basicSetXsd(XSDType newXsd, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setXsd(XSDType newXsd)
setXsd
in interface BaseDataGraphType
newXsd
- the new value of the 'Xsd' containment reference.BaseDataGraphType.getXsd()
public ChangeSummaryType getChangeSummary_()
getChangeSummary_
in interface BaseDataGraphType
BaseDataGraphType.setChangeSummary(ChangeSummaryType)
public org.eclipse.emf.common.notify.NotificationChain basicSetChangeSummary(ChangeSummaryType newChangeSummary, org.eclipse.emf.common.notify.NotificationChain msgs)
public void setChangeSummary(ChangeSummaryType newChangeSummary)
setChangeSummary
in interface BaseDataGraphType
newChangeSummary
- the new value of the 'Change Summary' containment reference.#getChangeSummary()
public commonj.sdo.Sequence getAnyAttribute()
getAnyAttribute
in interface BaseDataGraphType
public org.eclipse.emf.common.notify.NotificationChain eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd, int featureID, org.eclipse.emf.common.notify.NotificationChain msgs)
eInverseRemove
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
eGet
in interface org.eclipse.emf.ecore.InternalEObject
eGet
in class DataObjectImpl
public void eSet(int featureID, java.lang.Object newValue)
eSet
in interface org.eclipse.emf.ecore.InternalEObject
eSet
in class DataObjectImpl
public void eUnset(int featureID)
eUnset
in interface org.eclipse.emf.ecore.InternalEObject
eUnset
in class DataObjectImpl
public boolean eIsSet(int featureID)
eIsSet
in interface org.eclipse.emf.ecore.InternalEObject
eIsSet
in class DataObjectImpl
public java.lang.String toString()
toString
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |