|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RepositoryConfiguration
A representation of the model object 'Repository Configuration'.
The following features are supported:
ModelPackage.getRepositoryConfiguration()
Method Summary | |
---|---|
java.lang.String |
getHostName()
Returns the value of the 'Host Name' attribute |
int |
getPort()
Returns the value of the 'Port' attribute |
java.lang.String |
getServletContext()
Returns the value of the 'Servlet Context' attribute |
void |
setHostName(java.lang.String value)
Sets the value of the ' Host Name ' attribute |
void |
setPort(int value)
Sets the value of the ' Port ' attribute |
void |
setServletContext(java.lang.String value)
Sets the value of the ' Servlet Context ' 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 |
---|
java.lang.String getHostName()
If the meaning of the 'Host Name' attribute isn't clear, there really should be more of a description here...
setHostName(String)
,
ModelPackage.getRepositoryConfiguration_HostName()
void setHostName(java.lang.String value)
Host Name
' attribute.
value
- the new value of the 'Host Name' attribute.getHostName()
int getPort()
If the meaning of the 'Port' attribute isn't clear, there really should be more of a description here...
setPort(int)
,
ModelPackage.getRepositoryConfiguration_Port()
void setPort(int value)
Port
' attribute.
value
- the new value of the 'Port' attribute.getPort()
java.lang.String getServletContext()
If the meaning of the 'Servlet Context' attribute isn't clear, there really should be more of a description here...
setServletContext(String)
,
ModelPackage.getRepositoryConfiguration_ServletContext()
void setServletContext(java.lang.String value)
Servlet Context
' attribute.
value
- the new value of the 'Servlet Context' attribute.getServletContext()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |