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

Interface MetadataPackage

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

  1. public interface MetadataPackage
  2. extends org.eclipse.emf.ecore.EPackage
The Package for the model. It contains accessors for the meta objects to represent
See Also:
MetadataFactory

Nested Class Summary

Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage
org.eclipse.emf.ecore.EPackage.Descriptor, org.eclipse.emf.ecore.EPackage.Registry

Field Summary

Modifier and Type Field and Description
  1. static
  2. int
COLUMN
The meta object id for the ' Column' class
  1. static
  2. int
COLUMN__NAME
The feature id for the 'Name' attribute
  1. static
  2. int
COLUMN__NULLABLE
The feature id for the 'Nullable' attribute
  1. static
  2. int
COLUMN__PROPERTY_NAME
The feature id for the 'Property Name' attribute
  1. static
  2. int
COLUMN__TABLE
The feature id for the 'Table' container reference
  1. static
  2. int
COLUMN__TYPE
The feature id for the 'Type' attribute
  1. static
  2. int
COLUMN_FEATURE_COUNT
The number of structural features of the the 'Column' class
  1. static
  2. MetadataPackage
eINSTANCE
The singleton instance of the package
  1. static
  2. java.lang.String
eNAME
The package name
  1. static
  2. java.lang.String
eNS_PREFIX
The package namespace name
  1. static
  2. java.lang.String
eNS_URI
The package namespace URI
  1. static
  2. int
FILTER
The meta object id for the ' Filter' class
  1. static
  2. int
FILTER__FILTER_ARGUMENTS
The feature id for the 'Filter Arguments' containment reference list
  1. static
  2. int
FILTER__ORDER_BY_COLUMNS
The feature id for the 'Order By Columns' reference list
  1. static
  2. int
FILTER__PREDICATE
The feature id for the 'Predicate' attribute
  1. static
  2. int
FILTER__TABLE
The feature id for the 'Table' container reference
  1. static
  2. int
FILTER_ARGUMENT
The meta object id for the ' Filter Argument' class
  1. static
  2. int
FILTER_ARGUMENT__NAME
The feature id for the 'Name' attribute
  1. static
  2. int
FILTER_ARGUMENT__TYPE
The feature id for the 'Type' attribute
  1. static
  2. int
FILTER_ARGUMENT_FEATURE_COUNT
The number of structural features of the the 'Filter Argument' class
  1. static
  2. int
FILTER_FEATURE_COUNT
The number of structural features of the the 'Filter' class
  1. static
  2. int
KEY
The meta object id for the ' Key' class
  1. static
  2. int
KEY__COLUMNS
The feature id for the 'Columns' reference list
  1. static
  2. int
KEY_FEATURE_COUNT
The number of structural features of the the 'Key' class
  1. static
  2. int
METADATA
The meta object id for the ' Metadata' class
  1. static
  2. int
METADATA__ORDER_BYS
The feature id for the 'Order Bys' containment reference list
  1. static
  2. int
METADATA__RELATIONSHIPS
The feature id for the 'Relationships' containment reference list
  1. static
  2. int
METADATA__ROOT_OBJECT
The feature id for the 'Root Object' attribute
  1. static
  2. int
METADATA__ROOT_TABLE
The feature id for the 'Root Table' reference
  1. static
  2. int
METADATA__TABLES
The feature id for the 'Tables' containment reference list
  1. static
  2. int
METADATA__UNIQUE_KEY_BUFFER_SIZE
The feature id for the 'Unique Key Buffer Size' attribute
  1. static
  2. int
METADATA__UNIQUE_KEY_TABLE
The feature id for the 'Unique Key Table' containment reference
  1. static
  2. int
METADATA_FEATURE_COUNT
The number of structural features of the the 'Metadata' class
  1. static
  2. int
ORDER_BY
The meta object id for the ' Order By' class
  1. static
  2. int
ORDER_BY__ASCENDING
The feature id for the 'Ascending' attribute
  1. static
  2. int
ORDER_BY__COLUMN
The feature id for the 'Column' reference
  1. static
  2. int
ORDER_BY_FEATURE_COUNT
The number of structural features of the the 'Order By' class
  1. static
  2. int
RELATIONSHIP
The meta object id for the ' Relationship' class
  1. static
  2. int
RELATIONSHIP__CHILD_KEY
The feature id for the 'Child Key' reference
  1. static
  2. int
RELATIONSHIP__EXCLUSIVE
The feature id for the 'Exclusive' attribute
  1. static
  2. int
RELATIONSHIP__NAME
The feature id for the 'Name' attribute
  1. static
  2. int
RELATIONSHIP__OPPOSITE_NAME
The feature id for the 'Opposite Name' attribute
  1. static
  2. int
RELATIONSHIP__PARENT_KEY
The feature id for the 'Parent Key' reference
  1. static
  2. int
RELATIONSHIP_FEATURE_COUNT
The number of structural features of the the 'Relationship' class
  1. static
  2. int
TABLE
The meta object id for the ' Table' class
  1. static
  2. int
TABLE__COLLISION_COLUMN
The feature id for the 'Collision Column' reference
  1. static
  2. int
TABLE__COLUMNS
The feature id for the 'Columns' containment reference list
  1. static
  2. int
TABLE__EXTERNAL
The feature id for the 'External' attribute
  1. static
  2. int
TABLE__FILTER
The feature id for the 'Filter' containment reference
  1. static
  2. int
TABLE__FOREIGN_KEYS
The feature id for the 'Foreign Keys' containment reference list
  1. static
  2. int
TABLE__METADATA
The feature id for the 'Metadata' container reference
  1. static
  2. int
TABLE__NAME
The feature id for the 'Name' attribute
  1. static
  2. int
TABLE__PRIMARY_KEY
The feature id for the 'Primary Key' containment reference
  1. static
  2. int
TABLE__PROPERTY_NAME
The feature id for the 'Property Name' attribute
  1. static
  2. int
TABLE__SCHEMA_NAME
The feature id for the 'Schema Name' attribute
  1. static
  2. int
TABLE_FEATURE_COUNT
The number of structural features of the the 'Table' class

Method Summary

Modifier and Type Method and Description
  1. org.eclipse.emf.ecore.EAttribute
getColumn_Name()
Returns the meta object for the attribute ' Name'
  1. org.eclipse.emf.ecore.EAttribute
getColumn_Nullable()
Returns the meta object for the attribute ' Nullable'
  1. org.eclipse.emf.ecore.EAttribute
getColumn_PropertyName()
Returns the meta object for the attribute ' Property Name'
  1. org.eclipse.emf.ecore.EReference
getColumn_Table()
Returns the meta object for the container reference ' Table'
  1. org.eclipse.emf.ecore.EAttribute
getColumn_Type()
Returns the meta object for the attribute ' Type'
  1. org.eclipse.emf.ecore.EClass
getColumn()
Returns the meta object for class ' Column'
  1. org.eclipse.emf.ecore.EReference
getFilter_FilterArguments()
Returns the meta object for the containment reference list ' Filter Arguments'
  1. org.eclipse.emf.ecore.EReference
getFilter_OrderByColumns()
Returns the meta object for the reference list ' Order By Columns'
  1. org.eclipse.emf.ecore.EAttribute
getFilter_Predicate()
Returns the meta object for the attribute ' Predicate'
  1. org.eclipse.emf.ecore.EReference
getFilter_Table()
Returns the meta object for the container reference ' Table'
  1. org.eclipse.emf.ecore.EClass
getFilter()
Returns the meta object for class ' Filter'
  1. org.eclipse.emf.ecore.EAttribute
getFilterArgument_Name()
Returns the meta object for the attribute ' Name'
  1. org.eclipse.emf.ecore.EAttribute
getFilterArgument_Type()
Returns the meta object for the attribute ' Type'
  1. org.eclipse.emf.ecore.EClass
getFilterArgument()
Returns the meta object for class ' Filter Argument'
  1. org.eclipse.emf.ecore.EReference
