dawncodegen
Interface DawnServer

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

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

A representation of the model object 'Dawn Server'.

The following features are supported:

See Also:
DawncodegenPackage.getDawnServer()

Method Summary
 Admin getAdmin()
          Returns the value of the 'Admin' containment reference
 DataBase getDataBase()
          Returns the value of the 'Data Base' containment reference
 java.lang.String getName()
          Returns the value of the 'Name' attribute
 java.lang.String getPort()
          Returns the value of the 'Port' attribute
 java.lang.String getWebApplicationName()
          Returns the value of the 'Web Application Name' attribute
 void setAdmin(Admin value)
          Sets the value of the 'Admin' containment reference
 void setDataBase(DataBase value)
          Sets the value of the 'Data Base' containment reference
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute
 void setPort(java.lang.String value)
          Sets the value of the 'Port' attribute
 void setWebApplicationName(java.lang.String value)
          Sets the value of the 'Web Application 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

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.getDawnServer_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()

getDataBase

DataBase getDataBase()
Returns the value of the 'Data Base' containment reference.

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

Returns:
the value of the 'Data Base' containment reference.
See Also:
setDataBase(DataBase), DawncodegenPackage.getDawnServer_DataBase()

setDataBase

void setDataBase(DataBase value)
Sets the value of the 'Data Base' containment reference.

Parameters:
value - the new value of the 'Data Base' containment reference.
See Also:
getDataBase()

getAdmin

Admin getAdmin()
Returns the value of the 'Admin' containment reference.

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

Returns:
the value of the 'Admin' containment reference.
See Also:
setAdmin(Admin), DawncodegenPackage.getDawnServer_Admin()

setAdmin

void setAdmin(Admin value)
Sets the value of the 'Admin' containment reference.

Parameters:
value - the new value of the 'Admin' containment reference.
See Also:
getAdmin()

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.getDawnServer_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()

getWebApplicationName

java.lang.String getWebApplicationName()
Returns the value of the 'Web Application Name' attribute.

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

Returns:
the value of the 'Web Application Name' attribute.
See Also:
setWebApplicationName(String), DawncodegenPackage.getDawnServer_WebApplicationName()

setWebApplicationName

void setWebApplicationName(java.lang.String value)
Sets the value of the 'Web Application Name' attribute.

Parameters:
value - the new value of the 'Web Application Name' attribute.
See Also:
getWebApplicationName()