public interface ServerUrl
extends org.eclipse.emf.ecore.EObject
The following features are supported:
UrlPackage.getServerUrl()| Modifier and Type | Method and Description |
|---|---|
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. |
String getHostName()
If the meaning of the 'Host Name' attribute isn't clear, there really should be more of a description here...
setHostName(String),
UrlPackage.getServerUrl_HostName()void setHostName(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),
UrlPackage.getServerUrl_Port()void setPort(int value)
Port
' attribute.
value - the new value of the 'Port' attribute.getPort()String getUrlString()
Copyright © 2017. All rights reserved.