org.eclipse.wst.rdb.internal.models.sql.tables.impl
Class SQLTablesFactoryImpl

java.lang.Object
  |
  +--org.eclipse.emf.common.notify.impl.BasicNotifierImpl
        |
        +--org.eclipse.emf.ecore.impl.BasicEObjectImpl
              |
              +--org.eclipse.emf.ecore.impl.EObjectImpl
                    |
                    +--org.eclipse.emf.ecore.impl.EModelElementImpl
                          |
                          +--org.eclipse.emf.ecore.impl.EFactoryImpl
                                |
                                +--org.eclipse.wst.rdb.internal.models.sql.tables.impl.SQLTablesFactoryImpl
All Implemented Interfaces:
org.eclipse.emf.ecore.EFactory, org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.InternalEObject, org.eclipse.emf.common.notify.Notifier, SQLTablesFactory

public class SQLTablesFactoryImpl
extends org.eclipse.emf.ecore.impl.EFactoryImpl
implements SQLTablesFactory

An implementation of the model Factory.


Inner classes inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
Inner classes inherited from class org.eclipse.emf.ecore.InternalEObject
org.eclipse.emf.ecore.InternalEObject.EStore
 
Fields inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
ELAST_EOBJECT_FLAG
 
Fields inherited from interface org.eclipse.wst.rdb.internal.models.sql.tables.SQLTablesFactory
eINSTANCE
 
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject
EOPPOSITE_FEATURE_BASE
 
Constructor Summary
SQLTablesFactoryImpl()
          Creates and instance of the factory.
 
Method Summary
 java.lang.String convertToString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.Object instanceValue)
          
 org.eclipse.emf.ecore.EObject create(org.eclipse.emf.ecore.EClass eClass)
          
 Column createColumn()
          
 java.lang.Object createFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
          
 PersistentTable createPersistentTable()
          
 TemporaryTable createTemporaryTable()
          
 Trigger createTrigger()
          
 ViewTable createViewTable()
          
static SQLTablesPackage getPackage()
          Deprecated.  
 SQLTablesPackage getSQLTablesPackage()
          
 
Methods inherited from class org.eclipse.emf.ecore.impl.EFactoryImpl
basicSetEPackage, eGet, eInverseAdd, eInverseRemove, eIsSet, eSet, eUnset, getEPackage, setEPackage
 
Methods inherited from class org.eclipse.emf.ecore.impl.EModelElementImpl
eObjectForURIFragmentSegment, eURIFragmentSegment, getEAnnotation, getEAnnotations
 
Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
eAdapters, eClass, eContainerFeatureID, eDeliver, eIsProxy, eSetClass, eSetDeliver, eSetProxyURI
 
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicSetContainer, eContainer, eContainingFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDynamicBasicRemoveFromContainer, eDynamicGet, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicIsSet, eDynamicSet, eDynamicUnset, eGet, eInternalResource, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eResolveProxy, eResource, eSetResource, eSetStore, eSetting, eStore, toString
 
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 org.eclipse.emf.ecore.EFactory
getEPackage, setEPackage
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
 
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
 

Constructor Detail

SQLTablesFactoryImpl

public SQLTablesFactoryImpl()
Creates and instance of the factory.
Method Detail

create

public org.eclipse.emf.ecore.EObject create(org.eclipse.emf.ecore.EClass eClass)
Specified by:
create in interface org.eclipse.emf.ecore.EFactory
Overrides:
create in class org.eclipse.emf.ecore.impl.EFactoryImpl

createFromString

public java.lang.Object createFromString(org.eclipse.emf.ecore.EDataType eDataType,
                                         java.lang.String initialValue)
Specified by:
createFromString in interface org.eclipse.emf.ecore.EFactory
Overrides:
createFromString in class org.eclipse.emf.ecore.impl.EFactoryImpl

convertToString

public java.lang.String convertToString(org.eclipse.emf.ecore.EDataType eDataType,
                                        java.lang.Object instanceValue)
Specified by:
convertToString in interface org.eclipse.emf.ecore.EFactory
Overrides:
convertToString in class org.eclipse.emf.ecore.impl.EFactoryImpl

createViewTable

public ViewTable createViewTable()
Specified by:
createViewTable in interface SQLTablesFactory
Following copied from interface: org.eclipse.wst.rdb.internal.models.sql.tables.SQLTablesFactory
Returns:
a new object of class 'View Table'.

createTemporaryTable

public TemporaryTable createTemporaryTable()
Specified by:
createTemporaryTable in interface SQLTablesFactory
Following copied from interface: org.eclipse.wst.rdb.internal.models.sql.tables.SQLTablesFactory
Returns:
a new object of class 'Temporary Table'.

createPersistentTable

public PersistentTable createPersistentTable()
Specified by:
createPersistentTable in interface SQLTablesFactory
Following copied from interface: org.eclipse.wst.rdb.internal.models.sql.tables.SQLTablesFactory
Returns:
a new object of class 'Persistent Table'.

createColumn

public Column createColumn()
Specified by:
createColumn in interface SQLTablesFactory
Following copied from interface: org.eclipse.wst.rdb.internal.models.sql.tables.SQLTablesFactory
Returns:
a new object of class 'Column'.

createTrigger

public Trigger createTrigger()
Specified by:
createTrigger in interface SQLTablesFactory
Following copied from interface: org.eclipse.wst.rdb.internal.models.sql.tables.SQLTablesFactory
Returns:
a new object of class 'Trigger'.

getSQLTablesPackage

public SQLTablesPackage getSQLTablesPackage()
Specified by:
getSQLTablesPackage in interface SQLTablesFactory
Following copied from interface: org.eclipse.wst.rdb.internal.models.sql.tables.SQLTablesFactory
Returns:
the package supported by this factory.

getPackage

public static SQLTablesPackage getPackage()
Deprecated.