getKey_Columns()
Returns the meta object for the reference list ' Columns'
  1. org.eclipse.emf.ecore.EClass
getKey()
Returns the meta object for class ' Key'
  1. org.eclipse.emf.ecore.EReference
getMetadata_OrderBys()
Returns the meta object for the containment reference list ' Order Bys'
  1. org.eclipse.emf.ecore.EReference
getMetadata_Relationships()
Returns the meta object for the containment reference list ' Relationships'
  1. org.eclipse.emf.ecore.EAttribute
getMetadata_RootObject()
Returns the meta object for the attribute ' Root Object'
  1. org.eclipse.emf.ecore.EReference
getMetadata_RootTable()
Returns the meta object for the reference ' Root Table'
  1. org.eclipse.emf.ecore.EReference
getMetadata_Tables()
Returns the meta object for the containment reference list ' Tables'
  1. org.eclipse.emf.ecore.EAttribute
getMetadata_UniqueKeyBufferSize()
Returns the meta object for the attribute ' Unique Key Buffer Size'
  1. org.eclipse.emf.ecore.EReference
getMetadata_UniqueKeyTable()
Returns the meta object for the containment reference ' Unique Key Table'
  1. org.eclipse.emf.ecore.EClass
getMetadata()
Returns the meta object for class ' Metadata'
  1. MetadataFactory
getMetadataFactory()
Returns the factory that creates the instances of the model
  1. org.eclipse.emf.ecore.EAttribute
getOrderBy_Ascending()
Returns the meta object for the attribute ' Ascending'
  1. org.eclipse.emf.ecore.EReference
getOrderBy_Column()
Returns the meta object for the reference ' Column'
  1. org.eclipse.emf.ecore.EClass
getOrderBy()
Returns the meta object for class ' Order By'
  1. org.eclipse.emf.ecore.EReference
getRelationship_ChildKey()
Returns the meta object for the reference ' Child Key'
  1. org.eclipse.emf.ecore.EAttribute
getRelationship_Exclusive()
Returns the meta object for the attribute ' Exclusive'
  1. org.eclipse.emf.ecore.EAttribute
getRelationship_Name()
Returns the meta object for the attribute ' Name'
  1. org.eclipse.emf.ecore.EAttribute
getRelationship_OppositeName()
Returns the meta object for the attribute ' Opposite Name'
  1. org.eclipse.emf.ecore.EReference
getRelationship_ParentKey()
Returns the meta object for the reference ' Parent Key'
  1. org.eclipse.emf.ecore.EClass
getRelationship()
Returns the meta object for class ' Relationship'
  1. org.eclipse.emf.ecore.EReference
getTable_CollisionColumn()
Returns the meta object for the reference ' Collision Column'
  1. org.eclipse.emf.ecore.EReference
getTable_Columns()
Returns the meta object for the containment reference list ' Columns'
  1. org.eclipse.emf.ecore.EAttribute
getTable_External()
Returns the meta object for the attribute ' External'
  1. org.eclipse.emf.ecore.EReference
getTable_Filter()
Returns the meta object for the containment reference ' Filter'
  1. org.eclipse.emf.ecore.EReference
getTable_ForeignKeys()
Returns the meta object for the containment reference list ' Foreign Keys'
  1. org.eclipse.emf.ecore.EReference
getTable_Metadata()
Returns the meta object for the container reference ' Metadata'
  1. org.eclipse.emf.ecore.EAttribute
getTable_Name()
Returns the meta object for the attribute ' Name'
  1. org.eclipse.emf.ecore.EReference
getTable_PrimaryKey()
Returns the meta object for the containment reference ' Primary Key'
  1. org.eclipse.emf.ecore.EAttribute
getTable_PropertyName()
Returns the meta object for the attribute ' Property Name'
  1. org.eclipse.emf.ecore.EAttribute
getTable_SchemaName()
Returns the meta object for the attribute ' Schema Name'
  1. org.eclipse.emf.ecore.EClass
getTable()
Returns the meta object for class ' Table'
Methods inherited from interface org.eclipse.emf.ecore.EPackage
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
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

eNAME

  1. static final java.lang.String eNAME
The package name.
See Also:

eNS_URI

  1. static final java.lang.String eNS_URI
The package namespace URI.
See Also:

eNS_PREFIX

  1. static final java.lang.String eNS_PREFIX
The package namespace name.
See Also:

eINSTANCE

  1. static final MetadataPackage eINSTANCE
The singleton instance of the package.

COLUMN

  1. static final int COLUMN
The meta object id for the ' Column' class.
See Also:
com.ibm.websphere.sdo.mediator.jdbc.metadata.impl.ColumnImpl, com.ibm.websphere.sdo.mediator.jdbc.metadata.impl.MetadataPackageImpl#getColumn(), Constant Field Values

COLUMN__PROPERTY_NAME

  1. static final int COLUMN__PROPERTY_NAME
The feature id for the 'Property Name' attribute.
See Also:

COLUMN__NAME

  1. static final int COLUMN__NAME
The feature id for the 'Name' attribute.
See Also:

COLUMN__TYPE

  1. static final int COLUMN__TYPE
The feature id for the 'Type' attribute.
See Also:

COLUMN__NULLABLE

  1. static final int COLUMN__NULLABLE
The feature id for the 'Nullable' attribute.
See Also:

COLUMN__TABLE

  1. static final int COLUMN__TABLE
The feature id for the 'Table' container reference.
See Also:

COLUMN_FEATURE_COUNT

  1. static final int COLUMN_FEATURE_COUNT
The number of structural features of the the 'Column' class.
See Also:

FILTER

  1. static final int FILTER
The meta object id for the ' Filter' class.
See Also:
com.ibm.websphere.sdo.mediator.jdbc.metadata.impl.FilterImpl, com.ibm.websphere.sdo.mediator.jdbc.metadata.impl.MetadataPackageImpl#getFilter(), Constant Field Values

FILTER__PREDICATE

  1. static final int FILTER__PREDICATE
The feature id for the 'Predicate' attribute.
See Also:

FILTER__ORDER_BY_COLUMNS

  1. static final int FILTER__ORDER_BY_COLUMNS
The feature id for the 'Order By Columns' reference list.
See Also:

FILTER__TABLE

  1. static final int FILTER__TABLE
The feature id for the 'Table' container reference.
See Also:

FILTER__FILTER_ARGUMENTS

  1. static final int FILTER__FILTER_ARGUMENTS
The feature id for the 'Filter Arguments' containment reference list.
See Also:

FILTER_FEATURE_COUNT

  1. static final int FILTER_FEATURE_COUNT
The number of structural features of the the 'Filter' class.
See Also:

FILTER_ARGUMENT

  1. static final int FILTER_ARGUMENT
The meta object id for the ' Filter Argument' class.
See Also:
com.ibm.websphere.sdo.mediator.jdbc.metadata.impl.FilterArgumentImpl, com.ibm.websphere.sdo.mediator.jdbc.metadata.impl.MetadataPackageImpl#getFilterArgument(), Constant Field Values

FILTER_ARGUMENT__NAME

  1. static final int FILTER_ARGUMENT__NAME
The feature id for the 'Name' attribute.
See Also:

FILTER_ARGUMENT__TYPE

  1. static final int FILTER_ARGUMENT__TYPE
The feature id for the 'Type' attribute.
See Also:

FILTER_ARGUMENT_FEATURE_COUNT

  1. static final int FILTER_ARGUMENT_FEATURE_COUNT
The number of structural features of the the 'Filter Argument' class.
See Also:

KEY

  1. static final int KEY
The meta object id for the ' Key' class.
See Also:
com.ibm.websphere.sdo.mediator.jdbc.metadata.impl.KeyImpl, com.ibm.websphere.sdo.mediator.jdbc.metadata.impl.MetadataPackageImpl#getKey(), Constant Field Values

KEY__COLUMNS

  1. static final int KEY__COLUMNS
The feature id for the 'Columns' reference list.
See Also:

KEY_FEATURE_COUNT

  1. static final int KEY_FEATURE_COUNT
The number of structural features of the the 'Key' class.
See Also:

METADATA

  1. static final int METADATA
The meta object id for the ' Metadata' class.
See Also:
com.ibm.websphere.sdo.mediator.jdbc.metadata.impl.MetadataImpl, com.ibm.websphere.sdo.mediator.jdbc.metadata.impl.MetadataPackageImpl#getMetadata(), Constant Field Values

METADATA__ROOT_OBJECT

  1. static final int METADATA__ROOT_OBJECT
The feature id for the 'Root Object' attribute.
See Also:

METADATA__UNIQUE_KEY_TABLE

  1. static final int METADATA__UNIQUE_KEY_TABLE
The feature id for the 'Unique Key Table' containment reference.
See Also:

METADATA__ROOT_TABLE

  1. static final int METADATA__ROOT_TABLE
The feature id for the 'Root Table' reference.
See Also:

METADATA__TABLES

  1. static final int METADATA__TABLES
The feature id for the 'Tables' containment reference list.
See Also:

METADATA__RELATIONSHIPS

  1. static final int METADATA__RELATIONSHIPS
The feature id for the 'Relationships' containment reference list.
See Also:

METADATA__ORDER_BYS

  1. static final int METADATA__ORDER_BYS
The feature id for the 'Order Bys' containment reference list.
See Also:

METADATA__UNIQUE_KEY_BUFFER_SIZE

  1. static final int METADATA__UNIQUE_KEY_BUFFER_SIZE
The feature id for the 'Unique Key Buffer Size' attribute.
See Also:

METADATA_FEATURE_COUNT

  1. static final int METADATA_FEATURE_COUNT
The number of structural features of the the 'Metadata' class.
See Also:

ORDER_BY

  1. static final int ORDER_BY
The meta object id for the ' Order By' class.
See Also:
com.ibm.websphere.sdo.mediator.jdbc.metadata.impl.OrderByImpl, com.ibm.websphere.sdo.mediator.jdbc.metadata.impl.MetadataPackageImpl#getOrderBy(), Constant Field Values

ORDER_BY__ASCENDING

  1. static final int ORDER_BY__ASCENDING
The feature id for the 'Ascending' attribute.
See Also:

ORDER_BY__COLUMN

  1. static final int ORDER_BY__COLUMN
The feature id for the 'Column' reference.
See Also:

ORDER_BY_FEATURE_COUNT

  1. static final int ORDER_BY_FEATURE_COUNT
The number of structural features of the the 'Order By' class.
See Also:

RELATIONSHIP

  1. static final int RELATIONSHIP
The meta object id for the ' Relationship' class.
See Also:
com.ibm.websphere.sdo.mediator.jdbc.metadata.impl.RelationshipImpl, com.ibm.websphere.sdo.mediator.jdbc.metadata.impl.MetadataPackageImpl#getRelationship(), Constant Field Values

RELATIONSHIP__CHILD_KEY

  1. static final int RELATIONSHIP__CHILD_KEY
The feature id for the 'Child Key' reference.
See Also:

RELATIONSHIP__PARENT_KEY

  1. static final int RELATIONSHIP__PARENT_KEY
The feature id for the 'Parent Key' reference.
See Also:

RELATIONSHIP__NAME

  1. static final int RELATIONSHIP__NAME
The feature id for the 'Name' attribute.
See Also:

RELATIONSHIP__OPPOSITE_NAME

  1. static final int RELATIONSHIP__OPPOSITE_NAME
The feature id for the 'Opposite Name' attribute.
See Also:

RELATIONSHIP__EXCLUSIVE

  1. static final int RELATIONSHIP__EXCLUSIVE
The feature id for the 'Exclusive' attribute.
See Also:

RELATIONSHIP_FEATURE_COUNT

  1. static final int RELATIONSHIP_FEATURE_COUNT
The number of structural features of the the 'Relationship' class.
See Also:

TABLE

  1. static final int TABLE
