com.ibm.websphere.sdo.mediator.jdbc.metadata

Interface MetadataFactory

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

  1. public interface MetadataFactory
  2. extends org.eclipse.emf.ecore.EFactory
The Factory for the Metadata model. It provides a create method for each non-abstract class of the model.
See Also:
MetadataPackage

Field Summary

Modifier and Type Field and Description
  1. static
  2. MetadataFactory
eINSTANCE
The singleton instance of the factory

Method Summary

Modifier and Type Method and Description
  1. Column
createColumn()
Returns a new object of class 'Column'
  1. Filter
createFilter()
Returns a new object of class 'Filter'
  1. FilterArgument
createFilterArgument()
Returns a new object of class 'Filter Argument'
  1. Key
createKey()
Returns a new object of class 'Key'
  1. Metadata
createMetadata()
Returns a new object of class 'Metadata'
  1. OrderBy
createOrderBy()
Returns a new object of class 'Order By'
  1. Relationship
createRelationship()
Returns a new object of class 'Relationship'
  1. Table
createTable()
Returns a new object of class 'Table'
  1. MetadataPackage
getMetadataPackage()
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, eIsProxy, eIsSet, eResource, eSet, eUnset
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver

Field Detail

eINSTANCE

  1. static final MetadataFactory eINSTANCE
The singleton instance of the factory.

Method Detail

createColumn

  1. Column createColumn()
Returns a new object of class 'Column'.
Returns:
a new object of class 'Column'.

createFilter

  1. Filter createFilter()
Returns a new object of class 'Filter'.
Returns:
a new object of class 'Filter'.

createFilterArgument

  1. FilterArgument createFilterArgument( )
Returns a new object of class 'Filter Argument'.
Returns:
a new object of class 'Filter Argument'.

createKey

  1. Key createKey()
Returns a new object of class 'Key'.
Returns:
a new object of class 'Key'.

createMetadata

  1. Metadata createMetadata()
Returns a new object of class 'Metadata'.
Returns:
a new object of class 'Metadata'.

createOrderBy

  1. OrderBy createOrderBy()
Returns a new object of class 'Order By'.
Returns:
a new object of class 'Order By'.

createRelationship

  1. Relationship createRelationship( )
Returns a new object of class 'Relationship'.
Returns:
a new object of class 'Relationship'.

createTable

  1. Table createTable()
Returns a new object of class 'Table'.
Returns:
a new object of class 'Table'.

getMetadataPackage

  1. MetadataPackage getMetadataPackage( )
Returns the package supported by this factory.
Returns:
the package supported by this factory.