com.ibm.websphere.models.config.relationship
Interface RelationshipservicePackage

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
All Known Implementing Classes:
RelationshipservicePackageImpl

public interface RelationshipservicePackage
extends org.eclipse.emf.ecore.EPackage

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

See Also:
RelationshipserviceFactory

Nested Class Summary
static interface RelationshipservicePackage.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 interface org.eclipse.emf.ecore.EPackage
org.eclipse.emf.ecore.EPackage.Descriptor, org.eclipse.emf.ecore.EPackage.Registry
 
Field Summary
static int ATTRIBUTE_COLUMN
          The meta object id for the 'Attribute Column' class
static int ATTRIBUTE_COLUMN__ATTRIBUTE_NAME
          The feature id for the 'Attribute Name' attribute
static int ATTRIBUTE_COLUMN__COLUMN_NAME
          The feature id for the 'Column Name' attribute
static int ATTRIBUTE_COLUMN_FEATURE_COUNT
          The number of structural features of the 'Attribute Column' class
static RelationshipservicePackage 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 RELATIONSHIP
          The meta object id for the 'Relationship' class
static int RELATIONSHIP__DATASOURCE
          The feature id for the 'Datasource' attribute
static int RELATIONSHIP__INFRASTRUCTURE_VERSION
          The feature id for the 'Infrastructure Version' attribute
static int RELATIONSHIP__IS_CACHED
          The feature id for the 'Is Cached' attribute
static int RELATIONSHIP__NAME
          The feature id for the 'Name' attribute
static int RELATIONSHIP__REL_NAME
          The feature id for the 'Rel Name' attribute
static int RELATIONSHIP__ROLES
          The feature id for the 'Roles' containment reference list
static int RELATIONSHIP_FEATURE_COUNT
          The number of structural features of the 'Relationship' class
static int RELATIONSHIP_SERVICE
          The meta object id for the 'Relationship Service' class
static int RELATIONSHIP_SERVICE__CREATETABLESINDATABASE
          The feature id for the 'Createtablesindatabase' attribute
static int RELATIONSHIP_SERVICE__CREATETABLESINTABLESPACE
          The feature id for the 'Createtablesintablespace' attribute
static int RELATIONSHIP_SERVICE__DEFAULT_DATA_SOURCE
          The feature id for the 'Default Data Source' attribute
static int RELATIONSHIP_SERVICE__NAME
          The feature id for the 'Name' attribute
static int RELATIONSHIP_SERVICE__PAGESIZE
          The feature id for the 'Pagesize' attribute
static int RELATIONSHIP_SERVICE__RELATIONSHIPS
          The feature id for the 'Relationships' containment reference list
static int RELATIONSHIP_SERVICE__STOREDPROCEDUREBINDOPTIONS
          The feature id for the 'Storedprocedurebindoptions' attribute
static int RELATIONSHIP_SERVICE__STOREDPROCEDUREBUILDER
          The feature id for the 'Storedprocedurebuilder' attribute
static int RELATIONSHIP_SERVICE__STOREDPROCEDUREBUILDERSCHEMA
          The feature id for the 'Storedprocedurebuilderschema' attribute
static int RELATIONSHIP_SERVICE__STOREDPROCEDURECOMPILEROPTIONS
          The feature id for the 'Storedprocedurecompileroptions' attribute
static int RELATIONSHIP_SERVICE__STOREDPROCEDURELERUNTIMEOPTIONS
          The feature id for the 'Storedprocedureleruntimeoptions' attribute
static int RELATIONSHIP_SERVICE__STOREDPROCEDURELINKOPTIONS
          The feature id for the 'Storedprocedurelinkoptions' attribute
static int RELATIONSHIP_SERVICE__STOREDPROCEDUREPACKAGECOLLECTIONID
          The feature id for the 'Storedprocedurepackagecollectionid' attribute
static int RELATIONSHIP_SERVICE__STOREDPROCEDUREPRECOMPILEROPTIONS
          The feature id for the 'Storedprocedureprecompileroptions' attribute
static int RELATIONSHIP_SERVICE__STOREDPROCEDUREPRELINKOPTIONS
          The feature id for the 'Storedprocedureprelinkoptions' attribute
static int RELATIONSHIP_SERVICE__STOREDPROCEDUREWLMENVIRONMENT
          The feature id for the 'Storedprocedurewlmenvironment' attribute
