|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.notify.impl.BasicNotifierImpl
org.eclipse.emf.ecore.impl.BasicEObjectImpl
org.eclipse.emf.ecore.impl.EObjectImpl
com.ibm.websphere.models.config.wbi.nd.topology.instance.impl.WBIDataSrcImpl
public class WBIDataSrcImpl
An implementation of the model object 'WBI Data Src'.
The following features are implemented:
Component
Schema Name
Create Table
Dbcomponent
Auth Alias
Properties
Attributes
Conn Pool Attributes
Provider
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 |
---|
protected WBIDataSrcImpl()
Method Detail |
---|
protected org.eclipse.emf.ecore.EClass eStaticClass()
eStaticClass
in class org.eclipse.emf.ecore.impl.EObjectImpl
protected int eStaticFeatureCount()
eStaticFeatureCount
in class org.eclipse.emf.ecore.impl.BasicEObjectImpl
public java.lang.String getComponent()
getComponent
in interface WBIDataSrc
WBIDataSrc.setComponent(String)
,
WBITopologyPackage.getWBIDataSrc_Component()
public void setComponent(java.lang.String newComponent)
setComponent
in interface WBIDataSrc
newComponent
- the new value of the 'Component' attribute.WBIDataSrc.getComponent()
public java.lang.String getSchemaName()
getSchemaName
in interface WBIDataSrc
WBIDataSrc.setSchemaName(String)
,
WBITopologyPackage.getWBIDataSrc_SchemaName()
public void setSchemaName(java.lang.String newSchemaName)
setSchemaName
in interface WBIDataSrc
newSchemaName
- the new value of the 'Schema Name' attribute.WBIDataSrc.getSchemaName()
public java.lang.Boolean getCreateTable()
getCreateTable
in interface WBIDataSrc
WBIDataSrc.setCreateTable(Boolean)
,
WBITopologyPackage.getWBIDataSrc_CreateTable()
public void setCreateTable(java.lang.Boolean newCreateTable)
setCreateTable
in interface WBIDataSrc
newCreateTable
- the new value of the 'Create Table' attribute.WBIDataSrc.getCreateTable()
public java.lang.String getDbcomponent()
getDbcomponent
in interface WBIDataSrc
WBIDataSrc.setDbcomponent(String)
,
WBITopologyPackage.getWBIDataSrc_Dbcomponent()
public void setDbcomponent(java.lang.String newDbcomponent)
setDbcomponent
in interface WBIDataSrc
newDbcomponent
- the new value of the 'Dbcomponent' attribute.WBIDataSrc.getDbcomponent()
public WBIAuthAlias getAuthAlias()
getAuthAlias
in interface WBIDataSrc
WBIDataSrc.setAuthAlias(WBIAuthAlias)
,
WBITopologyPackage.getWBIDataSrc_AuthAlias()
public void setAuthAlias(WBIAuthAlias newAuthAlias)
setAuthAlias
in interface WBIDataSrc
newAuthAlias
- the new value of the 'Auth Alias' containment reference.WBIDataSrc.getAuthAlias()
public org.eclipse.emf.common.util.EList getProperties()
getProperties
in interface WBIDataSrc
WBITopologyPackage.getWBIDataSrc_Properties()
public org.eclipse.emf.common.util.EList getAttributes()
getAttributes
in interface WBIDataSrc
WBITopologyPackage.getWBIDataSrc_Attributes()
public org.eclipse.emf.common.util.EList getConnPoolAttributes()
getConnPoolAttributes
in interface WBIDataSrc
WBITopologyPackage.getWBIDataSrc_ConnPoolAttributes()
public WBIDBProvider getProvider()
getProvider
in interface WBIDataSrc
WBIDataSrc.setProvider(WBIDBProvider)
,
WBITopologyPackage.getWBIDataSrc_Provider()
public void setProvider(WBIDBProvider newProvider)
setProvider
in interface WBIDataSrc
newProvider
- the new value of the 'Provider' containment reference.WBIDataSrc.getProvider()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |