com.ibm.websphere.models.config.wbi.nd.topology.instance.impl
Class WBIDataSrcImpl

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 com.ibm.websphere.models.config.wbi.nd.topology.instance.impl.WBIDataSrcImpl
All Implemented Interfaces:
WBIDataSrc, org.eclipse.emf.common.notify.Notifier, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.InternalEObject

public class WBIDataSrcImpl
extends org.eclipse.emf.ecore.impl.EObjectImpl
implements WBIDataSrc

An implementation of the model object 'WBI Data Src'.

The following features are implemented:


Nested Class Summary
 
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.EPropertiesHolderBaseImpl, 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.InternalEObject
org.eclipse.emf.ecore.InternalEObject.EStore
 
Field Summary
 
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
 
Constructor Summary
protected WBIDataSrcImpl()
           
 
Method Summary
protected  org.eclipse.emf.ecore.EClass eStaticClass()
           
protected  int eStaticFeatureCount()
           
 org.eclipse.emf.common.util.EList getAttributes()
           
 WBIAuthAlias getAuthAlias()
           
 java.lang.String getComponent()
           
 org.eclipse.emf.common.util.EList getConnPoolAttributes()
           
 java.lang.Boolean getCreateTable()
           
 java.lang.String getDbcomponent()
           
 org.eclipse.emf.common.util.EList getProperties()
           
 WBIDBProvider getProvider()
           
 java.lang.String getSchemaName()
           
 void setAuthAlias(WBIAuthAlias newAuthAlias)
           
 void setComponent(java.lang.String newComponent)
           
 void setCreateTable(java.lang.Boolean newCreateTable)
           
 void setDbcomponent(java.lang.String newDbcomponent)
           
 void setProvider(WBIDBProvider newProvider)
           
 void setSchemaName(java.lang.String newSchemaName)
           
 
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, eBasicRemoveFromContainerFeature, 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, eGet, eHasSettings, eInternalResource, eInverseAdd, eInverseAdd, eInverseRemove, eInverseRemove, eIsSet, eIsSet, eObjectForURIFragmentSegment, eOpenGet, eOpenIsSet, eOpenSet, eOpenUnset, eProxyURI, eRemoveVirtualValue, eResolveProxy, eResource, eSet, eSet, eSetDirectResource, eSetResource, eSetStore, eSetting, eSettingDelegate, eSettings, eSetVirtualIndexBits, eSetVirtualValue, eSetVirtualValues, eStore, eUnset, eUnset, eURIFragmentSegment, eVirtualBitCount, eVirtualGet, eVirtualGet, eVirtualIndex, eVirtualIndexBits, eVirtualIsSet, eVirtualSet, eVirtualUnset, eVirtualValue, eVirtualValues, toString
 
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.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
 

Constructor Detail

WBIDataSrcImpl

protected WBIDataSrcImpl()

Method Detail

eStaticClass

protected org.eclipse.emf.ecore.EClass eStaticClass()

Overrides:
eStaticClass in class org.eclipse.emf.ecore.impl.EObjectImpl

eStaticFeatureCount

protected int eStaticFeatureCount()

Overrides:
eStaticFeatureCount in class org.eclipse.emf.ecore.impl.BasicEObjectImpl

getComponent

public java.lang.String getComponent()

Specified by:
getComponent in interface WBIDataSrc
Returns:
the value of the 'Component' attribute.
See Also:
WBIDataSrc.setComponent(String), WBITopologyPackage.getWBIDataSrc_Component()

setComponent

public void setComponent(java.lang.String newComponent)

Specified by:
setComponent in interface WBIDataSrc
Parameters:
newComponent - the new value of the 'Component' attribute.
See Also:
WBIDataSrc.getComponent()

getSchemaName

public java.lang.String getSchemaName()

Specified by:
getSchemaName in interface WBIDataSrc
Returns:
the value of the 'Schema Name' attribute.
See Also:
WBIDataSrc.setSchemaName(String), WBITopologyPackage.getWBIDataSrc_SchemaName()

setSchemaName

public void setSchemaName(java.lang.String newSchemaName)

Specified by:
setSchemaName in interface WBIDataSrc
Parameters:
newSchemaName - the new value of the 'Schema Name' attribute.
See Also:
WBIDataSrc.getSchemaName()

getCreateTable

public java.lang.Boolean getCreateTable()

Specified by:
getCreateTable in interface WBIDataSrc
Returns:
the value of the 'Create Table' attribute.
See Also:
WBIDataSrc.setCreateTable(Boolean), WBITopologyPackage.getWBIDataSrc_CreateTable()

setCreateTable

public void setCreateTable(java.lang.Boolean newCreateTable)

Specified by:
setCreateTable in interface WBIDataSrc
Parameters:
newCreateTable - the new value of the 'Create Table' attribute.
See Also:
WBIDataSrc.getCreateTable()

getDbcomponent

public java.lang.String getDbcomponent()

Specified by:
getDbcomponent in interface WBIDataSrc
Returns:
the value of the 'Dbcomponent' attribute.
See Also:
WBIDataSrc.setDbcomponent(String), WBITopologyPackage.getWBIDataSrc_Dbcomponent()

setDbcomponent

public void setDbcomponent(java.lang.String newDbcomponent)

Specified by:
setDbcomponent in interface WBIDataSrc
Parameters:
newDbcomponent - the new value of the 'Dbcomponent' attribute.
See Also:
WBIDataSrc.getDbcomponent()

getAuthAlias

public WBIAuthAlias getAuthAlias()

Specified by:
getAuthAlias in interface WBIDataSrc
Returns:
the value of the 'Auth Alias' containment reference.
See Also:
WBIDataSrc.setAuthAlias(WBIAuthAlias), WBITopologyPackage.getWBIDataSrc_AuthAlias()

setAuthAlias

public void setAuthAlias(WBIAuthAlias newAuthAlias)

Specified by:
setAuthAlias in interface WBIDataSrc
Parameters:
newAuthAlias - the new value of the 'Auth Alias' containment reference.
See Also:
WBIDataSrc.getAuthAlias()

getProperties

public org.eclipse.emf.common.util.EList getProperties()

Specified by:
getProperties in interface WBIDataSrc
Returns:
the value of the 'Properties' containment reference list.
See Also:
WBITopologyPackage.getWBIDataSrc_Properties()

getAttributes

public org.eclipse.emf.common.util.EList getAttributes()

Specified by:
getAttributes in interface WBIDataSrc
Returns:
the value of the 'Attributes' containment reference list.
See Also:
WBITopologyPackage.getWBIDataSrc_Attributes()

getConnPoolAttributes

public org.eclipse.emf.common.util.EList getConnPoolAttributes()

Specified by:
getConnPoolAttributes in interface WBIDataSrc
Returns:
the value of the 'Conn Pool Attributes' containment reference list.
See Also:
WBITopologyPackage.getWBIDataSrc_ConnPoolAttributes()

getProvider

public WBIDBProvider getProvider()

Specified by:
getProvider in interface WBIDataSrc
Returns:
the value of the 'Provider' containment reference.
See Also:
WBIDataSrc.setProvider(WBIDBProvider), WBITopologyPackage.getWBIDataSrc_Provider()

setProvider

public void setProvider(WBIDBProvider newProvider)

Specified by:
setProvider in interface WBIDataSrc
Parameters:
newProvider - the new value of the 'Provider' containment reference.
See Also:
WBIDataSrc.getProvider()