public interface ServerInfo extends org.eclipse.emf.ecore.EObject, APIDelegate<ESServerImpl>
ModelPackage.getServerInfo()| Modifier and Type | Method and Description |
|---|---|
String |
getCertificateAlias()
Returns the value of the 'Certificate Alias' attribute.
|
Usersession |
getLastUsersession()
Returns the value of the 'Last Usersession' reference.
|
String |
getName()
Returns the value of the 'Name' attribute.
|
String |
getPath()
Returns the value of the 'Path' attribute.
|
int |
getPort()
Returns the value of the 'Port' attribute.
|
org.eclipse.emf.common.util.EList<ProjectInfo> |
getProjectInfos()
Returns the value of the 'Project Infos' containment reference list.
|
String |
getUrl()
Returns the value of the 'Url' attribute.
|
void |
setCertificateAlias(String value)
Sets the value of the '
Certificate Alias' attribute. |
void |
setLastUsersession(Usersession value)
Sets the value of the '
Last Usersession' reference. |
void |
setName(String value)
Sets the value of the '
Name'
attribute. |
void |
setPath(String value)
Sets the value of the '
Path'
attribute. |
void |
setPort(int value)
Sets the value of the '
Port'
attribute. |
void |
setUrl(String value)
Sets the value of the '
Url'
attribute. |
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnseteAdapters, eDeliver, eNotify, eSetDelivercreateAPI, toAPIString getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String),
ModelPackage.getServerInfo_Name()void setName(String value)
Name'
attribute.
value - the new value of the 'Name' attribute.getName()String getUrl()
If the meaning of the 'Url' attribute isn't clear, there really should be more of a description here...
setUrl(String),
ModelPackage.getServerInfo_Url()void setUrl(String value)
Url'
attribute.
value - the new value of the 'Url' attribute.getUrl()int getPort()
If the meaning of the 'Port' attribute isn't clear, there really should be more of a description here...
setPort(int),
ModelPackage.getServerInfo_Port()void setPort(int value)
Port'
attribute.
value - the new value of the 'Port' attribute.getPort()String getPath()
If the meaning of the 'Path' attribute isn't clear, there really should be more of a description here...
setPath(String),
ModelPackage.getServerInfo_Path()void setPath(String value)
Path'
attribute.
value - the new value of the 'Path' attribute.getPath()org.eclipse.emf.common.util.EList<ProjectInfo> getProjectInfos()
ProjectInfo.
If the meaning of the 'Project Infos' reference list isn't clear, there really should be more of a description here...
ModelPackage.getServerInfo_ProjectInfos()Usersession getLastUsersession()
If the meaning of the 'Last Usersession' reference isn't clear, there really should be more of a description here...
setLastUsersession(Usersession),
ModelPackage.getServerInfo_LastUsersession()void setLastUsersession(Usersession value)
Last Usersession' reference.
value - the new value of the 'Last Usersession' reference.getLastUsersession()String getCertificateAlias()
If the meaning of the 'Certificate Alias' attribute isn't clear, there really should be more of a description here...
setCertificateAlias(String),
ModelPackage.getServerInfo_CertificateAlias()void setCertificateAlias(String value)
Certificate Alias' attribute.
value - the new value of the 'Certificate Alias' attribute.getCertificateAlias()Copyright © 2017. All rights reserved.