com.ibm.db.models.db2.luw.impl
Class LUWTableImpl

java.lang.Object
  extended by org.eclipse.emf.common.notify.impl.BasicNotifierImpl
      extended by org.eclipse.emf.ecore.impl.BasicEObjectImpl
          extended by org.eclipse.emf.ecore.impl.EObjectImpl
              extended by org.eclipse.emf.ecore.impl.FlatEObjectImpl
                  extended by org.eclipse.emf.ecore.impl.EModelElementImpl
                      extended by org.eclipse.emf.ecore.impl.ENamedElementImpl
                          extended by org.eclipse.wst.rdb.internal.models.sql.schema.impl.SQLObjectImpl
                              extended by org.eclipse.wst.rdb.internal.models.sql.tables.impl.TableImpl
                                  extended by org.eclipse.wst.rdb.internal.models.sql.tables.impl.BaseTableImpl
                                      extended by org.eclipse.wst.rdb.internal.models.sql.tables.impl.PersistentTableImpl
                                          extended by com.ibm.db.models.db2.impl.DB2TableImpl
                                              extended by com.ibm.db.models.db2.luw.impl.LUWTableImpl
All Implemented Interfaces:
DB2Table, LUWStorageTable, LUWTable, commonj.sdo.DataObject, java.io.Serializable, org.eclipse.emf.common.notify.Notifier, org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.InternalEObject, org.eclipse.emf.ecore.sdo.EDataObject, org.eclipse.emf.ecore.sdo.InternalEDataObject, org.eclipse.wst.rdb.internal.models.sql.schema.SQLObject, org.eclipse.wst.rdb.internal.models.sql.tables.BaseTable, org.eclipse.wst.rdb.internal.models.sql.tables.PersistentTable, org.eclipse.wst.rdb.internal.models.sql.tables.Table
Direct Known Subclasses:
LUWNicknameImpl

public class LUWTableImpl
extends DB2TableImpl
implements LUWTable

An implementation of the model object 'Table'.

The following features are implemented:

See Also:
Serialized Form

Nested Class Summary
 
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
 
Fields inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
ELAST_EOBJECT_FLAG
 
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject
EOPPOSITE_FEATURE_BASE
 
Method Summary
 LUWTableSpace basicGetIndexDataTableSpace()
           
 LUWTableSpace basicGetLOBDataTableSpace()
           
 LUWTableSpace basicGetRegularDataTableSpace()
           
 org.eclipse.emf.common.notify.NotificationChain basicSetDataPartitionKey(LUWDataPartitionKey newDataPartitionKey, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain basicSetIndexDataTableSpace(LUWTableSpace newIndexDataTableSpace, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain basicSetLOBDataTableSpace(LUWTableSpace newLOBDataTableSpace, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain basicSetPartitionKey(LUWPartitionKey newPartitionKey, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain basicSetRegularDataTableSpace(LUWTableSpace newRegularDataTableSpace, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 int eBaseStructuralFeatureID(int derivedFeatureID, java.lang.Class baseClass)
           
 int eDerivedStructuralFeatureID(int baseFeatureID, java.lang.Class baseClass)
           
 java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
           
 org.eclipse.emf.common.notify.NotificationChain eInverseAdd(org.eclipse.emf.ecore.InternalEObject otherEnd, int featureID, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 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)
           
 void eUnset(int featureID)
           
 LUWDataPartitionKey getDataPartitionKey()
           
 org.eclipse.emf.common.util.EList getDataPartitions()
           
 LUWTableSpace getIndexDataTableSpace()
           
 LUWTableSpace getLOBDataTableSpace()
           
 java.lang.String getLogMode()
           
 org.eclipse.emf.common.util.EList getOptions()
           
 LUWPartitionKey getPartitionKey()
           
 java.lang.String getPartitionMode()
           
 int getPCTFree()
           
 LUWTableSpace getRegularDataTableSpace()
           
 java.util.List getTableSpaces()
           
 boolean isAppendMode()
           
 boolean isLockSizeRow()
           
 boolean isRestrictOnDrop()
           
 boolean isRowCompression()
           
 boolean isValueCompression()
           
 boolean isVolatile()
           
 void setAppendMode(boolean newAppendMode)
           
 void setDataPartitionKey(LUWDataPartitionKey newDataPartitionKey)
           
 void setIndexDataTableSpace(LUWTableSpace newIndexDataTableSpace)
           
 void setLOBDataTableSpace(LUWTableSpace newLOBDataTableSpace)
           
 void setLockSizeRow(boolean newLockSizeRow)
           
 void setLogMode(java.lang.String newLogMode)
           
 void setPartitionKey(LUWPartitionKey newPartitionKey)
           
 void setPartitionMode(java.lang.String newPartitionMode)
           
 void setPCTFree(int newPCTFree)
           
 void setRegularDataTableSpace(LUWTableSpace newRegularDataTableSpace)
           
 void setRestrictOnDrop(boolean newRestrictOnDrop)
           
 void setRowCompression(boolean newRowCompression)
           
 void setValueCompression(boolean newValueCompression)
           
 void setVolatile(boolean newVolatile)
           
 java.lang.String toString()
           
 
Methods inherited from class com.ibm.db.models.db2.impl.DB2TableImpl
getDataCapture, getPackages, setDataCapture
 
Methods inherited from class org.eclipse.wst.rdb.internal.models.sql.tables.impl.BaseTableImpl
getConstraints, getForeignKeys, getPrimaryKey, getReferencingForeignKeys, getUniqueConstraints
 
Methods inherited from class org.eclipse.wst.rdb.internal.models.sql.tables.impl.TableImpl
basicGetSchema, basicGetSupertable, basicGetUdt, basicSetSchema, basicSetSupertable, getColumns, getIndex, getSchema, getSelfRefColumnGeneration, getSubtables, getSupertable, getTriggers, getUdt, isInsertable, isUpdatable, setSchema, setSelfRefColumnGeneration, setSupertable, setUdt
 
Methods inherited from class org.eclipse.wst.rdb.internal.models.sql.schema.impl.SQLObjectImpl
addEAnnotation, addEAnnotationDetail, createDataObject, createDataObject, createDataObject, createDataObject, createDataObject, createDataObject, delete, get, get, get, getBigDecimal, getBigDecimal, getBigDecimal, getBigInteger, getBigInteger, getBigInteger, getBoolean, getBoolean, getBoolean, getByte, getByte, getByte, getBytes, getBytes, getBytes, getChar, getChar, getChar, getComments, getContainer, getContainmentProperty, getDataGraph, getDataObject, getDataObject, getDataObject, getDate, getDate, getDate, getDependencies, getDescription, getDouble, getDouble, getDouble, getEAnnotation, getEAnnotationDetail, getFloat, getFloat, getFloat, getInstanceProperties, getInt, getInt, getInt, getLabel, getList, getList, getList, getLong, getLong, getLong, getPrivileges, getSequence, getSequence, getSequence, getShort, getShort, getShort, getString, getString, getString, getType, isSet, isSet, isSet, removeEAnnotationDetail, set, set, set, setAnnotationDetail, setBigDecimal, setBigDecimal, setBigDecimal, setBigInteger, setBigInteger, setBigInteger, setBoolean, setBoolean, setBoolean, setByte, setByte, setByte, setBytes, setBytes, setBytes, setChar, setChar, setChar, setDataObject, setDataObject, setDataObject, setDate, setDate, setDate, setDescription, setDouble, setDouble, setDouble, setFloat, setFloat, setFloat, setInt, setInt, setInt, setLabel, setList, setList, setList, setLong, setLong, setLong, setShort, setShort, setShort, setString, setString, setString, unset, unset, unset, writeReplace
 
Methods inherited from class org.eclipse.emf.ecore.impl.ENamedElementImpl
getName, getNameGen, setName
 
Methods inherited from class org.eclipse.emf.ecore.impl.EModelElementImpl
eObjectForURIFragmentSegment, eURIFragmentSegment, getEAnnotations
 
Methods inherited from class org.eclipse.emf.ecore.impl.FlatEObjectImpl
eContents, eCrossReferences, eIsProxy, eProxyURI, eSetProxyURI
 
Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
eAdapters, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eSetClass, eSetDeliver
 
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eAllContents, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eContainer, eContainingFeature, eContainmentFeature, eContains, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eInternalResource, eInverseAdd, eInverseRemove, eIsSet, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eResolveProxy, eResource, eSet, eSetResource, eSetStore, eSetting, eStore, eUnset, eVirtualGet, eVirtualGet, eVirtualIsSet, eVirtualSet, eVirtualUnset
 
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
eNotificationRequired, eNotify
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.ibm.db.models.db2.DB2Table
getDataCapture, getPackages, setDataCapture
 
Methods inherited from interface org.eclipse.wst.rdb.internal.models.sql.tables.BaseTable
getConstraints, getForeignKeys, getPrimaryKey, getReferencingForeignKeys, getUniqueConstraints
 
Methods inherited from interface org.eclipse.wst.rdb.internal.models.sql.tables.Table
getColumns, getIndex, getSchema, getSelfRefColumnGeneration, getSubtables, getSupertable, getTriggers, getUdt, isInsertable, isUpdatable, setSchema, setSelfRefColumnGeneration, setSupertable, setUdt
 
Methods inherited from interface org.eclipse.wst.rdb.internal.models.sql.schema.SQLObject
addEAnnotation, addEAnnotationDetail, getComments, getDependencies, getDescription, getEAnnotation, getEAnnotationDetail, getLabel, getPrivileges, removeEAnnotationDetail, setAnnotationDetail, setDescription, setLabel
 
Methods inherited from interface org.eclipse.emf.ecore.sdo.EDataObject
getInstanceProperties
 
Methods inherited from interface commonj.sdo.DataObject
createDataObject, createDataObject, createDataObject, createDataObject, createDataObject, createDataObject, delete, get, get, get, getBigDecimal, getBigDecimal, getBigDecimal, getBigInteger, getBigInteger, getBigInteger, getBoolean, getBoolean, getBoolean, getByte, getByte, getByte, getBytes, getBytes, getBytes, getChar, getChar, getChar, getContainer, getContainmentProperty, getDataGraph, getDataObject, getDataObject, getDataObject, getDate, getDate, getDate, getDouble, getDouble, getDouble, getFloat, getFloat, getFloat, getInt, getInt, getInt, getList, getList, getList, getLong, getLong, getLong, getSequence, getSequence, getSequence, getShort, getShort, getShort, getString, getString, getString, getType, isSet, isSet, isSet, set, set, set, setBigDecimal, setBigDecimal, setBigDecimal, setBigInteger, setBigInteger, setBigInteger, setBoolean, setBoolean, setBoolean, setByte, setByte, setByte, setBytes, setBytes, setBytes, setChar, setChar, setChar, setDataObject, setDataObject, setDataObject, setDate, setDate, setDate, setDouble, setDouble, setDouble, setFloat, setFloat, setFloat, setInt, setInt, setInt, setList, setList, setList, setLong, setLong, setLong, setShort, setShort, setShort, setString, setString, setString, unset, unset, unset
 
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotations
 
Methods inherited from interface org.eclipse.emf.ecore.InternalEObject
eBasicRemoveFromContainer, eBasicSetContainer, eContainerFeatureID, eDirectResource, eGet, eInternalContainer, eInternalResource, eInverseAdd, eInverseRemove, eNotificationRequired, eObjectForURIFragmentSegment, eProxyURI, eResolveProxy, eSetClass, eSetProxyURI, eSetResource, eSetStore, eSetting, eStore, eURIFragmentSegment
 

Method Detail

isValueCompression

public boolean isValueCompression()

Specified by:
isValueCompression in interface LUWStorageTable
Returns:
the value of the 'Value Compression' attribute.
See Also:
LUWStorageTable.setValueCompression(boolean), LUWPackage.getLUWStorageTable_ValueCompression()

setValueCompression

public void setValueCompression(boolean newValueCompression)

Specified by:
setValueCompression in interface LUWStorageTable
Parameters:
newValueCompression - the new value of the 'Value Compression' attribute.
See Also:
LUWStorageTable.isValueCompression()

isRowCompression

public boolean isRowCompression()

Specified by:
isRowCompression in interface LUWStorageTable
Returns:
the value of the 'Row Compression' attribute.
See Also:
LUWStorageTable.setRowCompression(boolean), LUWPackage.getLUWStorageTable_RowCompression()

setRowCompression

public void setRowCompression(boolean newRowCompression)

Specified by:
setRowCompression in interface LUWStorageTable
Parameters:
newRowCompression - the new value of the 'Row Compression' attribute.
See Also:
LUWStorageTable.isRowCompression()

getRegularDataTableSpace

public LUWTableSpace getRegularDataTableSpace()

Specified by:
getRegularDataTableSpace in interface LUWStorageTable
Returns:
the value of the 'Regular Data Table Space' reference.
See Also:
LUWStorageTable.setRegularDataTableSpace(LUWTableSpace), LUWPackage.getLUWStorageTable_RegularDataTableSpace(), LUWTableSpace.getRegularDataTables()

basicGetRegularDataTableSpace

public LUWTableSpace basicGetRegularDataTableSpace()


basicSetRegularDataTableSpace

public org.eclipse.emf.common.notify.NotificationChain basicSetRegularDataTableSpace(LUWTableSpace newRegularDataTableSpace,
                                                                                     org.eclipse.emf.common.notify.NotificationChain msgs)


setRegularDataTableSpace

public void setRegularDataTableSpace(LUWTableSpace newRegularDataTableSpace)

Specified by:
setRegularDataTableSpace in interface LUWStorageTable
Parameters:
newRegularDataTableSpace - the new value of the 'Regular Data Table Space' reference.
See Also:
LUWStorageTable.getRegularDataTableSpace()

getPCTFree

public int getPCTFree()

Specified by:
getPCTFree in interface LUWTable
Returns:
the value of the 'PCT Free' attribute.
See Also:
LUWTable.setPCTFree(int), LUWPackage.getLUWTable_PCTFree()

setPCTFree

public void setPCTFree(int newPCTFree)

Specified by:
setPCTFree in interface LUWTable
Parameters:
newPCTFree - the new value of the 'PCT Free' attribute.
See Also:
LUWTable.getPCTFree()

isRestrictOnDrop

public boolean isRestrictOnDrop()

Specified by:
isRestrictOnDrop in interface LUWTable
Returns:
the value of the 'Restrict On Drop' attribute.
See Also:
LUWTable.setRestrictOnDrop(boolean), LUWPackage.getLUWTable_RestrictOnDrop()

setRestrictOnDrop

public void setRestrictOnDrop(boolean newRestrictOnDrop)

Specified by:
setRestrictOnDrop in interface LUWTable
Parameters:
newRestrictOnDrop - the new value of the 'Restrict On Drop' attribute.
See Also:
LUWTable.isRestrictOnDrop()

getPartitionMode

public java.lang.String getPartitionMode()

Specified by:
getPartitionMode in interface LUWTable
Returns:
the value of the 'Partition Mode' attribute.
See Also:
LUWTable.setPartitionMode(String), LUWPackage.getLUWTable_PartitionMode()

setPartitionMode

public void setPartitionMode(java.lang.String newPartitionMode)

Specified by:
setPartitionMode in interface LUWTable
Parameters:
newPartitionMode - the new value of the 'Partition Mode' attribute.
See Also:
LUWTable.getPartitionMode()

isAppendMode

public boolean isAppendMode()

Specified by:
isAppendMode in interface LUWTable
Returns:
the value of the 'Append Mode' attribute.
See Also:
LUWTable.setAppendMode(boolean), LUWPackage.getLUWTable_AppendMode()

setAppendMode

public void setAppendMode(boolean newAppendMode)

Specified by:
setAppendMode in interface LUWTable
Parameters:
newAppendMode - the new value of the 'Append Mode' attribute.
See Also:
LUWTable.isAppendMode()

getLogMode

public java.lang.String getLogMode()

Specified by:
getLogMode in interface LUWTable
Returns:
the value of the 'Log Mode' attribute.
See Also:
LUWTable.setLogMode(String), LUWPackage.getLUWTable_LogMode()

setLogMode

public void setLogMode(java.lang.String newLogMode)

Specified by:
setLogMode in interface LUWTable
Parameters:
newLogMode - the new value of the 'Log Mode' attribute.
See Also:
LUWTable.getLogMode()

isLockSizeRow

public boolean isLockSizeRow()

Specified by:
isLockSizeRow in interface LUWTable
Returns:
the value of the 'Lock Size Row' attribute.
See Also:
LUWTable.setLockSizeRow(boolean), LUWPackage.getLUWTable_LockSizeRow()

setLockSizeRow

public void setLockSizeRow(boolean newLockSizeRow)

Specified by:
setLockSizeRow in interface LUWTable
Parameters:
newLockSizeRow - the new value of the 'Lock Size Row' attribute.
See Also:
LUWTable.isLockSizeRow()

isVolatile

public boolean isVolatile()

Specified by:
isVolatile in interface LUWTable
Returns:
the value of the 'Volatile' attribute.
See Also:
LUWTable.setVolatile(boolean), LUWPackage.getLUWTable_Volatile()

setVolatile

public void setVolatile(boolean newVolatile)

Specified by:
setVolatile in interface LUWTable
Parameters:
newVolatile - the new value of the 'Volatile' attribute.
See Also:
LUWTable.isVolatile()

getPartitionKey

public LUWPartitionKey getPartitionKey()

Specified by:
getPartitionKey in interface LUWStorageTable
Returns:
the value of the 'Partition Key' containment reference.
See Also:
LUWStorageTable.setPartitionKey(LUWPartitionKey), LUWPackage.getLUWStorageTable_PartitionKey(), LUWPartitionKey.getTable()

basicSetPartitionKey

public org.eclipse.emf.common.notify.NotificationChain basicSetPartitionKey(LUWPartitionKey newPartitionKey,
                                                                            org.eclipse.emf.common.notify.NotificationChain msgs)


setPartitionKey

public void setPartitionKey(LUWPartitionKey newPartitionKey)

Specified by:
setPartitionKey in interface LUWStorageTable
Parameters:
newPartitionKey - the new value of the 'Partition Key' containment reference.
See Also:
LUWStorageTable.getPartitionKey()

getOptions

public org.eclipse.emf.common.util.EList getOptions()

Specified by:
getOptions in interface LUWTable
Returns:
the value of the 'Options' containment reference list.
See Also:
LUWPackage.getLUWTable_Options()

getDataPartitions

public org.eclipse.emf.common.util.EList getDataPartitions()

Specified by:
getDataPartitions in interface LUWStorageTable
Returns:
the value of the 'Data Partitions' containment reference list.
See Also:
LUWPackage.getLUWStorageTable_DataPartitions(), LUWDataPartition.getTable()

getDataPartitionKey

public LUWDataPartitionKey getDataPartitionKey()

Specified by:
getDataPartitionKey in interface LUWStorageTable
Returns:
the value of the 'Data Partition Key' containment reference.
See Also:
LUWStorageTable.setDataPartitionKey(LUWDataPartitionKey), LUWPackage.getLUWStorageTable_DataPartitionKey(), LUWDataPartitionKey.getTable()

basicSetDataPartitionKey

public org.eclipse.emf.common.notify.NotificationChain basicSetDataPartitionKey(LUWDataPartitionKey newDataPartitionKey,
                                                                                org.eclipse.emf.common.notify.NotificationChain msgs)


setDataPartitionKey

public void setDataPartitionKey(LUWDataPartitionKey newDataPartitionKey)

Specified by:
setDataPartitionKey in interface LUWStorageTable
Parameters:
newDataPartitionKey - the new value of the 'Data Partition Key' containment reference.
See Also:
LUWStorageTable.getDataPartitionKey()

getIndexDataTableSpace

public LUWTableSpace getIndexDataTableSpace()

Specified by:
getIndexDataTableSpace in interface LUWStorageTable
Returns:
the value of the 'Index Data Table Space' reference.
See Also:
LUWStorageTable.setIndexDataTableSpace(LUWTableSpace), LUWPackage.getLUWStorageTable_IndexDataTableSpace(), LUWTableSpace.getIndexDataTables()

basicGetIndexDataTableSpace

public LUWTableSpace basicGetIndexDataTableSpace()


basicSetIndexDataTableSpace

public org.eclipse.emf.common.notify.NotificationChain basicSetIndexDataTableSpace(LUWTableSpace newIndexDataTableSpace,
                                                                                   org.eclipse.emf.common.notify.NotificationChain msgs)


setIndexDataTableSpace

public void setIndexDataTableSpace(LUWTableSpace newIndexDataTableSpace)

Specified by:
setIndexDataTableSpace in interface LUWStorageTable
Parameters:
newIndexDataTableSpace - the new value of the 'Index Data Table Space' reference.
See Also:
LUWStorageTable.getIndexDataTableSpace()

getLOBDataTableSpace

public LUWTableSpace getLOBDataTableSpace()

Specified by:
getLOBDataTableSpace in interface LUWStorageTable
Returns:
the value of the 'LOB Data Table Space' reference.
See Also:
LUWStorageTable.setLOBDataTableSpace(LUWTableSpace), LUWPackage.getLUWStorageTable_LOBDataTableSpace(), LUWTableSpace.getLOBDataTables()

basicGetLOBDataTableSpace

public LUWTableSpace basicGetLOBDataTableSpace()


basicSetLOBDataTableSpace

public org.eclipse.emf.common.notify.NotificationChain basicSetLOBDataTableSpace(LUWTableSpace newLOBDataTableSpace,
                                                                                 org.eclipse.emf.common.notify.NotificationChain msgs)


setLOBDataTableSpace

public void setLOBDataTableSpace(LUWTableSpace newLOBDataTableSpace)

Specified by:
setLOBDataTableSpace in interface LUWStorageTable
Parameters:
newLOBDataTableSpace - the new value of the 'LOB Data Table Space' reference.
See Also:
LUWStorageTable.getLOBDataTableSpace()

getTableSpaces

public java.util.List getTableSpaces()

Specified by:
getTableSpaces in interface LUWStorageTable

eInverseAdd

public org.eclipse.emf.common.notify.NotificationChain eInverseAdd(org.eclipse.emf.ecore.InternalEObject otherEnd,
                                                                   int featureID,
                                                                   org.eclipse.emf.common.notify.NotificationChain msgs)

Overrides:
eInverseAdd in class org.eclipse.wst.rdb.internal.models.sql.tables.impl.BaseTableImpl

eInverseRemove

public org.eclipse.emf.common.notify.NotificationChain eInverseRemove(org.eclipse.emf.ecore.InternalEObject otherEnd,
                                                                      int featureID,
                                                                      org.eclipse.emf.common.notify.NotificationChain msgs)

Overrides:
eInverseRemove in class org.eclipse.wst.rdb.internal.models.sql.tables.impl.BaseTableImpl

eGet

public java.lang.Object eGet(int featureID,
                             boolean resolve,
                             boolean coreType)

Specified by:
eGet in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eGet in class DB2TableImpl

eSet

public void eSet(int featureID,
                 java.lang.Object newValue)

Specified by:
eSet in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eSet in class DB2TableImpl

eUnset

public void eUnset(int featureID)

Specified by:
eUnset in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eUnset in class DB2TableImpl

eIsSet

public boolean eIsSet(int featureID)

Specified by:
eIsSet in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eIsSet in class DB2TableImpl

eBaseStructuralFeatureID

public int eBaseStructuralFeatureID(int derivedFeatureID,
                                    java.lang.Class baseClass)

Specified by:
eBaseStructuralFeatureID in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eBaseStructuralFeatureID in class org.eclipse.emf.ecore.impl.BasicEObjectImpl

eDerivedStructuralFeatureID

public int eDerivedStructuralFeatureID(int baseFeatureID,
                                       java.lang.Class baseClass)

Specified by:
eDerivedStructuralFeatureID in interface org.eclipse.emf.ecore.InternalEObject
Overrides:
eDerivedStructuralFeatureID in class org.eclipse.emf.ecore.impl.BasicEObjectImpl

toString

public java.lang.String toString()

Overrides:
toString in class DB2TableImpl