org.eclipse.emf.emfstore.internal.server.model.url
Interface ServerUrl

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

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

A representation of the model object ' Server Url'.

The following features are supported:

See Also:
UrlPackage.getServerUrl()

Method Summary
 String getHostName()
          Returns the value of the 'Host Name' attribute.
 int getPort()
          Returns the value of the 'Port' attribute.
 String getUrlString()
          Returns a string representation of the url.
 void setHostName(String value)
          Sets the value of the ' Host Name' attribute.
 void setPort(int value)
          Sets the value of the 'Port ' attribute.
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getHostName

String getHostName()
Returns the value of the 'Host Name' attribute.

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

Returns:
the value of the 'Host Name' attribute.
See Also:
setHostName(String), UrlPackage.getServerUrl_HostName()

setHostName

void setHostName(String value)
Sets the value of the ' Host Name' attribute.

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

getPort

int 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(int), UrlPackage.getServerUrl_Port()

setPort

void setPort(int value)
Sets the value of the 'Port ' attribute.

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

getUrlString

String getUrlString()
Returns a string representation of the url.

Returns:
the string


Copyright © 2015. All Rights Reserved.