Tuscany DAS for Relational Databases

org.apache.tuscany.das.rdb.config.impl
Class ConfigPackageImpl

java.lang.Object
  extended by org.eclipse.emf.common.notify.impl.BasicNotifierImpl
      extended by org.eclipse.emf.ecore.impl.BasicEObjectImpl
          extended by org.eclipse.emf.ecore.impl.EObjectImpl
              extended by org.eclipse.emf.ecore.impl.EModelElementImpl
                  extended by org.eclipse.emf.ecore.impl.ENamedElementImpl
                      extended by org.eclipse.emf.ecore.impl.EPackageImpl
                          extended by org.apache.tuscany.das.rdb.config.impl.ConfigPackageImpl
All Implemented Interfaces:
org.eclipse.emf.common.notify.Notifier, org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EPackage, org.eclipse.emf.ecore.InternalEObject, org.eclipse.emf.ecore.util.BasicExtendedMetaData.EPackageExtendedMetaData.Holder

public class ConfigPackageImpl
extends org.eclipse.emf.ecore.impl.EPackageImpl

The Package for the model. It contains accessors for the meta objects to represent

See Also:
ConfigFactory

Nested Class Summary
static interface ConfigPackageImpl.Literals
          Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
 
Nested classes/interfaces inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolder, org.eclipse.emf.ecore.impl.BasicEObjectImpl.EPropertiesHolderImpl
 
Nested classes/interfaces inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.common.notify.impl.BasicNotifierImpl.EAdapterList
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage
org.eclipse.emf.ecore.EPackage.Descriptor, org.eclipse.emf.ecore.EPackage.Registry
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.InternalEObject
org.eclipse.emf.ecore.InternalEObject.EStore
 
Field Summary
static int COLUMN
          The meta object id for the 'Column' class.
static int COLUMN__COLLISION
          The feature id for the 'Collision' attribute.
static int COLUMN__COLUMN_TYPE
          The feature id for the 'Column Type' attribute.
static int COLUMN__CONVERTER_CLASS_NAME
          The feature id for the 'Converter Class Name' attribute.
static int COLUMN__GENERATED
          The feature id for the 'Generated' attribute.
static int COLUMN__NAME
          The feature id for the 'Name' attribute.
static int COLUMN__PRIMARY_KEY
          The feature id for the 'Primary Key' attribute.
static int COLUMN__PROPERTY_NAME
          The feature id for the 'Property Name' attribute.
static int COLUMN__TABLE
          The feature id for the 'Table' attribute.
static int COLUMN_FEATURE_COUNT
          The number of structural features of the 'Column' class.
static int COMMAND
          The meta object id for the 'Command' class.
static int COMMAND__CONFIG
          The feature id for the 'Config' attribute.
static int COMMAND__KIND
          The feature id for the 'Kind' attribute.
static int COMMAND__NAME
          The feature id for the 'Name' attribute.
static int COMMAND__PARAMETER
          The feature id for the 'Parameter' containment reference list.
static int COMMAND__RESULT_DESCRIPTOR
          The feature id for the 'Result Descriptor' containment reference list.
static int COMMAND__SQL
          The feature id for the 'SQL' attribute.
static int COMMAND_FEATURE_COUNT
          The number of structural features of the 'Command' class.
static int CONFIG
          The meta object id for the 'Config' class.
static int CONFIG__COMMAND
          The feature id for the 'Command' containment reference list.
static int CONFIG__CONNECTION_PROPERTIES
          The feature id for the 'Connection Properties' containment reference.
static int CONFIG__RELATIONSHIP
          The feature id for the 'Relationship' containment reference list.
static int CONFIG__TABLE
          The feature id for the 'Table' containment reference list.
static int CONFIG__URI
          The feature id for the 'Uri' attribute.
static int CONFIG_FEATURE_COUNT
          The number of structural features of the 'Config' class.
static int CONNECTION_PROPERTIES
          The meta object id for the 'Connection Properties' class.
static int CONNECTION_PROPERTIES__CONFIG
          The feature id for the 'Config' attribute.
static int CONNECTION_PROPERTIES__DATA_SOURCE
          The feature id for the 'Data Source' attribute.
static int CONNECTION_PROPERTIES__DRIVER_CLASS_NAME
          The feature id for the 'Driver Class Name' attribute.
static int CONNECTION_PROPERTIES__DRIVER_PASSWORD
          The feature id for the 'Driver Password' attribute.
static int CONNECTION_PROPERTIES__DRIVER_URL
          The feature id for the 'Driver URL' attribute.
static int CONNECTION_PROPERTIES__DRIVER_USER_NAME
          The feature id for the 'Driver User Name' attribute.
static int CONNECTION_PROPERTIES_FEATURE_COUNT
          The number of structural features of the 'Connection Properties' class.
static ConfigPackageImpl eINSTANCE
          The singleton instance of the package.
static java.lang.String eNAME
          The package name.
static java.lang.String eNS_PREFIX
          The package namespace name.
static java.lang.String eNS_URI
          The package namespace URI.
static int KEY_PAIR
          The meta object id for the 'Key Pair' class.
static int KEY_PAIR__FOREIGN_KEY_COLUMN
          The feature id for the 'Foreign Key Column' attribute.
static int KEY_PAIR__PRIMARY_KEY_COLUMN
          The feature id for the 'Primary Key Column' attribute.
static int KEY_PAIR__RELATIONSHIP
          The feature id for the 'Relationship' attribute.
static int KEY_PAIR_FEATURE_COUNT
          The number of structural features of the 'Key Pair' class.
static int PARAMETER
          The meta object id for the 'Parameter' class.
static int PARAMETER__COLUMN_TYPE
          The feature id for the 'Column Type' attribute.
static int PARAMETER__COMMAND
          The feature id for the 'Command' attribute.
static int PARAMETER__NAME
          The feature id for the 'Name' attribute.
static int PARAMETER_FEATURE_COUNT
          The number of structural features of the 'Parameter' class.
static int RELATIONSHIP
          The meta object id for the 'Relationship' class.
static int RELATIONSHIP__CONFIG
          The feature id for the 'Config' attribute.
