dawncodegen
Interface DataBase

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

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

A representation of the model object 'Data Base'.

The following features are supported:

See Also:
DawncodegenPackage.getDataBase()

Method Summary
 java.lang.String getDbDriver()
          Returns the value of the 'Db Driver' attribute
 java.lang.String getDialect()
          Returns the value of the 'Dialect' attribute
 java.lang.String getName()
          Returns the value of the 'Name' attribute
 java.lang.String getPassword()
          Returns the value of the 'Password' attribute
 java.lang.String getPort()
          Returns the value of the 'Port' attribute
 java.lang.String getProtocol()
          Returns the value of the 'Protocol' attribute
 java.lang.String getUsername()
          Returns the value of the 'Username' attribute
 boolean isShowSQL()
          Returns the value of the 'Show SQL' attribute
 void setDbDriver(java.lang.String value)
          Sets the value of the 'Db Driver' attribute
 void setDialect(java.lang.String value)
          Sets the value of the 'Dialect' attribute
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute
 void setPassword(java.lang.String value)
          Sets the value of the 'Password' attribute
 void setPort(java.lang.String value)
          Sets the value of the 'Port' attribute
 void setProtocol(java.lang.String value)
          Sets the value of the 'Protocol' attribute
 void setShowSQL(boolean value)
          Sets the value of the 'Show SQL' attribute
 void setUsername(java.lang.String value)
          Sets the value of the 'Username' 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

getName

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

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

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), DawncodegenPackage.getDataBase_Name()

setName

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

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

getProtocol

java.lang.String getProtocol()
Returns the value of the 'Protocol' attribute.

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

Returns:
the value of the 'Protocol' attribute.
See Also:
setProtocol(String), DawncodegenPackage.getDataBase_Protocol()

setProtocol

void setProtocol(java.lang.String value)
Sets the value of the 'Protocol' attribute.

Parameters:
value - the new value of the 'Protocol' attribute.
See Also:
getProtocol()

getPort

java.lang.String getPort()
Returns the value of the 'Port' attribute.

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

Returns:
the value of the 'Port' attribute.
See Also:
setPort(String), DawncodegenPackage.getDataBase_Port()

setPort

void setPort(java.lang.String value)
Sets the value of the 'Port' attribute.

Parameters:
value - the new value of the 'Port' attribute.
See Also:
getPort()

getDbDriver

java.lang.String getDbDriver()
Returns the value of the 'Db Driver' attribute.

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

Returns:
the value of the 'Db Driver' attribute.
See Also:
setDbDriver(String), DawncodegenPackage.getDataBase_DbDriver()

setDbDriver

void setDbDriver(java.lang.String value)
Sets the value of the 'Db Driver' attribute.

Parameters:
value - the new value of the 'Db Driver' attribute.
See Also:
getDbDriver()

isShowSQL

boolean isShowSQL()
Returns the value of the 'Show SQL' attribute.

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

Returns:
the value of the 'Show SQL' attribute.
See Also:
setShowSQL(boolean), DawncodegenPackage.getDataBase_ShowSQL()

setShowSQL

void setShowSQL(boolean value)
Sets the value of the 'Show SQL' attribute.

Parameters:
value - the new value of the 'Show SQL' attribute.
See Also:
isShowSQL()

getUsername

java.lang.String getUsername()
Returns the value of the 'Username' attribute.

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

Returns:
the value of the 'Username' attribute.
See Also:
setUsername(String), DawncodegenPackage.getDataBase_Username()

setUsername

void setUsername(java.lang.String value)
Sets the value of the 'Username' attribute.

Parameters:
value - the new value of the 'Username' attribute.
See Also:
getUsername()

getPassword

java.lang.String getPassword()
Returns the value of the 'Password' attribute.

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

Returns:
the value of the 'Password' attribute.
See Also:
setPassword(String), DawncodegenPackage.getDataBase_Password()

setPassword

void setPassword(java.lang.String value)
Sets the value of the 'Password' attribute.

Parameters:
value - the new value of the 'Password' attribute.
See Also:
getPassword()

getDialect

java.lang.String getDialect()
Returns the value of the 'Dialect' attribute.

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

Returns:
the value of the 'Dialect' attribute.
See Also:
setDialect(String), DawncodegenPackage.getDataBase_Dialect()

setDialect

void setDialect(java.lang.String value)
Sets the value of the 'Dialect' attribute.

Parameters:
value - the new value of the 'Dialect' attribute.
See Also:
getDialect()