static int RELATIONSHIP_SERVICE__USINGSTORAGEGROUP
          The feature id for the 'Usingstoragegroup' attribute
static int RELATIONSHIP_SERVICE__VERSION
          The feature id for the 'Version' attribute
static int RELATIONSHIP_SERVICE_FEATURE_COUNT
          The number of structural features of the 'Relationship Service' class
static int ROLE
          The meta object id for the 'Role' class
static int ROLE__ATTRS
          The feature id for the 'Attrs' containment reference list
static int ROLE__NAME
          The feature id for the 'Name' attribute
static int ROLE__ROLE_NAME
          The feature id for the 'Role Name' attribute
static int ROLE__RUN_TIME_SPROC_NAME
          The feature id for the 'Run Time SProc Name' attribute
static int ROLE__RUN_TIME_SPROC_OWNER_NAME
          The feature id for the 'Run Time SProc Owner Name' attribute
static int ROLE__RUN_TIME_TABLE_NAME
          The feature id for the 'Run Time Table Name' attribute
static int ROLE__RUN_TIME_TABLE_OWNER_NAME
          The feature id for the 'Run Time Table Owner Name' attribute
static int ROLE_FEATURE_COUNT
          The number of structural features of the 'Role' class
 
Method Summary
 org.eclipse.emf.ecore.EAttribute getAttributeColumn_AttributeName()
          Returns the meta object for the attribute 'Attribute Name'
 org.eclipse.emf.ecore.EAttribute getAttributeColumn_ColumnName()
          Returns the meta object for the attribute 'Column Name'
 org.eclipse.emf.ecore.EClass getAttributeColumn()
          Returns the meta object for class 'Attribute Column'
 org.eclipse.emf.ecore.EAttribute getRelationship_Datasource()
          Returns the meta object for the attribute 'Datasource'
 org.eclipse.emf.ecore.EAttribute getRelationship_InfrastructureVersion()
          Returns the meta object for the attribute 'Infrastructure Version'
 org.eclipse.emf.ecore.EAttribute getRelationship_IsCached()
          Returns the meta object for the attribute 'Is Cached'
 org.eclipse.emf.ecore.EAttribute getRelationship_Name()
          Returns the meta object for the attribute 'Name'
 org.eclipse.emf.ecore.EAttribute getRelationship_RelName()
          Returns the meta object for the attribute 'Rel Name'
 org.eclipse.emf.ecore.EReference getRelationship_Roles()
          Returns the meta object for the containment reference list 'Roles'
 org.eclipse.emf.ecore.EClass getRelationship()
          Returns the meta object for class 'Relationship'
 org.eclipse.emf.ecore.EAttribute getRelationshipService_Createtablesindatabase()
          Returns the meta object for the attribute 'Createtablesindatabase'
 org.eclipse.emf.ecore.EAttribute getRelationshipService_Createtablesintablespace()
          Returns the meta object for the attribute 'Createtablesintablespace'
 org.eclipse.emf.ecore.EAttribute getRelationshipService_DefaultDataSource()
          Returns the meta object for the attribute 'Default Data Source'
 org.eclipse.emf.ecore.EAttribute getRelationshipService_Name()
          Returns the meta object for the attribute 'Name'
 org.eclipse.emf.ecore.EAttribute getRelationshipService_Pagesize()
          Returns the meta object for the attribute 'Pagesize'
 org.eclipse.emf.ecore.EReference getRelationshipService_Relationships()
          Returns the meta object for the containment reference list 'Relationships'
 org.eclipse.emf.ecore.EAttribute getRelationshipService_Storedprocedurebindoptions()
          Returns the meta object for the attribute 'Storedprocedurebindoptions'
 org.eclipse.emf.ecore.EAttribute getRelationshipService_Storedprocedurebuilder()
          Returns the meta object for the attribute 'Storedprocedurebuilder'
 org.eclipse.emf.ecore.EAttribute getRelationshipService_Storedprocedurebuilderschema()
          Returns the meta object for the attribute 'Storedprocedurebuilderschema'
 org.eclipse.emf.ecore.EAttribute getRelationshipService_Storedprocedurecompileroptions()
          Returns the meta object for the attribute 'Storedprocedurecompileroptions'
 org.eclipse.emf.ecore.EAttribute getRelationshipService_Storedprocedureleruntimeoptions()
          Returns the meta object for the attribute 'Storedprocedureleruntimeoptions'
 org.eclipse.emf.ecore.EAttribute getRelationshipService_Storedprocedurelinkoptions()
          Returns the meta object for the attribute 'Storedprocedurelinkoptions'
 org.eclipse.emf.ecore.EAttribute getRelationshipService_Storedprocedurepackagecollectionid()
          Returns the meta object for the attribute 'Storedprocedurepackagecollectionid'
 org.eclipse.emf.ecore.EAttribute getRelationshipService_Storedprocedureprecompileroptions()
          Returns the meta object for the attribute 'Storedprocedureprecompileroptions'
 org.eclipse.emf.ecore.EAttribute getRelationshipService_Storedprocedureprelinkoptions()
          Returns the meta object for the attribute 'Storedprocedureprelinkoptions'
 org.eclipse.emf.ecore.EAttribute getRelationshipService_Storedprocedurewlmenvironment()
          Returns the meta object for the attribute 'Storedprocedurewlmenvironment'
 org.eclipse.emf.ecore.EAttribute getRelationshipService_Usingstoragegroup()
          Returns the meta object for the attribute 'Usingstoragegroup'
 org.eclipse.emf.ecore.EAttribute getRelationshipService_Version()
          Returns the meta object for the attribute 'Version'
 org.eclipse.emf.ecore.EClass getRelationshipService()
          Returns the meta object for class 'Relationship Service'
 RelationshipserviceFactory getRelationshipserviceFactory()
          Returns the factory that creates the instances of the model
 org.eclipse.emf.ecore.EReference getRole_Attrs()
          Returns the meta object for the containment reference list 'Attrs'
 org.eclipse.emf.ecore.EAttribute getRole_Name()
          Returns the meta object for the attribute 'Name'
 org.eclipse.emf.ecore.EAttribute getRole_RoleName()
          Returns the meta object for the attribute 'Role Name'
 org.eclipse.emf.ecore.EAttribute getRole_RunTimeSProcName()
          Returns the meta object for the attribute 'Run Time SProc Name'
 org.eclipse.emf.ecore.EAttribute getRole_RunTimeSProcOwnerName()
          Returns the meta object for the attribute 'Run Time SProc Owner Name'
 org.eclipse.emf.ecore.EAttribute getRole_RunTimeTableName()
          Returns the meta object for the attribute 'Run Time Table Name'
 org.eclipse.emf.ecore.EAttribute getRole_RunTimeTableOwnerName()
          Returns the meta object for the attribute 'Run Time Table Owner Name'
 org.eclipse.emf.ecore.EClass getRole()
          Returns the meta object for class 'Role'
 
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:
Constant Field Values

