com.ibm.websphere.models.config.wbi.nd.topology.instance
Interface WBIDataSrc

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
WBIDataSrcImpl

public interface WBIDataSrc
extends org.eclipse.emf.ecore.EObject

A representation of the model object 'WBI Data Src'.

The following features are supported:

See Also:
WBITopologyPackage.getWBIDataSrc()

Method Summary
 org.eclipse.emf.common.util.EList getAttributes()
          Returns the value of the 'Attributes' containment reference list.
 WBIAuthAlias getAuthAlias()
          Returns the value of the 'Auth Alias' containment reference
 java.lang.String getComponent()
          Returns the value of the 'Component' attribute
 org.eclipse.emf.common.util.EList getConnPoolAttributes()
          Returns the value of the 'Conn Pool Attributes' containment reference list.
 java.lang.Boolean getCreateTable()
          Returns the value of the 'Create Table' attribute
 java.lang.String getDbcomponent()
          Returns the value of the 'Dbcomponent' attribute
 org.eclipse.emf.common.util.EList getProperties()
          Returns the value of the 'Properties' containment reference list.
 WBIDBProvider getProvider()
          Returns the value of the 'Provider' containment reference
 java.lang.String getSchemaName()
          Returns the value of the 'Schema Name' attribute
 void setAuthAlias(WBIAuthAlias value)
          Sets the value of the 'Auth Alias' containment reference
 void setComponent(java.lang.String value)
          Sets the value of the 'Component' attribute
 void setCreateTable(java.lang.Boolean value)
          Sets the value of the 'Create Table' attribute
 void setDbcomponent(java.lang.String value)
          Sets the value of the 'Dbcomponent' attribute
 void setProvider(WBIDBProvider value)
          Sets the value of the 'Provider' containment reference
 void setSchemaName(java.lang.String value)
          Sets the value of the 'Schema Name' attribute
 
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
 

Method Detail

getComponent

java.lang.String getComponent()
Returns the value of the 'Component' attribute.

If the meaning of the 'Component' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Component' attribute.
See Also:
setComponent(String), WBITopologyPackage.getWBIDataSrc_Component()

setComponent

void setComponent(java.lang.String value)
Sets the value of the 'Component' attribute.

Parameters:
value - the new value of the 'Component' attribute.
See Also:
getComponent()

getSchemaName

java.lang.String getSchemaName()
Returns the value of the 'Schema Name' attribute.

If the meaning of the 'Schema Name' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Schema Name' attribute.
See Also:
setSchemaName(String), WBITopologyPackage.getWBIDataSrc_SchemaName()

setSchemaName

void setSchemaName(java.lang.String value)
Sets the value of the 'Schema Name' attribute.

Parameters:
value - the new value of the 'Schema Name' attribute.
See Also:
getSchemaName()

getCreateTable

java.lang.Boolean getCreateTable()
Returns the value of the 'Create Table' attribute.

If the meaning of the 'Create Table' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Create Table' attribute.
See Also:
setCreateTable(Boolean), WBITopologyPackage.getWBIDataSrc_CreateTable()

setCreateTable

void setCreateTable(java.lang.Boolean value)
Sets the value of the 'Create Table' attribute.

Parameters:
value - the new value of the 'Create Table' attribute.
See Also:
getCreateTable()

getDbcomponent

java.lang.String getDbcomponent()
Returns the value of the 'Dbcomponent' attribute.

If the meaning of the 'Dbcomponent' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Dbcomponent' attribute.
See Also:
setDbcomponent(String), WBITopologyPackage.getWBIDataSrc_Dbcomponent()

setDbcomponent

void setDbcomponent(java.lang.String value)
Sets the value of the 'Dbcomponent' attribute.

Parameters:
value - the new value of the 'Dbcomponent' attribute.
See Also:
getDbcomponent()

getAuthAlias

WBIAuthAlias getAuthAlias()
Returns the value of the 'Auth Alias' containment reference.

If the meaning of the 'Auth Alias' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Auth Alias' containment reference.
See Also:
setAuthAlias(WBIAuthAlias), WBITopologyPackage.getWBIDataSrc_AuthAlias()

setAuthAlias

void setAuthAlias(WBIAuthAlias value)
Sets the value of the 'Auth Alias' containment reference.

Parameters:
value - the new value of the 'Auth Alias' containment reference.
See Also:
getAuthAlias()

getProperties

org.eclipse.emf.common.util.EList getProperties()
Returns the value of the 'Properties' containment reference list. The list contents are of type WBIProperty.

If the meaning of the 'Properties' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Properties' containment reference list.
See Also:
WBITopologyPackage.getWBIDataSrc_Properties()

getAttributes

org.eclipse.emf.common.util.EList getAttributes()
Returns the value of the 'Attributes' containment reference list. The list contents are of type WBIProperty.

If the meaning of the 'Attributes' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Attributes' containment reference list.
See Also:
WBITopologyPackage.getWBIDataSrc_Attributes()

getConnPoolAttributes

org.eclipse.emf.common.util.EList getConnPoolAttributes()
Returns the value of the 'Conn Pool Attributes' containment reference list. The list contents are of type WBIProperty.

If the meaning of the 'Conn Pool Attributes' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Conn Pool Attributes' containment reference list.
See Also:
WBITopologyPackage.getWBIDataSrc_ConnPoolAttributes()

getProvider

WBIDBProvider getProvider()
Returns the value of the 'Provider' containment reference.

If the meaning of the 'Provider' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Provider' containment reference.
See Also:
setProvider(WBIDBProvider), WBITopologyPackage.getWBIDataSrc_Provider()

setProvider

void setProvider(WBIDBProvider value)
Sets the value of the 'Provider' containment reference.

Parameters:
value - the new value of the 'Provider' containment reference.
See Also:
getProvider()