static int RELATIONSHIP__FOREIGN_KEY_TABLE
          The feature id for the 'Foreign Key Table' attribute.
static int RELATIONSHIP__KEY_PAIR
          The feature id for the 'Key Pair' containment reference list.
static int RELATIONSHIP__MANY
          The feature id for the 'Many' attribute.
static int RELATIONSHIP__NAME
          The feature id for the 'Name' attribute.
static int RELATIONSHIP__PRIMARY_KEY_TABLE
          The feature id for the 'Primary Key Table' attribute.
static int RELATIONSHIP_FEATURE_COUNT
          The number of structural features of the 'Relationship' class.
static int RESULT_DESCRIPTOR
          The meta object id for the 'Result Descriptor' class.
static int RESULT_DESCRIPTOR__COLUMN_NAME
          The feature id for the 'Column Name' attribute.
static int RESULT_DESCRIPTOR__COLUMN_TYPE
          The feature id for the 'Column Type' attribute.
static int RESULT_DESCRIPTOR__COMMAND
          The feature id for the 'Command' attribute.
static int RESULT_DESCRIPTOR__CONVERTER
          The feature id for the 'Converter' attribute.
static int RESULT_DESCRIPTOR__TABLE_NAME
          The feature id for the 'Table Name' attribute.
static int RESULT_DESCRIPTOR_FEATURE_COUNT
          The number of structural features of the 'Result Descriptor' class.
static int TABLE
          The meta object id for the 'Table' class.
static int TABLE__COLUMN
          The feature id for the 'Column' containment reference list.
static int TABLE__CONFIG
          The feature id for the 'Config' attribute.
static int TABLE__CREATE
          The feature id for the 'Create' attribute.
static int TABLE__DELETE
          The feature id for the 'Delete' attribute.
static int TABLE__NAME
          The feature id for the 'Name' attribute.
static int TABLE__PROPERTY_NAME
          The feature id for the 'Property Name' attribute.
static int TABLE__UPDATE
          The feature id for the 'Update' attribute.
static int TABLE_FEATURE_COUNT
          The number of structural features of the 'Table' class.
 
Fields inherited from class org.eclipse.emf.ecore.impl.EPackageImpl
eClassifiers, ecoreFactory, ecorePackage, eFactoryInstance, eNameToEClassifierMap, ePackageExtendedMetaData, eSubpackages, IS_ABSTRACT, IS_CHANGEABLE, IS_COMPOSITE, IS_DERIVED, IS_GENERATED_INSTANCE_CLASS, IS_ID, IS_INTERFACE, IS_ORDERED, IS_RESOLVABLE, IS_RESOLVE_PROXIES, IS_SERIALIZABLE, IS_TRANSIENT, IS_UNIQUE, IS_UNSETTABLE, IS_VOLATILE, NS_PREFIX_EDEFAULT, NS_URI_EDEFAULT, nsPrefix, nsURI
 
Fields inherited from class org.eclipse.emf.ecore.impl.ENamedElementImpl
name, NAME_EDEFAULT
 
Fields inherited from class org.eclipse.emf.ecore.impl.EModelElementImpl
eAnnotations, EFROZEN, ELAST_EMODEL_ELEMENT_FLAG
 
Fields inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
eAdapters, eContainer, eContainerFeatureID, EDELIVER, EDYNAMIC_CLASS, eFlags, ELAST_EOBJECT_FLAG, ELAST_NOTIFIER_FLAG, eProperties, EPROXY
 
Fields inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
EVIRTUAL_GET, EVIRTUAL_IS_SET, EVIRTUAL_NO_VALUE, EVIRTUAL_SET, EVIRTUAL_UNSET
 
Fields inherited from interface org.eclipse.emf.ecore.InternalEObject
EOPPOSITE_FEATURE_BASE
 
Method Summary
protected  void createExtendedMetaDataAnnotations()
          Initializes the annotations for http:///org/eclipse/emf/ecore/util/ExtendedMetaData.
 void createPackageContents()
          Creates the meta-model objects for the package.
 org.eclipse.emf.ecore.EAttribute getColumn_Collision()
          Returns the meta object for the attribute 'Collision'.
 org.eclipse.emf.ecore.EAttribute getColumn_ColumnType()
          Returns the meta object for the attribute 'Column Type'.
 org.eclipse.emf.ecore.EAttribute getColumn_ConverterClassName()
          Returns the meta object for the attribute 'Converter Class Name'.
 org.eclipse.emf.ecore.EAttribute getColumn_Generated()
          Returns the meta object for the attribute 'Generated'.
 org.eclipse.emf.ecore.EAttribute getColumn_Name()
          Returns the meta object for the attribute 'Name'.
 org.eclipse.emf.ecore.EAttribute getColumn_PrimaryKey()
          Returns the meta object for the attribute 'Primary Key'.
 org.eclipse.emf.ecore.EAttribute getColumn_PropertyName()
          Returns the meta object for the attribute 'Property Name'.
 org.eclipse.emf.ecore.EAttribute getColumn_Table()
          Returns the meta object for the attribute 'Table'.
 org.eclipse.emf.ecore.EClass getColumn()
          Returns the meta object for class 'Column'.
 org.eclipse.emf.ecore.EAttribute getCommand_Config()
          Returns the meta object for the attribute 'Config'.
 org.eclipse.emf.ecore.EAttribute getCommand_Kind()
          Returns the meta object for the attribute 'Kind'.
 org.eclipse.emf.ecore.EAttribute getCommand_Name()
          Returns the meta object for the attribute 'Name'.
 org.eclipse.emf.ecore.EReference getCommand_Parameter()
          Returns the meta object for the containment reference list 'Parameter'.
 org.eclipse.emf.ecore.EReference getCommand_ResultDescriptor()
          Returns the meta object for the containment reference list 'Result Descriptor'.
 org.eclipse.emf.ecore.EAttribute getCommand_SQL()
          Returns the meta object for the attribute 'SQL'.
 org.eclipse.emf.ecore.EClass getCommand()
          Returns the meta object for class 'Command'.
 org.eclipse.emf.ecore.EReference getConfig_Command()
          Returns the meta object for the containment reference list 'Command'.
 org.eclipse.emf.ecore.EReference getConfig_ConnectionProperties()
          Returns the meta object for the containment reference 'Connection Properties'.
 org.eclipse.emf.ecore.EReference getConfig_Relationship()
          Returns the meta object for the containment reference list 'Relationship'.
 org.eclipse.emf.ecore.EReference getConfig_Table()
          Returns the meta object for the containment reference list 'Table'.
 org.eclipse.emf.ecore.EAttribute getConfig_Uri()
          Returns the meta object for the attribute 'Uri'.
 org.eclipse.emf.ecore.EClass getConfig()
          Returns the meta object for class 'Config'.
 ConfigFactory getConfigFactory()
          Returns the factory that creates the instances of the model.
 org.eclipse.emf.ecore.EAttribute getConnectionProperties_Config()
          Returns the meta object for the attribute 'Config'.
 org.eclipse.emf.ecore.EAttribute getConnectionProperties_DataSource()
          Returns the meta object for the attribute 'Data Source'.
 org.eclipse.emf.ecore.EAttribute getConnectionProperties_DriverClassName()
          Returns the meta object for the attribute 'Driver Class Name'.
 org.eclipse.emf.ecore.EAttribute getConnectionProperties_DriverPassword()
          Returns the meta object for the attribute 'Driver Password'.
 org.eclipse.emf.ecore.EAttribute getConnectionProperties_DriverURL()
          Returns the meta object for the attribute 'Driver URL'.
 org.eclipse.emf.ecore.EAttribute getConnectionProperties_DriverUserName()
          Returns the meta object for the attribute 'Driver User Name'.
 org.eclipse.emf.ecore.EClass getConnectionProperties()
          Returns the meta object for class 'Connection Properties'.
 org.eclipse.emf.ecore.EAttribute getKeyPair_ForeignKeyColumn()
          Returns the meta object for the attribute 'Foreign Key Column'.
 org.eclipse.emf.ecore.EAttribute getKeyPair_PrimaryKeyColumn()
          Returns the meta object for the attribute 'Primary Key Column'.
 org.eclipse.emf.ecore.EAttribute getKeyPair_Relationship()
          Returns the meta object for the attribute 'Relationship'.
 org.eclipse.emf.ecore.EClass getKeyPair()
          Returns the meta object for class 'Key Pair'.
 org.eclipse.emf.ecore.EAttribute getParameter_ColumnType()
          Returns the meta object for the attribute 'Column Type'.
 org.eclipse.emf.ecore.EAttribute getParameter_Command()
          Returns the meta object for the attribute 'Command'.
 org.eclipse.emf.ecore.EAttribute getParameter_Name()
          Returns the meta object for the attribute 'Name'.
 org.eclipse.emf.ecore.EClass getParameter()
          Returns the meta object for class 'Parameter'.
 org.eclipse.emf.ecore.EAttribute getRelationship_Config()
          Returns the meta object for the attribute 'Config'.
 org.eclipse.emf.ecore.EAttribute getRelationship_ForeignKeyTable()
          Returns the meta object for the attribute 'Foreign Key Table'.
 org.eclipse.emf.ecore.EReference getRelationship_KeyPair()
          Returns the meta object for the containment reference list 'Key Pair'.
 org.eclipse.emf.ecore.EAttribute getRelationship_Many()
          Returns the meta object for the attribute 'Many'.
 org.eclipse.emf.ecore.EAttribute getRelationship_Name()
          Returns the meta object for the attribute 'Name'.
 org.eclipse.emf.ecore.EAttribute getRelationship_PrimaryKeyTable()
          Returns the meta object for the attribute 'Primary Key Table'.
 org.eclipse.emf.ecore.EClass getRelationship()
          Returns the meta object for class 'Relationship'.
 org.eclipse.emf.ecore.EAttribute getResultDescriptor_ColumnName()
          Returns the meta object for the attribute 'Column Name'.
 org.eclipse.emf.ecore.EAttribute getResultDescriptor_ColumnType()
          Returns the meta object for the attribute 'Column Type'.
 org.eclipse.emf.ecore.EAttribute getResultDescriptor_Command()
          Returns the meta object for the attribute 'Command'.
 org.eclipse.emf.ecore.EAttribute getResultDescriptor_Converter()
          Returns the meta object for the attribute 'Converter'.
 org.eclipse.emf.ecore.EAttribute getResultDescriptor_TableName()
          Returns the meta object for the attribute 'Table Name'.
 org.eclipse.emf.ecore.EClass getResultDescriptor()
          Returns the meta object for class 'Result Descriptor'.
 org.eclipse.emf.ecore.EReference getTable_Column()
          Returns the meta object for the containment reference list 'Column'.
 org.eclipse.emf.ecore.EAttribute getTable_Config()
          Returns the meta object for the attribute 'Config'.
 org.eclipse.emf.ecore.EAttribute getTable_Create()
          Returns the meta object for the attribute 'Create'.
 org.eclipse.emf.ecore.EAttribute getTable_Delete()
          Returns the meta object for the attribute 'Delete'.
 org.eclipse.emf.ecore.EAttribute getTable_Name()
          Returns the meta object for the attribute 'Name'.
 org.eclipse.emf.ecore.EAttribute getTable_PropertyName()
          Returns the meta object for the attribute 'Property Name'.
 org.eclipse.emf.ecore.EAttribute getTable_Update()
          Returns the meta object for the attribute 'Update'.
 org.eclipse.emf.ecore.EClass getTable()
          Returns the meta object for class 'Table'.
static ConfigPackageImpl init()
          Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
 void initializePackageContents()
          Complete the initialization of the package and its meta-model.
 