eNS_URI

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

See Also:
Constant Field Values

eNS_PREFIX

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

See Also:
Constant Field Values

eINSTANCE

static final RelationshipservicePackage eINSTANCE
The singleton instance of the package.


RELATIONSHIP_SERVICE

static final int RELATIONSHIP_SERVICE
The meta object id for the 'Relationship Service' class.

See Also:
RelationshipServiceImpl, RelationshipservicePackageImpl.getRelationshipService(), Constant Field Values

RELATIONSHIP_SERVICE__NAME

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

See Also:
Constant Field Values

RELATIONSHIP_SERVICE__VERSION

static final int RELATIONSHIP_SERVICE__VERSION
The feature id for the 'Version' attribute.

See Also:
Constant Field Values

RELATIONSHIP_SERVICE__PAGESIZE

static final int RELATIONSHIP_SERVICE__PAGESIZE
The feature id for the 'Pagesize' attribute.

See Also:
Constant Field Values

RELATIONSHIP_SERVICE__DEFAULT_DATA_SOURCE

static final int RELATIONSHIP_SERVICE__DEFAULT_DATA_SOURCE
The feature id for the 'Default Data Source' attribute.

See Also:
Constant Field Values

RELATIONSHIP_SERVICE__CREATETABLESINDATABASE

static final int RELATIONSHIP_SERVICE__CREATETABLESINDATABASE
The feature id for the 'Createtablesindatabase' attribute.

See Also:
Constant Field Values

RELATIONSHIP_SERVICE__USINGSTORAGEGROUP