The meta object id for the ' Table' class.
See Also:
com.ibm.websphere.sdo.mediator.jdbc.metadata.impl.TableImpl, com.ibm.websphere.sdo.mediator.jdbc.metadata.impl.MetadataPackageImpl#getTable(), Constant Field Values

TABLE__PROPERTY_NAME

  1. static final int TABLE__PROPERTY_NAME
The feature id for the 'Property Name' attribute.
See Also:

TABLE__SCHEMA_NAME

  1. static final int TABLE__SCHEMA_NAME
The feature id for the 'Schema Name' attribute.
See Also:

TABLE__NAME

  1. static final int TABLE__NAME
The feature id for the 'Name' attribute.
See Also:

TABLE__PRIMARY_KEY

  1. static final int TABLE__PRIMARY_KEY
The feature id for the 'Primary Key' containment reference.
See Also:

TABLE__FOREIGN_KEYS

  1. static final int TABLE__FOREIGN_KEYS
The feature id for the 'Foreign Keys' containment reference list.
See Also:

TABLE__COLUMNS

  1. static final int TABLE__COLUMNS
The feature id for the 'Columns' containment reference list.
See Also:

TABLE__FILTER

  1. static final int TABLE__FILTER
The feature id for the 'Filter' containment reference.
See Also:

TABLE__METADATA

  1. static final int TABLE__METADATA
The feature id for the 'Metadata' container reference.
See Also:

TABLE__COLLISION_COLUMN

  1. static final int TABLE__COLLISION_COLUMN
The feature id for the 'Collision Column' reference.
See Also:

TABLE__EXTERNAL

  1. static final int TABLE__EXTERNAL
The feature id for the 'External' attribute.
See Also:

TABLE_FEATURE_COUNT

  1. static final int TABLE_FEATURE_COUNT
The number of structural features of the the 'Table' class.
See Also:

Method Detail

getColumn

  1. org.eclipse.emf.ecore.EClass getColumn( )
Returns the meta object for class ' Column'.
Returns:
the meta object for class 'Column'.
See Also:

getColumn_PropertyName

  1. org.eclipse.emf.ecore.EAttribute getColumn_PropertyName( )
Returns the meta object for the attribute ' Property Name'.
Returns:
the meta object for the attribute 'Property Name'.
See Also:

getColumn_Name

  1. org.eclipse.emf.ecore.EAttribute getColumn_Name( )
Returns the meta object for the attribute ' Name'.
Returns:
the meta object for the attribute 'Name'.
See Also:

getColumn_Type

  1. org.eclipse.emf.ecore.EAttribute getColumn_Type( )
Returns the meta object for the attribute ' Type'.
Returns:
the meta object for the attribute 'Type'.
See Also:

getColumn_Nullable

  1. org.eclipse.emf.ecore.EAttribute getColumn_Nullable( )
Returns the meta object for the attribute ' Nullable'.
Returns:
the meta object for the attribute 'Nullable'.
See Also:

getColumn_Table

  1. org.eclipse.emf.ecore.EReference getColumn_Table( )
Returns the meta object for the container reference ' Table'.
Returns:
the meta object for the container reference 'Table'.
See Also:

getFilter

  1. org.eclipse.emf.ecore.EClass getFilter( )
Returns the meta object for class ' Filter'.
Returns:
the meta object for class 'Filter'.
See Also:

getFilter_Predicate

  1. org.eclipse.emf.ecore.EAttribute getFilter_Predicate( )
Returns the meta object for the attribute ' Predicate'.
Returns:
the meta object for the attribute 'Predicate'.
See Also:

getFilter_OrderByColumns

  1. org.eclipse.emf.ecore.EReference getFilter_OrderByColumns( )
Returns the meta object for the reference list ' Order By Columns'.
Returns:
the meta object for the reference list 'Order By Columns'.
See Also:

getFilter_Table

  1. org.eclipse.emf.ecore.EReference getFilter_Table( )
Returns the meta object for the container reference ' Table'.
Returns:
the meta object for the container reference 'Table'.
See Also:

getFilter_FilterArguments

  1. org.eclipse.emf.ecore.EReference getFilter_FilterArguments( )
Returns the meta object for the containment reference list ' Filter Arguments'.
Returns:
the meta object for the containment reference list 'Filter Arguments'.
See Also:

getFilterArgument

  1. org.eclipse.emf.ecore.EClass getFilterArgument( )
Returns the meta object for class ' Filter Argument'.
Returns:
the meta object for class 'Filter Argument'.
See Also:

getFilterArgument_Name

  1. org.eclipse.emf.ecore.EAttribute getFilterArgument_Name( )
Returns the meta object for the attribute ' Name'.
Returns:
the meta object for the attribute 'Name'.
See Also:

getFilterArgument_Type

  1. org.eclipse.emf.ecore.EAttribute getFilterArgument_Type( )
Returns the meta object for the attribute ' Type'.
Returns:
the meta object for the attribute 'Type'.
See Also:

getKey

  1. org.eclipse.emf.ecore.EClass getKey( )
Returns the meta object for class ' Key'.
Returns:
the meta object for class 'Key'.
See Also:

getKey_Columns

  1. org.eclipse.emf.ecore.EReference getKey_Columns( )
Returns the meta object for the reference list ' Columns'.
Returns:
the meta object for the reference list 'Columns'.
See Also:

getMetadata

  1. org.eclipse.emf.ecore.EClass getMetadata( )
Returns the meta object for class ' Metadata'.
Returns:
the meta object for class 'Metadata'.
See Also:

getMetadata_RootObject

  1. org.eclipse.emf.ecore.EAttribute getMetadata_RootObject( )
Returns the meta object for the attribute ' Root Object'.
Returns:
the meta object for the attribute 'Root Object'.
See Also:

getMetadata_UniqueKeyTable

  1. org.eclipse.emf.ecore.EReference getMetadata_UniqueKeyTable( )
Returns the meta object for the containment reference ' Unique Key Table'.
Returns:
the meta object for the containment reference 'Unique Key Table'.
See Also:

getMetadata_RootTable

  1. org.eclipse.emf.ecore.EReference getMetadata_RootTable( )
Returns the meta object for the reference ' Root Table'.
Returns:
the meta object for the reference 'Root Table'.
See Also:

getMetadata_Tables

  1. org.eclipse.emf.ecore.EReference getMetadata_Tables( )
Returns the meta object for the containment reference list ' Tables'.
Returns:
the meta object for the containment reference list 'Tables'.
See Also:

getMetadata_Relationships

  1. org.eclipse.emf.ecore.EReference getMetadata_Relationships( )
Returns the meta object for the containment reference list ' Relationships'.
Returns:
the meta object for the containment reference list 'Relationships'.
See Also:

getMetadata_OrderBys

  1. org.eclipse.emf.ecore.EReference getMetadata_OrderBys( )
Returns the meta object for the containment reference list ' Order Bys'.
Returns:
the meta object for the containment reference list 'Order Bys'.
See Also:

getMetadata_UniqueKeyBufferSize

  1. org.eclipse.emf.ecore.EAttribute getMetadata_UniqueKeyBufferSize( )
Returns the meta object for the attribute ' Unique Key Buffer Size'.
Returns:
the meta object for the attribute 'Unique Key Buffer Size'.
See Also:

getOrderBy

  1. org.eclipse.emf.ecore.EClass getOrderBy( )
Returns the meta object for class ' Order By'.
Returns:
the meta object for class 'Order By'.
See Also:

getOrderBy_Ascending

  1. org.eclipse.emf.ecore.EAttribute getOrderBy_Ascending( )
Returns the meta object for the attribute ' Ascending'.
Returns:
the meta object for the attribute 'Ascending'.
See Also:

getOrderBy_Column

  1. org.eclipse.emf.ecore.EReference getOrderBy_Column( )
Returns the meta object for the reference ' Column'.
Returns:
the meta object for the reference 'Column'.
See Also:

getRelationship

  1. org.eclipse.emf.ecore.EClass getRelationship( )
Returns the meta object for class ' Relationship'.
Returns:
the meta object for class 'Relationship'.
See Also:

getRelationship_ChildKey

  1. org.eclipse.emf.ecore.EReference getRelationship_ChildKey( )
Returns the meta object for the reference ' Child Key'.
Returns:
the meta object for the reference 'Child Key'.
See Also:

getRelationship_ParentKey

  1. org.eclipse.emf.ecore.EReference getRelationship_ParentKey( )
Returns the meta object for the reference ' Parent Key'.
Returns:
the meta object for the reference 'Parent Key'.
See Also:

getRelationship_Name

  1. org.eclipse.emf.ecore.EAttribute getRelationship_Name( )
Returns the meta object for the attribute ' Name'.
Returns:
the meta object for the attribute 'Name'.
See Also:

getRelationship_OppositeName

  1. org.eclipse.emf.ecore.EAttribute getRelationship_OppositeName( )
Returns the meta object for the attribute ' Opposite Name'.
Returns:
the meta object for the attribute 'Opposite Name'.
See Also:

getRelationship_Exclusive

  1. org.eclipse.emf.ecore.EAttribute getRelationship_Exclusive( )
Returns the meta object for the attribute ' Exclusive'.
Returns:
the meta object for the attribute 'Exclusive'.
See Also:

getTable

  1. org.eclipse.emf.ecore.EClass getTable( )
Returns the meta object for class ' Table'.
Returns:
the meta object for class 'Table'.
See Also:

getTable_PropertyName

  1. org.eclipse.emf.ecore.EAttribute getTable_PropertyName( )
Returns the meta object for the attribute ' Property Name'.
Returns:
the meta object for the attribute 'Property Name'.
See Also:

getTable_SchemaName

  1. org.eclipse.emf.ecore.EAttribute getTable_SchemaName( )
Returns the meta object for the attribute ' Schema Name'.
Returns:
the meta object for the attribute 'Schema Name'.
See Also:

getTable_Name

  1. org.eclipse.emf.ecore.EAttribute getTable_Name( )
Returns the meta object for the attribute ' Name'.
Returns:
the meta object for the attribute 'Name'.
See Also:

getTable_PrimaryKey

  1. org.eclipse.emf.ecore.EReference getTable_PrimaryKey( )
Returns the meta object for the containment reference ' Primary Key'.
Returns:
the meta object for the containment reference 'Primary Key'.
See Also:

getTable_ForeignKeys

  1. org.eclipse.emf.ecore.EReference getTable_ForeignKeys( )
Returns the meta object for the containment reference list ' Foreign Keys'.
Returns:
the meta object for the containment reference list 'Foreign Keys'.
See Also:

getTable_Columns

  1. org.eclipse.emf.ecore.EReference getTable_Columns( )
Returns the meta object for the containment reference list ' Columns'.
Returns:
the meta object for the containment reference list 'Columns'.
See Also:

getTable_Filter

  1. org.eclipse.emf.ecore.EReference getTable_Filter( )
Returns the meta object for the containment reference ' Filter'.
Returns:
the meta object for the containment reference 'Filter'.
See Also:

getTable_Metadata

  1. org.eclipse.emf.ecore.EReference getTable_Metadata( )
Returns the meta object for the container reference ' Metadata'.
Returns:
the meta object for the container reference 'Metadata'.
See Also:

getTable_CollisionColumn

  1. org.eclipse.emf.ecore.EReference getTable_CollisionColumn( )
Returns the meta object for the reference ' Collision Column'.
Returns:
the meta object for the reference 'Collision Column'.
See Also:

getTable_External

  1. org.eclipse.emf.ecore.EAttribute getTable_External( )
Returns the meta object for the attribute ' External'.
Returns:
the meta object for the attribute 'External'.
See Also:

getMetadataFactory

  1. MetadataFactory getMetadataFactory( )
Returns the factory that creates the instances of the model.
Returns:
the factory that creates the instances of the model.