Methods inherited from class org.eclipse.emf.ecore.impl.EPackageImpl
addAnnotation, addAnnotation, addEEnumLiteral, addEException, addEOperation, addEOperation, addEParameter, addEParameter, basicGetESuperPackage, basicSetEFactoryInstance, createEAttribute, createEClass, createEDataType, createEEnum, createEReference, createResource, eBasicRemoveFromContainerFeature, eGet, eInverseAdd, eInverseRemove, eIsSet, eObjectForURIFragmentSegment, eSet, eStaticClass, eUnset, fixEClassifiers, fixEEnumLiterals, fixEStructuralFeatures, fixInstanceClass, freeze, getEClassifier, getEClassifierGen, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getExtendedMetaData, getNsPrefix, getNsURI, initEAttribute, initEAttribute, initEAttribute, initEAttribute, initEAttribute, initEAttribute, initEClass, initEClass, initEDataType, initEDataType, initEEnum, initEReference, initEReference, initEReference, initEReference, initEReference, initEReference, initializeFromLoadedEPackage, setEFactoryInstance, setExtendedMetaData, setGeneratedClassName, setNamespaceURI, setNsPrefix, setNsURI, toString
 
Methods inherited from class org.eclipse.emf.ecore.impl.ENamedElementImpl
getName, getNameGen, setName
 
Methods inherited from class org.eclipse.emf.ecore.impl.EModelElementImpl
eURIFragmentSegment, getEAnnotation, getEAnnotations, isFrozen
 
Methods inherited from class org.eclipse.emf.ecore.impl.EObjectImpl
eAdapters, eBasicAdapters, eBasicProperties, eBasicSetContainer, eClass, eContainerFeatureID, eDeliver, eInternalContainer, eIsProxy, eProperties, eSetClass, eSetDeliver, eSetProxyURI
 
Methods inherited from class org.eclipse.emf.ecore.impl.BasicEObjectImpl
eAddVirtualValue, eAllContents, eBaseStructuralFeatureID, eBasicRemoveFromContainer, eBasicSetContainer, eComputeVirtualValuesCapacity, eContainer, eContainingFeature, eContainmentFeature, eContainmentFeature, eContains, eContents, eCrossReferences, eDerivedStructuralFeatureID, eDerivedStructuralFeatureID, eDirectResource, eDynamicBasicRemoveFromContainer, eDynamicClass, eDynamicFeature, eDynamicFeatureID, eDynamicGet, eDynamicGet, eDynamicGet, eDynamicInverseAdd, eDynamicInverseAdd, eDynamicInverseRemove, eDynamicInverseRemove, eDynamicIsSet, eDynamicIsSet, eDynamicIsSet, eDynamicSet, eDynamicSet, eDynamicSet, eDynamicUnset, eDynamicUnset, eDynamicUnset, eGet, eGet, eGet, eHasSettings, eInternalResource, eInverseAdd, eInverseRemove, eIsSet, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSetDirectResource, eSetResource, eSetStore, eSetting, eSettingDelegate, eSettings, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStaticFeatureCount, eStore, eUnset, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues
 
Methods inherited from class org.eclipse.emf.common.notify.impl.BasicNotifierImpl
eNotificationRequired, eNotify
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
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
 
Methods inherited from interface org.eclipse.emf.ecore.InternalEObject
eNotificationRequired
 

Field Detail

eNAME

public static final java.lang.String eNAME
The package name.

See Also:
Constant Field Values

eNS_URI

public static final java.lang.String eNS_URI
The package namespace URI.

See Also:
Constant Field Values

eNS_PREFIX

public static final java.lang.String eNS_PREFIX
The package namespace name.

See Also:
Constant Field Values

eINSTANCE

public static final ConfigPackageImpl eINSTANCE
The singleton instance of the package.


COLUMN

public static final int COLUMN
The meta object id for the 'Column' class.

See Also:
ColumnImpl, getColumn(), Constant Field Values

COLUMN__COLLISION

public static final int COLUMN__COLLISION
The feature id for the 'Collision' attribute.

See Also:
Constant Field Values

COLUMN__COLUMN_TYPE

public static final int COLUMN__COLUMN_TYPE
The feature id for the 'Column Type' attribute.

See Also:
Constant Field Values

COLUMN__CONVERTER_CLASS_NAME

public static final int COLUMN__CONVERTER_CLASS_NAME
The feature id for the 'Converter Class Name' attribute.

See Also:
Constant Field Values

COLUMN__GENERATED

public static final int COLUMN__GENERATED
The feature id for the 'Generated' attribute.

See Also:
Constant Field Values

COLUMN__NAME

public static final int COLUMN__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values

COLUMN__PRIMARY_KEY

public static final int COLUMN__PRIMARY_KEY
The feature id for the 'Primary Key' attribute.

See Also:
Constant Field Values

COLUMN__PROPERTY_NAME

public static final int COLUMN__PROPERTY_NAME
The feature id for the 'Property Name' attribute.

See Also:
Constant Field Values

COLUMN__TABLE

public static final int COLUMN__TABLE
The feature id for the 'Table' attribute.

See Also:
Constant Field Values

COLUMN_FEATURE_COUNT

public static final int COLUMN_FEATURE_COUNT
The number of structural features of the 'Column' class.

See Also:
Constant Field Values

COMMAND

public static final int COMMAND
The meta object id for the 'Command' class.

See Also:
CommandImpl, getCommand(), Constant Field Values

COMMAND__PARAMETER

public static final int COMMAND__PARAMETER
The feature id for the 'Parameter' containment reference list.

See Also:
Constant Field Values

COMMAND__RESULT_DESCRIPTOR

public static final int COMMAND__RESULT_DESCRIPTOR
The feature id for the 'Result Descriptor' containment reference list.

See Also:
Constant Field Values

COMMAND__CONFIG

public static final int COMMAND__CONFIG
The feature id for the 'Config' attribute.

See Also:
Constant Field Values

COMMAND__KIND

public static final int COMMAND__KIND
The feature id for the 'Kind' attribute.

See Also:
Constant Field Values

COMMAND__NAME

public static final int COMMAND__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values

COMMAND__SQL

public static final int COMMAND__SQL
The feature id for the 'SQL' attribute.

See Also:
Constant Field Values

COMMAND_FEATURE_COUNT

public static final int COMMAND_FEATURE_COUNT
The number of structural features of the 'Command' class.

See Also:
Constant Field Values

CONFIG

public static final int CONFIG
The meta object id for the 'Config' class.

See Also:
ConfigImpl, getConfig(), Constant Field Values

CONFIG__COMMAND

public static final int CONFIG__COMMAND
The feature id for the 'Command' containment reference list.

See Also:
Constant Field Values

CONFIG__CONNECTION_PROPERTIES

public static final int CONFIG__CONNECTION_PROPERTIES
The feature id for the 'Connection Properties' containment reference.

See Also:
Constant Field Values

CONFIG__TABLE

public static final int CONFIG__TABLE
The feature id for the 'Table' containment reference list.

See Also:
Constant Field Values

CONFIG__RELATIONSHIP

public static final int CONFIG__RELATIONSHIP
The feature id for the 'Relationship' containment reference list.

See Also:
Constant Field Values

CONFIG__URI

public static final int CONFIG__URI
The feature id for the 'Uri' attribute.

See Also:
Constant Field Values

CONFIG_FEATURE_COUNT

public static final int CONFIG_FEATURE_COUNT
The number of structural features of the 'Config' class.

See Also:
Constant Field Values

CONNECTION_PROPERTIES

public static final int CONNECTION_PROPERTIES
The meta object id for the 'Connection Properties' class.

See Also:
ConnectionPropertiesImpl, getConnectionProperties(), Constant Field Values

CONNECTION_PROPERTIES__CONFIG

public static final int CONNECTION_PROPERTIES__CONFIG
The feature id for the 'Config' attribute.

See Also:
Constant Field Values

CONNECTION_PROPERTIES__DATA_SOURCE

public static final int CONNECTION_PROPERTIES__DATA_SOURCE
The feature id for the 'Data Source' attribute.

See Also:
Constant Field Values

CONNECTION_PROPERTIES__DRIVER_CLASS_NAME

public static final int CONNECTION_PROPERTIES__DRIVER_CLASS_NAME
The feature id for the 'Driver Class Name' attribute.

See Also:
Constant Field Values

CONNECTION_PROPERTIES__DRIVER_PASSWORD

public static final int CONNECTION_PROPERTIES__DRIVER_PASSWORD
The feature id for the 'Driver Password' attribute.

See Also:
Constant Field Values

CONNECTION_PROPERTIES__DRIVER_URL

public static final int CONNECTION_PROPERTIES__DRIVER_URL
The feature id for the 'Driver URL' attribute.

See Also:
Constant Field Values

CONNECTION_PROPERTIES__DRIVER_USER_NAME

public static final int CONNECTION_PROPERTIES__DRIVER_USER_NAME
The feature id for the 'Driver User Name' attribute.

See Also:
Constant Field Values

CONNECTION_PROPERTIES_FEATURE_COUNT

public static final int CONNECTION_PROPERTIES_FEATURE_COUNT
The number of structural features of the 'Connection Properties' class.

See Also:
Constant Field Values

KEY_PAIR

public static final int KEY_PAIR
The meta object id for the 'Key Pair' class.

See Also:
KeyPairImpl, getKeyPair(), Constant Field Values

KEY_PAIR__FOREIGN_KEY_COLUMN

public static final int KEY_PAIR__FOREIGN_KEY_COLUMN
The feature id for the 'Foreign Key Column' attribute.

See Also:
Constant Field Values

KEY_PAIR__PRIMARY_KEY_COLUMN

public static final int KEY_PAIR__PRIMARY_KEY_COLUMN
The feature id for the 'Primary Key Column' attribute.

See Also:
Constant Field Values

KEY_PAIR__RELATIONSHIP

public static final int KEY_PAIR__RELATIONSHIP
The feature id for the 'Relationship' attribute.

See Also:
Constant Field Values

KEY_PAIR_FEATURE_COUNT

public static final int KEY_PAIR_FEATURE_COUNT
The number of structural features of the 'Key Pair' class.

See Also:
Constant Field Values

PARAMETER

public static final int PARAMETER
The meta object id for the 'Parameter' class.

See Also:
ParameterImpl, getParameter(), Constant Field Values

PARAMETER__COLUMN_TYPE

public static final int PARAMETER__COLUMN_TYPE
The feature id for the 'Column Type' attribute.

See Also:
Constant Field Values

PARAMETER__COMMAND

public static final int PARAMETER__COMMAND
The feature id for the 'Command' attribute.

See Also:
Constant Field Values

PARAMETER__NAME

public static final int PARAMETER__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values

PARAMETER_FEATURE_COUNT

public static final int PARAMETER_FEATURE_COUNT
The number of structural features of the 'Parameter' class.

See Also:
Constant Field Values

RELATIONSHIP

public static final int RELATIONSHIP
The meta object id for the 'Relationship' class.

See Also:
RelationshipImpl, getRelationship(), Constant Field Values

RELATIONSHIP__KEY_PAIR

public static final int RELATIONSHIP__KEY_PAIR
The feature id for the 'Key Pair' containment reference list.

See Also:
Constant Field Values

RELATIONSHIP__CONFIG

public static final int RELATIONSHIP__CONFIG
The feature id for the 'Config' attribute.

See Also:
Constant Field Values

RELATIONSHIP__FOREIGN_KEY_TABLE

public static final int RELATIONSHIP__FOREIGN_KEY_TABLE
The feature id for the 'Foreign Key Table' attribute.

See Also:
Constant Field Values

RELATIONSHIP__MANY

public static final int RELATIONSHIP__MANY
The feature id for the 'Many' attribute.

See Also:
Constant Field Values

RELATIONSHIP__NAME

public static final int RELATIONSHIP__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values

RELATIONSHIP__PRIMARY_KEY_TABLE

public static final int RELATIONSHIP__PRIMARY_KEY_TABLE
The feature id for the 'Primary Key Table' attribute.

See Also:
Constant Field Values

RELATIONSHIP_FEATURE_COUNT

public static final int RELATIONSHIP_FEATURE_COUNT
The number of structural features of the 'Relationship' class.

See Also:
Constant Field Values

RESULT_DESCRIPTOR

public static final int RESULT_DESCRIPTOR
The meta object id for the 'Result Descriptor' class.