static final int RELATIONSHIP_SERVICE__USINGSTORAGEGROUP
The feature id for the 'Usingstoragegroup' attribute.

See Also:
Constant Field Values

RELATIONSHIP_SERVICE__CREATETABLESINTABLESPACE

static final int RELATIONSHIP_SERVICE__CREATETABLESINTABLESPACE
The feature id for the 'Createtablesintablespace' attribute.

See Also:
Constant Field Values

RELATIONSHIP_SERVICE__STOREDPROCEDUREWLMENVIRONMENT

static final int RELATIONSHIP_SERVICE__STOREDPROCEDUREWLMENVIRONMENT
The feature id for the 'Storedprocedurewlmenvironment' attribute.

See Also:
Constant Field Values

RELATIONSHIP_SERVICE__STOREDPROCEDUREBINDOPTIONS

static final int RELATIONSHIP_SERVICE__STOREDPROCEDUREBINDOPTIONS
The feature id for the 'Storedprocedurebindoptions' attribute.

See Also:
Constant Field Values

RELATIONSHIP_SERVICE__STOREDPROCEDUREPACKAGECOLLECTIONID

static final int RELATIONSHIP_SERVICE__STOREDPROCEDUREPACKAGECOLLECTIONID
The feature id for the 'Storedprocedurepackagecollectionid' attribute.

See Also:
Constant Field Values

RELATIONSHIP_SERVICE__STOREDPROCEDURECOMPILEROPTIONS

static final int RELATIONSHIP_SERVICE__STOREDPROCEDURECOMPILEROPTIONS
The feature id for the 'Storedprocedurecompileroptions' attribute.

See Also:
Constant Field Values

RELATIONSHIP_SERVICE__STOREDPROCEDUREPRECOMPILEROPTIONS

static final int RELATIONSHIP_SERVICE__STOREDPROCEDUREPRECOMPILEROPTIONS
The feature id for the 'Storedprocedureprecompileroptions' attribute.

See Also:
Constant Field Values

RELATIONSHIP_SERVICE__STOREDPROCEDUREPRELINKOPTIONS

static final int RELATIONSHIP_SERVICE__STOREDPROCEDUREPRELINKOPTIONS
The feature id for the 'Storedprocedureprelinkoptions' attribute.

See Also:
Constant Field Values

RELATIONSHIP_SERVICE__STOREDPROCEDURELINKOPTIONS

static final int RELATIONSHIP_SERVICE__STOREDPROCEDURELINKOPTIONS
The feature id for the 'Storedprocedurelinkoptions' attribute.

See Also:
Constant Field Values

RELATIONSHIP_SERVICE__STOREDPROCEDURELERUNTIMEOPTIONS

static final int RELATIONSHIP_SERVICE__STOREDPROCEDURELERUNTIMEOPTIONS
The feature id for the 'Storedprocedureleruntimeoptions' attribute.

See Also:
Constant Field Values

RELATIONSHIP_SERVICE__STOREDPROCEDUREBUILDERSCHEMA

static final int RELATIONSHIP_SERVICE__STOREDPROCEDUREBUILDERSCHEMA
The feature id for the 'Storedprocedurebuilderschema' attribute.

See Also:
Constant Field Values

RELATIONSHIP_SERVICE__STOREDPROCEDUREBUILDER

static final int RELATIONSHIP_SERVICE__STOREDPROCEDUREBUILDER
The feature id for the 'Storedprocedurebuilder' attribute.

See Also:
Constant Field Values

RELATIONSHIP_SERVICE__RELATIONSHIPS

static final int RELATIONSHIP_SERVICE__RELATIONSHIPS
The feature id for the 'Relationships' containment reference list.

See Also:
Constant Field Values

RELATIONSHIP_SERVICE_FEATURE_COUNT

static final int RELATIONSHIP_SERVICE_FEATURE_COUNT
The number of structural features of the 'Relationship Service' class.

See Also:
Constant Field Values

RELATIONSHIP

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

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

RELATIONSHIP__DATASOURCE

static final int RELATIONSHIP__DATASOURCE
The feature id for the 'Datasource' attribute.

See Also:
Constant Field Values

RELATIONSHIP__INFRASTRUCTURE_VERSION

static final int RELATIONSHIP__INFRASTRUCTURE_VERSION
The feature id for the 'Infrastructure Version' attribute.

See Also:
Constant Field Values

RELATIONSHIP__REL_NAME

static final int RELATIONSHIP__REL_NAME
The feature id for the 'Rel Name' attribute.

See Also:
Constant Field Values

RELATIONSHIP__NAME

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

See Also:
Constant Field Values

RELATIONSHIP__IS_CACHED

static final int RELATIONSHIP__IS_CACHED
The feature id for the 'Is Cached' attribute.

See Also:
Constant Field Values

RELATIONSHIP__ROLES

static final int RELATIONSHIP__ROLES
The feature id for the 'Roles' containment reference list.

See Also:
Constant Field Values

RELATIONSHIP_FEATURE_COUNT

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

See Also:
Constant Field Values

ROLE

static final int ROLE
The meta object id for the 'Role' class.

See Also:
RoleImpl, RelationshipservicePackageImpl.getRole(), Constant Field Values

ROLE__ROLE_NAME

static final int ROLE__ROLE_NAME
The feature id for the 'Role Name' attribute.

See Also:
Constant Field Values

ROLE__NAME

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

See Also:
Constant Field Values

ROLE__RUN_TIME_SPROC_NAME

static final int ROLE__RUN_TIME_SPROC_NAME
The feature id for the 'Run Time SProc Name' attribute.

See Also:
Constant Field Values

ROLE__RUN_TIME_TABLE_NAME

static final int ROLE__RUN_TIME_TABLE_NAME
The feature id for the 'Run Time Table Name' attribute.

See Also:
Constant Field Values

ROLE__RUN_TIME_TABLE_OWNER_NAME

static final int ROLE__RUN_TIME_TABLE_OWNER_NAME
The feature id for the 'Run Time Table Owner Name' attribute.

See Also:
Constant Field Values

ROLE__RUN_TIME_SPROC_OWNER_NAME

static final int ROLE__RUN_TIME_SPROC_OWNER_NAME
The feature id for the 'Run Time SProc Owner Name' attribute.

See Also:
Constant Field Values

ROLE__ATTRS

static final int ROLE__ATTRS
The feature id for the 'Attrs' containment reference list.

See Also:
Constant Field Values

ROLE_FEATURE_COUNT

static final int ROLE_FEATURE_COUNT
The number of structural features of the 'Role' class.

See Also:
Constant Field Values

ATTRIBUTE_COLUMN

static final int ATTRIBUTE_COLUMN
The meta object id for the 'Attribute Column' class.

See Also:
AttributeColumnImpl, RelationshipservicePackageImpl.getAttributeColumn(), Constant Field Values

ATTRIBUTE_COLUMN__ATTRIBUTE_NAME

static final int ATTRIBUTE_COLUMN__ATTRIBUTE_NAME
The feature id for the 'Attribute Name' attribute.

See Also:
Constant Field Values

ATTRIBUTE_COLUMN__COLUMN_NAME

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

See Also:
Constant Field Values

ATTRIBUTE_COLUMN_FEATURE_COUNT

static final int ATTRIBUTE_COLUMN_FEATURE_COUNT
The number of structural features of the 'Attribute Column' class.

See Also:
Constant Field Values
Method Detail

getRelationshipService

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

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

getRelationshipService_Name

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

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

getRelationshipService_Version

org.eclipse.emf.ecore.EAttribute getRelationshipService_Version()
Returns the meta object for the attribute 'Version'.

Returns:
the meta object for the attribute 'Version'.
See Also:
RelationshipService.getVersion(), getRelationshipService()

getRelationshipService_Pagesize

org.eclipse.emf.ecore.EAttribute getRelationshipService_Pagesize()
Returns the meta object for the attribute 'Pagesize'.

Returns:
the meta object for the attribute 'Pagesize'.
See Also:
RelationshipService.getPagesize(), getRelationshipService()

getRelationshipService_DefaultDataSource

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

Returns:
the meta object for the attribute 'Default Data Source'.
See Also:
RelationshipService.getDefaultDataSource(), getRelationshipService()

getRelationshipService_Createtablesindatabase

org.eclipse.emf.ecore.EAttribute getRelationshipService_Createtablesindatabase()
Returns the meta object for the attribute 'Createtablesindatabase'.

Returns:
the meta object for the attribute 'Createtablesindatabase'.
See Also:
RelationshipService.getCreatetablesindatabase(), getRelationshipService()

