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
- public interface MetadataPackage
- extends org.eclipse.emf.ecore.EPackage
- each class,
- each feature of each class,
- each enum,
- and each data type
See Also:
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 |
|---|---|
|
COLUMN
The meta object id for the '
Column' class
|
|
COLUMN__NAME
The feature id for the 'Name' attribute
|
|
COLUMN__NULLABLE
The feature id for the 'Nullable' attribute
|
|
COLUMN__PROPERTY_NAME
The feature id for the 'Property Name' attribute
|
|
COLUMN__TABLE
The feature id for the 'Table' container reference
|
|
COLUMN__TYPE
The feature id for the 'Type' attribute
|
|
COLUMN_FEATURE_COUNT
The number of structural features of the the 'Column' class
|
|
eINSTANCE
The singleton instance of the package
|
|
eNAME
The package name
|
|
eNS_PREFIX
The package namespace name
|
|
eNS_URI
The package namespace URI
|
|
FILTER
The meta object id for the '
Filter' class
|
|
FILTER__FILTER_ARGUMENTS
The feature id for the 'Filter Arguments' containment reference list
|
|
FILTER__ORDER_BY_COLUMNS
The feature id for the 'Order By Columns' reference list
|
|
FILTER__PREDICATE
The feature id for the 'Predicate' attribute
|
|
FILTER__TABLE
The feature id for the 'Table' container reference
|
|
FILTER_ARGUMENT
The meta object id for the '
Filter Argument' class
|
|
FILTER_ARGUMENT__NAME
The feature id for the 'Name' attribute
|
|
FILTER_ARGUMENT__TYPE
The feature id for the 'Type' attribute
|
|
FILTER_ARGUMENT_FEATURE_COUNT
The number of structural features of the the 'Filter Argument' class
|
|
FILTER_FEATURE_COUNT
The number of structural features of the the 'Filter' class
|
|
KEY
The meta object id for the '
Key' class
|
|
KEY__COLUMNS
The feature id for the 'Columns' reference list
|
|
KEY_FEATURE_COUNT
The number of structural features of the the 'Key' class
|
|
METADATA
The meta object id for the '
Metadata' class
|
|
METADATA__ORDER_BYS
The feature id for the 'Order Bys' containment reference list
|
|
METADATA__RELATIONSHIPS
The feature id for the 'Relationships' containment reference list
|
|
METADATA__ROOT_OBJECT
The feature id for the 'Root Object' attribute
|
|
METADATA__ROOT_TABLE
The feature id for the 'Root Table' reference
|
|
METADATA__TABLES
The feature id for the 'Tables' containment reference list
|
|
METADATA__UNIQUE_KEY_BUFFER_SIZE
The feature id for the 'Unique Key Buffer Size' attribute
|
|
METADATA__UNIQUE_KEY_TABLE
The feature id for the 'Unique Key Table' containment reference
|
|
METADATA_FEATURE_COUNT
The number of structural features of the the 'Metadata' class
|
|
ORDER_BY
The meta object id for the '
Order By' class
|
|
ORDER_BY__ASCENDING
The feature id for the 'Ascending' attribute
|
|
ORDER_BY__COLUMN
The feature id for the 'Column' reference
|
|
ORDER_BY_FEATURE_COUNT
The number of structural features of the the 'Order By' class
|
|
RELATIONSHIP
The meta object id for the '
Relationship' class
|
|
RELATIONSHIP__CHILD_KEY
The feature id for the 'Child Key' reference
|
|
RELATIONSHIP__EXCLUSIVE
The feature id for the 'Exclusive' attribute
|
|
RELATIONSHIP__NAME
The feature id for the 'Name' attribute
|
|
RELATIONSHIP__OPPOSITE_NAME
The feature id for the 'Opposite Name' attribute
|
|
RELATIONSHIP__PARENT_KEY
The feature id for the 'Parent Key' reference
|
|
RELATIONSHIP_FEATURE_COUNT
The number of structural features of the the 'Relationship' class
|
|
TABLE
The meta object id for the '
Table' class
|
|
TABLE__COLLISION_COLUMN
The feature id for the 'Collision Column' reference
|
|
TABLE__COLUMNS
The feature id for the 'Columns' containment reference list
|
|
TABLE__EXTERNAL
The feature id for the 'External' attribute
|
|
TABLE__FILTER
The feature id for the 'Filter' containment reference
|
|
TABLE__FOREIGN_KEYS
The feature id for the 'Foreign Keys' containment reference list
|
|
TABLE__METADATA
The feature id for the 'Metadata' container reference
|
|
TABLE__NAME
The feature id for the 'Name' attribute
|
|
TABLE__PRIMARY_KEY
The feature id for the 'Primary Key' containment reference
|
|
TABLE__PROPERTY_NAME
The feature id for the 'Property Name' attribute
|
|
TABLE__SCHEMA_NAME
The feature id for the 'Schema Name' attribute
|
|
TABLE_FEATURE_COUNT
The number of structural features of the the 'Table' class
|
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
getColumn_Name()
Returns the meta object for the attribute '
Name'
|
|
getColumn_Nullable()
Returns the meta object for the attribute '
Nullable'
|
|
getColumn_PropertyName()
Returns the meta object for the attribute '
Property Name'
|
|
getColumn_Table()
Returns the meta object for the container reference '
Table'
|
|
getColumn_Type()
Returns the meta object for the attribute '
Type'
|
|
getColumn()
Returns the meta object for class '
Column'
|
|
getFilter_FilterArguments()
Returns the meta object for the containment reference list '
Filter Arguments'
|
|
getFilter_OrderByColumns()
Returns the meta object for the reference list '
Order By Columns'
|
|
getFilter_Predicate()
Returns the meta object for the attribute '
Predicate'
|
|
getFilter_Table()
Returns the meta object for the container reference '
Table'
|
|
getFilter()
Returns the meta object for class '
Filter'
|
|
getFilterArgument_Name()
Returns the meta object for the attribute '
Name'
|
|
getFilterArgument_Type()
Returns the meta object for the attribute '
Type'
|
|
getFilterArgument()
Returns the meta object for class '
Filter Argument'
|
|
getKey_Columns()
Returns the meta object for the reference list '
Columns'
|
|
getKey()
Returns the meta object for class '
Key'
|
|
getMetadata_OrderBys()
Returns the meta object for the containment reference list '
Order Bys'
|
|
getMetadata_Relationships()
Returns the meta object for the containment reference list '
Relationships'
|
|
getMetadata_RootObject()
Returns the meta object for the attribute '
Root Object'
|
|
getMetadata_RootTable()
Returns the meta object for the reference '
Root Table'
|
|
getMetadata_Tables()
Returns the meta object for the containment reference list '
Tables'
|
|
getMetadata_UniqueKeyBufferSize()
Returns the meta object for the attribute '
Unique Key Buffer Size'
|
|
getMetadata_UniqueKeyTable()
Returns the meta object for the containment reference '
Unique Key Table'
|
|
getMetadata()
Returns the meta object for class '
Metadata'
|
getMetadataFactory()
Returns the factory that creates the instances of the model
|
|
|
getOrderBy_Ascending()
Returns the meta object for the attribute '
Ascending'
|
|
getOrderBy_Column()
Returns the meta object for the reference '
Column'
|
|
getOrderBy()
Returns the meta object for class '
Order By'
|
|
getRelationship_ChildKey()
Returns the meta object for the reference '
Child Key'
|
|
getRelationship_Exclusive()
Returns the meta object for the attribute '
Exclusive'
|
|
getRelationship_Name()
Returns the meta object for the attribute '
Name'
|
|
getRelationship_OppositeName()
Returns the meta object for the attribute '
Opposite Name'
|
|
getRelationship_ParentKey()
Returns the meta object for the reference '
Parent Key'
|
|
getRelationship()
Returns the meta object for class '
Relationship'
|
|
getTable_CollisionColumn()
Returns the meta object for the reference '
Collision Column'
|
|
getTable_Columns()
Returns the meta object for the containment reference list '
Columns'
|
|
getTable_External()
Returns the meta object for the attribute '
External'
|
|
getTable_Filter()
Returns the meta object for the containment reference '
Filter'
|
|
getTable_ForeignKeys()
Returns the meta object for the containment reference list '
Foreign Keys'
|
|
getTable_Metadata()
Returns the meta object for the container reference '
Metadata'
|
|
getTable_Name()
Returns the meta object for the attribute '
Name'
|
|
getTable_PrimaryKey()
Returns the meta object for the containment reference '
Primary Key'
|
|
getTable_PropertyName()
Returns the meta object for the attribute '
Property Name'
|
|
getTable_SchemaName()
Returns the meta object for the attribute '
Schema Name'
|
|
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
- static final java.lang.String eNAME
The package name.
See Also:
eNS_URI
- static final java.lang.String eNS_URI
The package namespace URI.
See Also:
eNS_PREFIX
- static final java.lang.String eNS_PREFIX
The package namespace name.
See Also:
eINSTANCE
- static final MetadataPackage eINSTANCE
The singleton instance of the package.
COLUMN
- 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 ValuesCOLUMN__PROPERTY_NAME
- static final int COLUMN__PROPERTY_NAME
The feature id for the 'Property Name' attribute.
See Also:
COLUMN__NAME
- static final int COLUMN__NAME
The feature id for the 'Name' attribute.
See Also:
COLUMN__TYPE
- static final int COLUMN__TYPE
The feature id for the 'Type' attribute.
See Also:
COLUMN__NULLABLE
- static final int COLUMN__NULLABLE
The feature id for the 'Nullable' attribute.
See Also:
COLUMN__TABLE
- static final int COLUMN__TABLE
The feature id for the 'Table' container reference.
See Also:
COLUMN_FEATURE_COUNT
- static final int COLUMN_FEATURE_COUNT
The number of structural features of the the 'Column' class.
See Also:
FILTER
- 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 ValuesFILTER__PREDICATE
- static final int FILTER__PREDICATE
The feature id for the 'Predicate' attribute.
See Also:
FILTER__ORDER_BY_COLUMNS
- static final int FILTER__ORDER_BY_COLUMNS
The feature id for the 'Order By Columns' reference list.
See Also:
FILTER__TABLE
- static final int FILTER__TABLE
The feature id for the 'Table' container reference.
See Also:
FILTER__FILTER_ARGUMENTS
- static final int FILTER__FILTER_ARGUMENTS
The feature id for the 'Filter Arguments' containment reference list.
See Also:
FILTER_FEATURE_COUNT
- static final int FILTER_FEATURE_COUNT
The number of structural features of the the 'Filter' class.
See Also:
FILTER_ARGUMENT
- 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 ValuesFILTER_ARGUMENT__NAME
- static final int FILTER_ARGUMENT__NAME
The feature id for the 'Name' attribute.
See Also:
FILTER_ARGUMENT__TYPE
- static final int FILTER_ARGUMENT__TYPE
The feature id for the 'Type' attribute.
See Also:
FILTER_ARGUMENT_FEATURE_COUNT
- static final int FILTER_ARGUMENT_FEATURE_COUNT
The number of structural features of the the 'Filter Argument' class.
See Also:
KEY
- 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 ValuesKEY__COLUMNS
- static final int KEY__COLUMNS
The feature id for the 'Columns' reference list.
See Also:
KEY_FEATURE_COUNT
- static final int KEY_FEATURE_COUNT
The number of structural features of the the 'Key' class.
See Also:
METADATA
- 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 ValuesMETADATA__ROOT_OBJECT
- static final int METADATA__ROOT_OBJECT
The feature id for the 'Root Object' attribute.
See Also:
METADATA__UNIQUE_KEY_TABLE
- static final int METADATA__UNIQUE_KEY_TABLE
The feature id for the 'Unique Key Table' containment reference.
See Also:
METADATA__ROOT_TABLE
- static final int METADATA__ROOT_TABLE
The feature id for the 'Root Table' reference.
See Also:
METADATA__TABLES
- static final int METADATA__TABLES
The feature id for the 'Tables' containment reference list.
See Also:
METADATA__RELATIONSHIPS
- static final int METADATA__RELATIONSHIPS
The feature id for the 'Relationships' containment reference list.
See Also:
METADATA__ORDER_BYS
- static final int METADATA__ORDER_BYS
The feature id for the 'Order Bys' containment reference list.
See Also:
METADATA__UNIQUE_KEY_BUFFER_SIZE
- static final int METADATA__UNIQUE_KEY_BUFFER_SIZE
The feature id for the 'Unique Key Buffer Size' attribute.
See Also:
METADATA_FEATURE_COUNT
- static final int METADATA_FEATURE_COUNT
The number of structural features of the the 'Metadata' class.
See Also:
ORDER_BY
- 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 ValuesORDER_BY__ASCENDING
- static final int ORDER_BY__ASCENDING
The feature id for the 'Ascending' attribute.
See Also:
ORDER_BY__COLUMN
- static final int ORDER_BY__COLUMN
The feature id for the 'Column' reference.
See Also:
ORDER_BY_FEATURE_COUNT
- static final int ORDER_BY_FEATURE_COUNT
The number of structural features of the the 'Order By' class.
See Also:
RELATIONSHIP
- 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 ValuesRELATIONSHIP__CHILD_KEY
- static final int RELATIONSHIP__CHILD_KEY
The feature id for the 'Child Key' reference.
See Also:
RELATIONSHIP__PARENT_KEY
- static final int RELATIONSHIP__PARENT_KEY
The feature id for the 'Parent Key' reference.
See Also:
RELATIONSHIP__NAME
- static final int RELATIONSHIP__NAME
The feature id for the 'Name' attribute.
See Also:
RELATIONSHIP__OPPOSITE_NAME
- static final int RELATIONSHIP__OPPOSITE_NAME
The feature id for the 'Opposite Name' attribute.
See Also:
RELATIONSHIP__EXCLUSIVE
- static final int RELATIONSHIP__EXCLUSIVE
The feature id for the 'Exclusive' attribute.
See Also:
RELATIONSHIP_FEATURE_COUNT
- static final int RELATIONSHIP_FEATURE_COUNT
The number of structural features of the the 'Relationship' class.
See Also:
TABLE
- 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 ValuesTABLE__PROPERTY_NAME
- static final int TABLE__PROPERTY_NAME
The feature id for the 'Property Name' attribute.
See Also:
TABLE__SCHEMA_NAME
- static final int TABLE__SCHEMA_NAME
The feature id for the 'Schema Name' attribute.
See Also:
TABLE__NAME
- static final int TABLE__NAME
The feature id for the 'Name' attribute.
See Also:
TABLE__PRIMARY_KEY
- static final int TABLE__PRIMARY_KEY
The feature id for the 'Primary Key' containment reference.
See Also:
TABLE__FOREIGN_KEYS
- static final int TABLE__FOREIGN_KEYS
The feature id for the 'Foreign Keys' containment reference list.
See Also:
TABLE__COLUMNS
- static final int TABLE__COLUMNS
The feature id for the 'Columns' containment reference list.
See Also:
TABLE__FILTER
- static final int TABLE__FILTER
The feature id for the 'Filter' containment reference.
See Also:
TABLE__METADATA
- static final int TABLE__METADATA
The feature id for the 'Metadata' container reference.
See Also:
TABLE__COLLISION_COLUMN
- static final int TABLE__COLLISION_COLUMN
The feature id for the 'Collision Column' reference.
See Also:
TABLE__EXTERNAL
- static final int TABLE__EXTERNAL
The feature id for the 'External' attribute.
See Also:
TABLE_FEATURE_COUNT
- static final int TABLE_FEATURE_COUNT
The number of structural features of the the 'Table' class.
See Also:
Method Detail
getColumn
- org.eclipse.emf.ecore.EClass getColumn( )
Returns the meta object for class '
Column'.
getColumn_PropertyName
- 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
- org.eclipse.emf.ecore.EAttribute getColumn_Name( )
Returns the meta object for the attribute '
Name'.
getColumn_Type
- org.eclipse.emf.ecore.EAttribute getColumn_Type( )
Returns the meta object for the attribute '
Type'.
getColumn_Nullable
- org.eclipse.emf.ecore.EAttribute getColumn_Nullable( )
Returns the meta object for the attribute '
Nullable'.
getColumn_Table
- 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
- org.eclipse.emf.ecore.EClass getFilter( )
Returns the meta object for class '
Filter'.
getFilter_Predicate
- 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
- 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
- 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
- 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
- org.eclipse.emf.ecore.EClass getFilterArgument( )
Returns the meta object for class '
Filter Argument'.
getFilterArgument_Name
- 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
- 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
- org.eclipse.emf.ecore.EClass getKey( )
Returns the meta object for class '
Key'.
getKey_Columns
- org.eclipse.emf.ecore.EReference getKey_Columns( )
Returns the meta object for the reference list '
Columns'.
getMetadata
- org.eclipse.emf.ecore.EClass getMetadata( )
Returns the meta object for class '
Metadata'.
getMetadata_RootObject
- 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
- 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
- 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
- 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
- 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
- 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
- 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
- org.eclipse.emf.ecore.EClass getOrderBy( )
Returns the meta object for class '
Order By'.
getOrderBy_Ascending
- 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
- org.eclipse.emf.ecore.EReference getOrderBy_Column( )
Returns the meta object for the reference '
Column'.
getRelationship
- org.eclipse.emf.ecore.EClass getRelationship( )
Returns the meta object for class '
Relationship'.
getRelationship_ChildKey
- 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
- 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
- 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
- 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
- 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
- org.eclipse.emf.ecore.EClass getTable( )
Returns the meta object for class '
Table'.
getTable_PropertyName
- 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
- 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
- org.eclipse.emf.ecore.EAttribute getTable_Name( )
Returns the meta object for the attribute '
Name'.
getTable_PrimaryKey
- 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
- 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
- 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
- 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
- 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
- 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
- org.eclipse.emf.ecore.EAttribute getTable_External( )
Returns the meta object for the attribute '
External'.
getMetadataFactory
- MetadataFactory getMetadataFactory( )
Returns the factory that creates the instances of the model.
Returns:
the factory that creates the instances of the model.