See Also:
ResultDescriptorImpl, getResultDescriptor(), Constant Field Values

RESULT_DESCRIPTOR__COLUMN_NAME

public static final int RESULT_DESCRIPTOR__COLUMN_NAME
The feature id for the 'Column Name' attribute.

See Also:
Constant Field Values

RESULT_DESCRIPTOR__COLUMN_TYPE

public static final int RESULT_DESCRIPTOR__COLUMN_TYPE
The feature id for the 'Column Type' attribute.

See Also:
Constant Field Values

RESULT_DESCRIPTOR__COMMAND

public static final int RESULT_DESCRIPTOR__COMMAND
The feature id for the 'Command' attribute.

See Also:
Constant Field Values

RESULT_DESCRIPTOR__CONVERTER

public static final int RESULT_DESCRIPTOR__CONVERTER
The feature id for the 'Converter' attribute.

See Also:
Constant Field Values

RESULT_DESCRIPTOR__TABLE_NAME

public static final int RESULT_DESCRIPTOR__TABLE_NAME
The feature id for the 'Table Name' attribute.

See Also:
Constant Field Values

RESULT_DESCRIPTOR_FEATURE_COUNT

public static final int RESULT_DESCRIPTOR_FEATURE_COUNT
The number of structural features of the 'Result Descriptor' class.

See Also:
Constant Field Values

TABLE

public static final int TABLE
The meta object id for the 'Table' class.

See Also:
TableImpl, getTable(), Constant Field Values

TABLE__COLUMN

public static final int TABLE__COLUMN
The feature id for the 'Column' containment reference list.

See Also:
Constant Field Values

TABLE__CONFIG

public static final int TABLE__CONFIG
The feature id for the 'Config' attribute.

See Also:
Constant Field Values

TABLE__CREATE

public static final int TABLE__CREATE
The feature id for the 'Create' attribute.

See Also:
Constant Field Values

TABLE__DELETE

public static final int TABLE__DELETE
The feature id for the 'Delete' attribute.

See Also:
Constant Field Values

TABLE__NAME

public static final int TABLE__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values

TABLE__PROPERTY_NAME

public static final int TABLE__PROPERTY_NAME
The feature id for the 'Property Name' attribute.

See Also:
Constant Field Values

TABLE__UPDATE

public static final int TABLE__UPDATE
The feature id for the 'Update' attribute.

See Also:
Constant Field Values

TABLE_FEATURE_COUNT

public static final int TABLE_FEATURE_COUNT
The number of structural features of the 'Table' class.

See Also:
Constant Field Values
Method Detail

init

public static ConfigPackageImpl init()
Creates, registers, and initializes the Package for this model, and for any others upon which it depends. Simple dependencies are satisfied by calling this method on all dependent packages before doing anything else. This method drives initialization for interdependent packages directly, in parallel with this package, itself.

Of this package and its interdependencies, all packages which have not yet been registered by their URI values are first created and registered. The packages are then initialized in two steps: meta-model objects for all of the packages are created before any are initialized, since one package's meta-model objects may refer to those of another.

Invocation of this method will not affect any packages that have already been initialized.

See Also:
eNS_URI, createPackageContents(), initializePackageContents()

getColumn

public org.eclipse.emf.ecore.EClass getColumn()
Returns the meta object for class 'Column'.

Returns:
the meta object for class 'Column'.
See Also:
Column

getColumn_Collision

public org.eclipse.emf.ecore.EAttribute getColumn_Collision()
Returns the meta object for the attribute 'Collision'.

Returns:
the meta object for the attribute 'Collision'.
See Also:
Column.isCollision(), getColumn()

getColumn_ColumnType

public org.eclipse.emf.ecore.EAttribute getColumn_ColumnType()
Returns the meta object for the attribute 'Column Type'.

Returns:
the meta object for the attribute 'Column Type'.
See Also:
Column.getColumnType(), getColumn()

getColumn_ConverterClassName

public org.eclipse.emf.ecore.EAttribute getColumn_ConverterClassName()
Returns the meta object for the attribute 'Converter Class Name'.

Returns:
the meta object for the attribute 'Converter Class Name'.
See Also:
Column.getConverterClassName(), getColumn()

getColumn_Generated

public org.eclipse.emf.ecore.EAttribute getColumn_Generated()
Returns the meta object for the attribute 'Generated'.

Returns:
the meta object for the attribute 'Generated'.
See Also:
Column.isGenerated(), getColumn()

getColumn_Name

public 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:
Column.getName(), getColumn()

getColumn_PrimaryKey

public org.eclipse.emf.ecore.EAttribute getColumn_PrimaryKey()
Returns the meta object for the attribute 'Primary Key'.

Returns:
the meta object for the attribute 'Primary Key'.
See Also:
Column.isPrimaryKey(), getColumn()

getColumn_PropertyName

public 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:
Column.getPropertyName(), getColumn()

getColumn_Table

public org.eclipse.emf.ecore.EAttribute getColumn_Table()
Returns the meta object for the attribute 'Table'.

Returns:
the meta object for the attribute 'Table'.
See Also:
Column.getTable(), getColumn()

getCommand

public org.eclipse.emf.ecore.EClass getCommand()
Returns the meta object for class 'Command'.

Returns:
the meta object for class 'Command'.
See Also:
Command

getCommand_Parameter

public org.eclipse.emf.ecore.EReference getCommand_Parameter()
Returns the meta object for the containment reference list 'Parameter'.

Returns:
the meta object for the containment reference list 'Parameter'.
See Also:
Command.getParameter(), getCommand()

getCommand_ResultDescriptor

public org.eclipse.emf.ecore.EReference getCommand_ResultDescriptor()
Returns the meta object for the containment reference list 'Result Descriptor'.

Returns:
the meta object for the containment reference list 'Result Descriptor'.
See Also:
Command.getResultDescriptor(), getCommand()

getCommand_Config

public org.eclipse.emf.ecore.EAttribute getCommand_Config()
Returns the meta object for the attribute 'Config'.

Returns:
the meta object for the attribute 'Config'.
See Also:
Command.getConfig(), getCommand()

getCommand_Kind