getRelationshipService_Usingstoragegroup

org.eclipse.emf.ecore.EAttribute getRelationshipService_Usingstoragegroup()
Returns the meta object for the attribute 'Usingstoragegroup'.

Returns:
the meta object for the attribute 'Usingstoragegroup'.
See Also:
RelationshipService.getUsingstoragegroup(), getRelationshipService()

getRelationshipService_Createtablesintablespace

org.eclipse.emf.ecore.EAttribute getRelationshipService_Createtablesintablespace()
Returns the meta object for the attribute 'Createtablesintablespace'.

Returns:
the meta object for the attribute 'Createtablesintablespace'.
See Also:
RelationshipService.getCreatetablesintablespace(), getRelationshipService()

getRelationshipService_Storedprocedurewlmenvironment

org.eclipse.emf.ecore.EAttribute getRelationshipService_Storedprocedurewlmenvironment()
Returns the meta object for the attribute 'Storedprocedurewlmenvironment'.

Returns:
the meta object for the attribute 'Storedprocedurewlmenvironment'.
See Also:
RelationshipService.getStoredprocedurewlmenvironment(), getRelationshipService()

getRelationshipService_Storedprocedurebindoptions

org.eclipse.emf.ecore.EAttribute getRelationshipService_Storedprocedurebindoptions()
Returns the meta object for the attribute 'Storedprocedurebindoptions'.

Returns:
the meta object for the attribute 'Storedprocedurebindoptions'.
See Also:
RelationshipService.getStoredprocedurebindoptions(), getRelationshipService()

getRelationshipService_Storedprocedurepackagecollectionid

org.eclipse.emf.ecore.EAttribute getRelationshipService_Storedprocedurepackagecollectionid()
Returns the meta object for the attribute 'Storedprocedurepackagecollectionid'.

Returns:
the meta object for the attribute 'Storedprocedurepackagecollectionid'.
See Also:
RelationshipService.getStoredprocedurepackagecollectionid(), getRelationshipService()

getRelationshipService_Storedprocedurecompileroptions

org.eclipse.emf.ecore.EAttribute getRelationshipService_Storedprocedurecompileroptions()
Returns the meta object for the attribute 'Storedprocedurecompileroptions'.

Returns:
the meta object for the attribute 'Storedprocedurecompileroptions'.
See Also:
RelationshipService.getStoredprocedurecompileroptions(), getRelationshipService()

getRelationshipService_Storedprocedureprecompileroptions

org.eclipse.emf.ecore.EAttribute getRelationshipService_Storedprocedureprecompileroptions()
Returns the meta object for the attribute 'Storedprocedureprecompileroptions'.

Returns:
the meta object for the attribute 'Storedprocedureprecompileroptions'.
See Also:
RelationshipService.getStoredprocedureprecompileroptions(), getRelationshipService()

getRelationshipService_Storedprocedureprelinkoptions

org.eclipse.emf.ecore.EAttribute getRelationshipService_Storedprocedureprelinkoptions()
Returns the meta object for the attribute 'Storedprocedureprelinkoptions'.

Returns:
the meta object for the attribute 'Storedprocedureprelinkoptions'.
See Also:
RelationshipService.getStoredprocedureprelinkoptions(), getRelationshipService()

getRelationshipService_Storedprocedurelinkoptions

org.eclipse.emf.ecore.EAttribute getRelationshipService_Storedprocedurelinkoptions()
Returns the meta object for the attribute 'Storedprocedurelinkoptions'.

Returns:
the meta object for the attribute 'Storedprocedurelinkoptions'.
See Also:
RelationshipService.getStoredprocedurelinkoptions(), getRelationshipService()

getRelationshipService_Storedprocedureleruntimeoptions

org.eclipse.emf.ecore.EAttribute getRelationshipService_Storedprocedureleruntimeoptions()
Returns the meta object for the attribute 'Storedprocedureleruntimeoptions'.

Returns:
the meta object for the attribute 'Storedprocedureleruntimeoptions'.
See Also:
RelationshipService.getStoredprocedureleruntimeoptions(), getRelationshipService()

getRelationshipService_Storedprocedurebuilderschema

org.eclipse.emf.ecore.EAttribute getRelationshipService_Storedprocedurebuilderschema()
Returns the meta object for the attribute 'Storedprocedurebuilderschema'.

