org.eclipse.datatools.modelbase.sql.constraints
Interface SQLConstraintsFactory

All Superinterfaces:
org.eclipse.emf.ecore.EFactory, org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier

public interface SQLConstraintsFactory
extends org.eclipse.emf.ecore.EFactory

The Factory for the model. It provides a create method for each non-abstract class of the model.

See Also:
SQLConstraintsPackage

Field Summary
static SQLConstraintsFactory eINSTANCE
          The singleton instance of the factory.
 
Method Summary
 Assertion createAssertion()
          Returns a new object of class 'Assertion'.
 CheckConstraint createCheckConstraint()
          Returns a new object of class 'Check Constraint'.
 ForeignKey createForeignKey()
          Returns a new object of class 'Foreign Key'.
 Index createIndex()
          Returns a new object of class 'Index'.
 IndexMember createIndexMember()
          Returns a new object of class 'Index Member'.
 PrimaryKey createPrimaryKey()
          Returns a new object of class 'Primary Key'.
 UniqueConstraint createUniqueConstraint()
          Returns a new object of class 'Unique Constraint'.
 SQLConstraintsPackage getSQLConstraintsPackage()
          Returns the package supported by this factory.
 
Methods inherited from interface org.eclipse.emf.ecore.EFactory
convertToString, create, createFromString, 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, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

eINSTANCE

static final SQLConstraintsFactory eINSTANCE
The singleton instance of the factory.

Method Detail

createAssertion

Assertion createAssertion()
Returns a new object of class 'Assertion'.

Returns:
a new object of class 'Assertion'.

createCheckConstraint

CheckConstraint createCheckConstraint()
Returns a new object of class 'Check Constraint'.

Returns:
a new object of class 'Check Constraint'.

createForeignKey

ForeignKey createForeignKey()
Returns a new object of class 'Foreign Key'.

Returns:
a new object of class 'Foreign Key'.

createUniqueConstraint

UniqueConstraint createUniqueConstraint()
Returns a new object of class 'Unique Constraint'.

Returns:
a new object of class 'Unique Constraint'.

createPrimaryKey

PrimaryKey createPrimaryKey()
Returns a new object of class 'Primary Key'.

Returns:
a new object of class 'Primary Key'.

createIndex

Index createIndex()
Returns a new object of class 'Index'.

Returns:
a new object of class 'Index'.

createIndexMember

IndexMember createIndexMember()
Returns a new object of class 'Index Member'.

Returns:
a new object of class 'Index Member'.

getSQLConstraintsPackage

SQLConstraintsPackage getSQLConstraintsPackage()
Returns the package supported by this factory.

Returns:
the package supported by this factory.