public org.eclipse.emf.ecore.EAttribute getCommand_Kind()
Returns the meta object for the attribute 'Kind'.

Returns:
the meta object for the attribute 'Kind'.
See Also:
Command.getKind(), getCommand()

getCommand_Name

public org.eclipse.emf.ecore.EAttribute getCommand_Name()
Returns the meta object for the attribute 'Name'.

Returns:
the meta object for the attribute 'Name'.
See Also:
Command.getName(), getCommand()

getCommand_SQL

public org.eclipse.emf.ecore.EAttribute getCommand_SQL()
Returns the meta object for the attribute 'SQL'.

Returns:
the meta object for the attribute 'SQL'.
See Also:
Command.getSQL(), getCommand()

getConfig

public org.eclipse.emf.ecore.EClass getConfig()
Returns the meta object for class 'Config'.

Returns:
the meta object for class 'Config'.
See Also:
Config

getConfig_Command

public org.eclipse.emf.ecore.EReference getConfig_Command()
Returns the meta object for the containment reference list 'Command'.

Returns:
the meta object for the containment reference list 'Command'.
See Also:
Config.getCommand(), getConfig()

getConfig_ConnectionProperties

public org.eclipse.emf.ecore.EReference getConfig_ConnectionProperties()
Returns the meta object for the containment reference 'Connection Properties'.

Returns:
the meta object for the containment reference 'Connection Properties'.
See Also:
Config.getConnectionProperties(), getConfig()

getConfig_Table

public org.eclipse.emf.ecore.EReference getConfig_Table()
Returns the meta object for the containment reference list 'Table'.

Returns:
the meta object for the containment reference list 'Table'.
See Also:
Config.getTable(), getConfig()

getConfig_Relationship

public org.eclipse.emf.ecore.EReference getConfig_Relationship()
Returns the meta object for the containment reference list 'Relationship'.

Returns:
the meta object for the containment reference list 'Relationship'.
See Also:
Config.getRelationship(), getConfig()

getConfig_Uri

public org.eclipse.emf.ecore.EAttribute getConfig_Uri()
Returns the meta object for the attribute 'Uri'.

Returns:
the meta object for the attribute 'Uri'.
See Also:
Config.getUri(), getConfig()

getConnectionProperties

public org.eclipse.emf.ecore.EClass getConnectionProperties()
Returns the meta object for class 'Connection Properties'.

Returns:
the meta object for class 'Connection Properties'.
See Also:
ConnectionProperties

getConnectionProperties_Config

public org.eclipse.emf.ecore.EAttribute getConnectionProperties_Config()
Returns the meta object for the attribute 'Config'.

Returns:
the meta object for the attribute 'Config'.
See Also:
ConnectionProperties.getConfig(), getConnectionProperties()

getConnectionProperties_DataSource

public org.eclipse.emf.ecore.EAttribute getConnectionProperties_DataSource()
Returns the meta object for the attribute 'Data Source'.

Returns:
the meta object for the attribute 'Data Source'.
See Also:
ConnectionProperties.getDataSource(), getConnectionProperties()

getConnectionProperties_DriverClassName

public org.eclipse.emf.ecore.EAttribute getConnectionProperties_DriverClassName()
Returns the meta object for the attribute 'Driver Class Name'.

Returns:
the meta object for the attribute 'Driver Class Name'.
See Also:
ConnectionProperties.getDriverClassName(), getConnectionProperties()

getConnectionProperties_DriverPassword

public org.eclipse.emf.ecore.EAttribute getConnectionProperties_DriverPassword()
Returns the meta object for the attribute 'Driver Password'.

Returns:
the meta object for the attribute 'Driver Password'.
See Also:
ConnectionProperties.getDriverPassword(), getConnectionProperties()

getConnectionProperties_DriverURL

public org.eclipse.emf.ecore.EAttribute getConnectionProperties_DriverURL()
Returns the meta object for the attribute 'Driver URL'.

Returns:
the meta object for the attribute 'Driver URL'.
See Also:
ConnectionProperties.getDriverURL(), getConnectionProperties()

getConnectionProperties_DriverUserName

public org.eclipse.emf.ecore.EAttribute getConnectionProperties_DriverUserName()
Returns the meta object for the attribute 'Driver User Name'.

Returns:
the meta object for the attribute 'Driver User Name'.
See Also:
ConnectionProperties.getDriverUserName(), getConnectionProperties()

getKeyPair

public org.eclipse.emf.ecore.EClass getKeyPair()
Returns the meta object for class 'Key Pair'.

Returns:
the meta object for class 'Key Pair'.
See Also:
KeyPair

getKeyPair_ForeignKeyColumn

public org.eclipse.emf.ecore.EAttribute getKeyPair_ForeignKeyColumn()
Returns the meta object for the attribute 'Foreign Key Column'.

Returns:
the meta object for the attribute 'Foreign Key Column'.
See Also:
KeyPair.getForeignKeyColumn(), getKeyPair()

getKeyPair_PrimaryKeyColumn

public org.eclipse.emf.ecore.EAttribute getKeyPair_PrimaryKeyColumn()
Returns the meta object for the attribute 'Primary Key Column'.

Returns:
the meta object for the attribute 'Primary Key Column'.
See Also:
KeyPair.getPrimaryKeyColumn(), getKeyPair()

getKeyPair_Relationship

public org.eclipse.emf.ecore.EAttribute getKeyPair_Relationship()
Returns the meta object for the attribute 'Relationship'.

Returns:
the meta object for the attribute 'Relationship'.
See Also:
KeyPair.getRelationship(), getKeyPair()

getParameter

public org.eclipse.emf.ecore.EClass getParameter()
Returns the meta object for class 'Parameter'.

Returns:
the meta object for class 'Parameter'.
See Also:
Parameter

getParameter_ColumnType

public org.eclipse.emf.ecore.EAttribute getParameter_ColumnType()
Returns the meta object for the attribute 'Column Type'.

Returns:
the meta object for the attribute 'Column Type'.
See Also:
Parameter.getColumnType(), getParameter()

getParameter_Command

