org.eclipse.datatools.modelbase.sql.tables.impl
Class DerivedTableImpl

java.lang.Object
  extended by ENamedElementImpl
      extended by org.eclipse.datatools.modelbase.sql.schema.impl.SQLObjectImpl
          extended by org.eclipse.datatools.modelbase.sql.tables.impl.TableImpl
              extended by org.eclipse.datatools.modelbase.sql.tables.impl.DerivedTableImpl
All Implemented Interfaces:
SQLObject, DerivedTable, Table
Direct Known Subclasses:
ViewTableImpl

public abstract class DerivedTableImpl
extends TableImpl
implements DerivedTable

An implementation of the model object 'Derived Table'.

The following features are implemented:


Method Summary
 NotificationChain basicSetQueryExpression(QueryExpression newQueryExpression, NotificationChain msgs)
           
 java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
           
 NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 boolean eIsSet(int featureID)
           
 void eSet(int featureID, java.lang.Object newValue)
           
 void eUnset(int featureID)
           
 QueryExpression getQueryExpression()
           
 void setQueryExpression(QueryExpression newQueryExpression)
           
 
Methods inherited from class org.eclipse.datatools.modelbase.sql.tables.impl.TableImpl
basicGetSchema, basicGetSupertable, basicGetUdt, basicSetSchema, basicSetSupertable, eInverseAdd, getColumns, getIndex, getSchema, getSelfRefColumnGeneration, getSubtables, getSupertable, getTriggers, getUdt, isInsertable, isUpdatable, setSchema, setSelfRefColumnGeneration, setSupertable, setUdt, toString
 
Methods inherited from class org.eclipse.datatools.modelbase.sql.schema.impl.SQLObjectImpl
addEAnnotation, addEAnnotationDetail, getComments, getDependencies, getDescription, getEAnnotation, getEAnnotationDetail, getLabel, getPrivileges, removeEAnnotationDetail, setAnnotationDetail, setDescription, setLabel
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.datatools.modelbase.sql.tables.Table
getColumns, getIndex, getSchema, getSelfRefColumnGeneration, getSubtables, getSupertable, getTriggers, getUdt, isInsertable, isUpdatable, setSchema, setSelfRefColumnGeneration, setSupertable, setUdt
 
Methods inherited from interface org.eclipse.datatools.modelbase.sql.schema.SQLObject
addEAnnotation, addEAnnotationDetail, getComments, getDependencies, getDescription, getEAnnotation, getEAnnotationDetail, getLabel, getPrivileges, removeEAnnotationDetail, setAnnotationDetail, setDescription, setLabel
 

Method Detail

getQueryExpression

public QueryExpression getQueryExpression()

Specified by:
getQueryExpression in interface DerivedTable
Returns:
the value of the 'Query Expression' containment reference.
See Also:
DerivedTable.setQueryExpression(QueryExpression), SQLTablesPackage.getDerivedTable_QueryExpression()

basicSetQueryExpression

public NotificationChain basicSetQueryExpression(QueryExpression newQueryExpression,
                                                 NotificationChain msgs)


setQueryExpression

public void setQueryExpression(QueryExpression newQueryExpression)

Specified by:
setQueryExpression in interface DerivedTable
Parameters:
newQueryExpression - the new value of the 'Query Expression' containment reference.
See Also:
DerivedTable.getQueryExpression()

eInverseRemove

public NotificationChain eInverseRemove(InternalEObject otherEnd,
                                        int featureID,
                                        NotificationChain msgs)

Overrides:
eInverseRemove in class TableImpl

eGet

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

Overrides:
eGet in class TableImpl

eSet

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

Overrides:
eSet in class TableImpl

eUnset

public void eUnset(int featureID)

Overrides:
eUnset in class TableImpl

eIsSet

public boolean eIsSet(int featureID)

Overrides:
eIsSet in class TableImpl


Copyright © 2006 -- 2008 Actuate, IBM Corporation, Sybase, Inc. and others. All rights reserved.