org.eclipse.emf.emfstore.internal.client.model
Interface ServerInfo

All Superinterfaces:
APIDelegate<ESServerImpl>, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
ServerInfoImpl

public interface ServerInfo
extends org.eclipse.emf.ecore.EObject, APIDelegate<ESServerImpl>

A representation of the model object ' Server Info'.

See Also:
ModelPackage.getServerInfo()

Method Summary
 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.
 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 setPort(int value)
          Sets the value of the 'Port' attribute.
 void setUrl(String value)
          Sets the value of the 'Url' 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
 
Methods inherited from interface org.eclipse.emf.emfstore.internal.common.api.APIDelegate
createAPI, toAPI
 

Method Detail

getName

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), ModelPackage.getServerInfo_Name()

setName

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

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

getUrl

String getUrl()
Returns the value of the 'Url' attribute.

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

Returns:
the value of the 'Url' attribute.
See Also:
setUrl(String), ModelPackage.getServerInfo_Url()

setUrl

void setUrl(String value)
Sets the value of the 'Url' attribute.

Parameters:
value - the new value of the 'Url' attribute.
See Also:
getUrl()

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), ModelPackage.getServerInfo_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()

getProjectInfos

org.eclipse.emf.common.util.EList<ProjectInfo> getProjectInfos()
Returns the value of the 'Project Infos' containment reference list. The list contents are of type ProjectInfo.

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

Returns:
the value of the 'Project Infos' containment reference list.
See Also:
ModelPackage.getServerInfo_ProjectInfos()

getLastUsersession

Usersession getLastUsersession()
Returns the value of the 'Last Usersession' reference.

If the meaning of the 'Last Usersession' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Last Usersession' reference.
See Also:
setLastUsersession(Usersession), ModelPackage.getServerInfo_LastUsersession()

setLastUsersession

void setLastUsersession(Usersession value)
Sets the value of the 'Last Usersession' reference.

Parameters:
value - the new value of the 'Last Usersession' reference.
See Also:
getLastUsersession()

getCertificateAlias

String getCertificateAlias()
Returns the value of the 'Certificate Alias' attribute.

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

Returns:
the value of the 'Certificate Alias' attribute.
See Also:
setCertificateAlias(String), ModelPackage.getServerInfo_CertificateAlias()

setCertificateAlias

void setCertificateAlias(String value)
Sets the value of the 'Certificate Alias' attribute.

Parameters:
value - the new value of the 'Certificate Alias' attribute.
See Also:
getCertificateAlias()


Copyright © 2015. All Rights Reserved.