Returns:
the meta object for the attribute 'Storedprocedurebuilderschema'.
See Also:
RelationshipService.getStoredprocedurebuilderschema(), getRelationshipService()

getRelationshipService_Storedprocedurebuilder

org.eclipse.emf.ecore.EAttribute getRelationshipService_Storedprocedurebuilder()
Returns the meta object for the attribute 'Storedprocedurebuilder'.

Returns:
the meta object for the attribute 'Storedprocedurebuilder'.
See Also:
RelationshipService.getStoredprocedurebuilder(), getRelationshipService()

getRelationshipService_Relationships

org.eclipse.emf.ecore.EReference getRelationshipService_Relationships()
Returns the meta object for the containment reference list 'Relationships'.

Returns:
the meta object for the containment reference list 'Relationships'.
See Also:
RelationshipService.getRelationships(), getRelationshipService()

getRelationship

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

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

getRelationship_Datasource

org.eclipse.emf.ecore.EAttribute getRelationship_Datasource()
Returns the meta object for the attribute 'Datasource'.

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

getRelationship_InfrastructureVersion

org.eclipse.emf.ecore.EAttribute getRelationship_InfrastructureVersion()
Returns the meta object for the attribute 'Infrastructure Version'.

Returns:
the meta object for the attribute 'Infrastructure Version'.
See Also:
Relationship.getInfrastructureVersion(), getRelationship()

getRelationship_RelName

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

Returns:
the meta object for the attribute 'Rel Name'.
See Also:
Relationship.getRelName(), getRelationship()

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

getRelationship_IsCached

org.eclipse.emf.ecore.EAttribute getRelationship_IsCached()
Returns the meta object for the attribute 'Is Cached'.

Returns:
the meta object for the attribute 'Is Cached'.
See Also:
Relationship.isIsCached(), getRelationship()

getRelationship_Roles

org.eclipse.emf.ecore.EReference getRelationship_Roles()
Returns the meta object for the containment reference list 'Roles'.

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

getRole

org.eclipse.emf.ecore.EClass getRole()
Returns the meta object for class 'Role'.

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

getRole_RoleName

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

Returns:
the meta object for the attribute 'Role Name'.
See Also:
Role.getRoleName(), getRole()

getRole_Name

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

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

getRole_RunTimeSProcName

org.eclipse.emf.ecore.EAttribute getRole_RunTimeSProcName()
Returns the meta object for the attribute 'Run Time SProc Name'.

Returns:
the meta object for the attribute 'Run Time SProc Name'.
See Also:
Role.getRunTimeSProcName(), getRole()

getRole_RunTimeTableName

org.eclipse.emf.ecore.EAttribute getRole_RunTimeTableName()
Returns the meta object for the attribute 'Run Time Table Name'.

Returns:
the meta object for the attribute 'Run Time Table Name'.
See Also:
Role.getRunTimeTableName(), getRole()

getRole_RunTimeTableOwnerName

org.eclipse.emf.ecore.EAttribute getRole_RunTimeTableOwnerName()
Returns the meta object for the attribute 'Run Time Table Owner Name'.

Returns:
the meta object for the attribute 'Run Time Table Owner Name'.
See Also:
Role.getRunTimeTableOwnerName(), getRole()

getRole_RunTimeSProcOwnerName

org.eclipse.emf.ecore.EAttribute getRole_RunTimeSProcOwnerName()
Returns the meta object for the attribute 'Run Time SProc Owner Name'.

Returns:
the meta object for the attribute 'Run Time SProc Owner Name'.
See Also:
Role.getRunTimeSProcOwnerName(), getRole()

getRole_Attrs

org.eclipse.emf.ecore.EReference getRole_Attrs()
Returns the meta object for the containment reference list 'Attrs'.

Returns:
the meta object for the containment reference list 'Attrs'.
See Also:
Role.getAttrs(), getRole()

getAttributeColumn

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

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

getAttributeColumn_AttributeName

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

Returns:
the meta object for the attribute 'Attribute Name'.
See Also:
AttributeColumn.getAttributeName(), getAttributeColumn()

getAttributeColumn_ColumnName

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

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

getRelationshipserviceFactory

RelationshipserviceFactory getRelationshipserviceFactory()
Returns the factory that creates the instances of the model.

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