com.ibm.websphere.models.config.corecell
Interface WBIDatabaseConfig

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

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

A representation of the model object 'WBI Database Config'.

The following features are supported:

See Also:
CorecellPackage.getWBIDatabaseConfig()

Method Summary
 java.lang.String getSchemaName()
          Returns the value of the 'Schema Name' attribute
 boolean isCreateTables()
          Returns the value of the 'Create Tables' attribute
 void setCreateTables(boolean value)
          Sets the value of the 'Create Tables' attribute
 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

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), CorecellPackage.getWBIDatabaseConfig_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()

isCreateTables

boolean isCreateTables()
Returns the value of the 'Create Tables' attribute.

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

Returns:
the value of the 'Create Tables' attribute.
See Also:
setCreateTables(boolean), CorecellPackage.getWBIDatabaseConfig_CreateTables()

setCreateTables

void setCreateTables(boolean value)
Sets the value of the 'Create Tables' attribute.

Parameters:
value - the new value of the 'Create Tables' attribute.
See Also:
isCreateTables()