public org.eclipse.emf.ecore.EAttribute getParameter_Command()
Returns the meta object for the attribute 'Command'.

Returns:
the meta object for the attribute 'Command'.
See Also:
Parameter.getCommand(), getParameter()

getParameter_Name

public org.eclipse.emf.ecore.EAttribute getParameter_Name()
Returns the meta object for the attribute 'Name'.

Returns:
the meta object for the attribute 'Name'.
See Also:
Parameter.getName(), getParameter()

getRelationship

public org.eclipse.emf.ecore.EClass getRelationship()
Returns the meta object for class 'Relationship'.

Returns:
the meta object for class 'Relationship'.
See Also:
Relationship

getRelationship_KeyPair

public org.eclipse.emf.ecore.EReference getRelationship_KeyPair()
Returns the meta object for the containment reference list 'Key Pair'.

Returns:
the meta object for the containment reference list 'Key Pair'.
See Also:
Relationship.getKeyPair(), getRelationship()

getRelationship_Config

public org.eclipse.emf.ecore.EAttribute getRelationship_Config()
Returns the meta object for the attribute 'Config'.

Returns:
the meta object for the attribute 'Config'.
See Also:
Relationship.getConfig(), getRelationship()

getRelationship_ForeignKeyTable

public org.eclipse.emf.ecore.EAttribute getRelationship_ForeignKeyTable()
Returns the meta object for the attribute 'Foreign Key Table'.

Returns:
the meta object for the attribute 'Foreign Key Table'.
See Also:
Relationship.getForeignKeyTable(), getRelationship()

getRelationship_Many

public org.eclipse.emf.ecore.EAttribute getRelationship_Many()
Returns the meta object for the attribute 'Many'.

Returns:
the meta object for the attribute 'Many'.
See Also:
Relationship.isMany(), getRelationship()

getRelationship_Name

public 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:
Relationship.getName(), getRelationship()

getRelationship_PrimaryKeyTable

public org.eclipse.emf.ecore.EAttribute getRelationship_PrimaryKeyTable()
Returns the meta object for the attribute 'Primary Key Table'.

Returns:
the meta object for the attribute 'Primary Key Table'.
See Also:
Relationship.getPrimaryKeyTable(), getRelationship()

getResultDescriptor

public org.eclipse.emf.ecore.EClass getResultDescriptor()
Returns the meta object for class 'Result Descriptor'.

Returns:
the meta object for class 'Result Descriptor'.
See Also:
ResultDescriptor

getResultDescriptor_ColumnName

public org.eclipse.emf.ecore.EAttribute getResultDescriptor_ColumnName()
Returns the meta object for the attribute 'Column Name'.

Returns:
the meta object for the attribute 'Column Name'.
See Also:
ResultDescriptor.getColumnName(), getResultDescriptor()

getResultDescriptor_ColumnType

public org.eclipse.emf.ecore.EAttribute getResultDescriptor_ColumnType()
Returns the meta object for the attribute 'Column Type'.

Returns:
the meta object for the attribute 'Column Type'.
See Also:
ResultDescriptor.getColumnType(), getResultDescriptor()

getResultDescriptor_Command

public org.eclipse.emf.ecore.EAttribute getResultDescriptor_Command()
Returns the meta object for the attribute 'Command'.

Returns:
the meta object for the attribute 'Command'.
See Also:
ResultDescriptor.getCommand(), getResultDescriptor()

getResultDescriptor_Converter

public org.eclipse.emf.ecore.EAttribute getResultDescriptor_Converter()
Returns the meta object for the attribute 'Converter'.

Returns:
the meta object for the attribute 'Converter'.
See Also:
ResultDescriptor.getConverter(), getResultDescriptor()

getResultDescriptor_TableName

public org.eclipse.emf.ecore.EAttribute getResultDescriptor_TableName()
Returns the meta object for the attribute 'Table Name'.

Returns:
the meta object for the attribute 'Table Name'.
See Also:
ResultDescriptor.getTableName(), getResultDescriptor()

getTable

public org.eclipse.emf.ecore.EClass getTable()
Returns the meta object for class 'Table'.

Returns:
the meta object for class 'Table'.
See Also:
Table

getTable_Column

public org.eclipse.emf.ecore.EReference getTable_Column()
Returns the meta object for the containment reference list 'Column'.

Returns:
the meta object for the containment reference list 'Column'.
See Also:
Table.getColumn(), getTable()

getTable_Config

public org.eclipse.emf.ecore.EAttribute getTable_Config()
Returns the meta object for the attribute 'Config'.

Returns:
the meta object for the attribute 'Config'.
See Also:
Table.getConfig(), getTable()

getTable_Create

public org.eclipse.emf.ecore.EAttribute getTable_Create()
Returns the meta object for the attribute 'Create'.

Returns:
the meta object for the attribute 'Create'.
See Also:
Table.getCreate(), getTable()

getTable_Delete

public org.eclipse.emf.ecore.EAttribute getTable_Delete()
Returns the meta object for the attribute 'Delete'.

Returns:
the meta object for the attribute 'Delete'.
See Also:
Table.getDelete(), getTable()

getTable_Name

public 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:
Table.getName(), getTable()

getTable_PropertyName

public 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:
Table.getPropertyName(), getTable()

getTable_Update

public org.eclipse.emf.ecore.EAttribute getTable_Update()
Returns the meta object for the attribute 'Update'.

Returns:
the meta object for the attribute 'Update'.
See Also:
Table.getUpdate(), getTable()

getConfigFactory

public ConfigFactory getConfigFactory()
Returns the factory that creates the instances of the model.

Returns:
the factory that creates the instances of the model.

createPackageContents

public void createPackageContents()
Creates the meta-model objects for the package. This method is guarded to have no affect on any invocation but its first.


initializePackageContents

public void initializePackageContents()
Complete the initialization of the package and its meta-model. This method is guarded to have no affect on any invocation but its first.


createExtendedMetaDataAnnotations

protected void createExtendedMetaDataAnnotations()
Initializes the annotations for http:///org/eclipse/emf/ecore/util/ExtendedMetaData.


Tuscany DAS for Relational Databases

-