com.ibm.db.models.db2.zSeries.impl
Class ZSeriesTableImpl

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.zSeries.impl.ZSeriesTableImpl
All Implemented Interfaces:
DB2Table, ZSeriesTable, 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

public class ZSeriesTableImpl
extends DB2TableImpl
implements ZSeriesTable

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
 ZSeriesTableSpace basicGetTableSpace()
           
 org.eclipse.emf.common.notify.NotificationChain basicSetPartitionKey(ZSeriesPartitionKey newPartitionKey, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain basicSetTableSpace(ZSeriesTableSpace newTableSpace, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 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)
           
 AuditType getAudit()
           
 java.lang.String getEditProc()
           
 CCSIDType getEncoding()
           
 ZSeriesPartitionKey getPartitionKey()
           
 ZSeriesTableSpace getTableSpace()
           
 java.lang.String getValidProc()
           
 boolean isVolatile()
           
 void setAudit(AuditType newAudit)
           
 void setEditProc(java.lang.String newEditProc)
           
 void setEncoding(CCSIDType newEncoding)
           
 void setPartitionKey(ZSeriesPartitionKey newPartitionKey)
           
 void setTableSpace(ZSeriesTableSpace newTableSpace)
           
 void setValidProc(java.lang.String newValidProc)
           
 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, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicRemoveFromContainerFeature, eBasicSetContainer, eContainer, eContainingFeature, eContainmentFeature, eContains, eDerivedStructuralFeatureID, 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
eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicSetContainer, eContainerFeatureID, eDerivedStructuralFeatureID, eDirectResource, eGet, eInternalContainer, eInternalResource, eInverseAdd, eInverseRemove, eNotificationRequired, eObjectForURIFragmentSegment, eProxyURI, eResolveProxy, eSetClass, eSetProxyURI, eSetResource, eSetStore, eSetting, eStore, eURIFragmentSegment
 

Method Detail

getAudit

public AuditType getAudit()

Specified by:
getAudit in interface ZSeriesTable
Returns:
the value of the 'Audit' attribute.
See Also:
AuditType, ZSeriesTable.setAudit(AuditType), ZSeriesPackage.getZSeriesTable_Audit()

setAudit

public void setAudit(AuditType newAudit)

Specified by:
setAudit in interface ZSeriesTable
Parameters:
newAudit - the new value of the 'Audit' attribute.
See Also:
AuditType, ZSeriesTable.getAudit()

getEditProc

public java.lang.String getEditProc()

Specified by:
getEditProc in interface ZSeriesTable
Returns:
the value of the 'Edit Proc' attribute.
See Also:
ZSeriesTable.setEditProc(String), ZSeriesPackage.getZSeriesTable_EditProc()

setEditProc

public void setEditProc(java.lang.String newEditProc)

Specified by:
setEditProc in interface ZSeriesTable
Parameters:
newEditProc - the new value of the 'Edit Proc' attribute.
See Also:
ZSeriesTable.getEditProc()

getEncoding

public CCSIDType getEncoding()

Specified by:
getEncoding in interface ZSeriesTable
Returns:
the value of the 'Encoding' attribute.
See Also:
CCSIDType, ZSeriesTable.setEncoding(CCSIDType), ZSeriesPackage.getZSeriesTable_Encoding()

setEncoding

public void setEncoding(CCSIDType newEncoding)

Specified by:
setEncoding in interface ZSeriesTable
Parameters:
newEncoding - the new value of the 'Encoding' attribute.
See Also:
CCSIDType, ZSeriesTable.getEncoding()

getValidProc

public java.lang.String getValidProc()

Specified by:
getValidProc in interface ZSeriesTable
Returns:
the value of the 'Valid Proc' attribute.
See Also:
ZSeriesTable.setValidProc(String), ZSeriesPackage.getZSeriesTable_ValidProc()

setValidProc

public void setValidProc(java.lang.String newValidProc)

Specified by:
setValidProc in interface ZSeriesTable
Parameters:
newValidProc - the new value of the 'Valid Proc' attribute.
See Also:
ZSeriesTable.getValidProc()

isVolatile

public boolean isVolatile()

Specified by:
isVolatile in interface ZSeriesTable
Returns:
the value of the 'Volatile' attribute.
See Also:
ZSeriesTable.setVolatile(boolean), ZSeriesPackage.getZSeriesTable_Volatile()

setVolatile

public void setVolatile(boolean newVolatile)

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

getTableSpace

public ZSeriesTableSpace getTableSpace()

Specified by:
getTableSpace in interface ZSeriesTable
Returns:
the value of the 'Table Space' reference.
See Also:
ZSeriesTable.setTableSpace(ZSeriesTableSpace), ZSeriesPackage.getZSeriesTable_TableSpace(), ZSeriesTableSpace.getTables()

basicGetTableSpace

public ZSeriesTableSpace basicGetTableSpace()


basicSetTableSpace

public org.eclipse.emf.common.notify.NotificationChain basicSetTableSpace(ZSeriesTableSpace newTableSpace,
                                                                          org.eclipse.emf.common.notify.NotificationChain msgs)


setTableSpace

public void setTableSpace(ZSeriesTableSpace newTableSpace)

Specified by:
setTableSpace in interface ZSeriesTable
Parameters:
newTableSpace - the new value of the 'Table Space' reference.
See Also:
ZSeriesTable.getTableSpace()

getPartitionKey

public ZSeriesPartitionKey getPartitionKey()

Specified by:
getPartitionKey in interface ZSeriesTable
Returns:
the value of the 'Partition Key' containment reference.
See Also:
ZSeriesTable.setPartitionKey(ZSeriesPartitionKey), ZSeriesPackage.getZSeriesTable_PartitionKey(), ZSeriesPartitionKey.getTable()

basicSetPartitionKey

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


setPartitionKey

public void setPartitionKey(ZSeriesPartitionKey newPartitionKey)

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

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

toString

public java.lang.String toString()

Overrides:
toString in class DB2TableImpl