org.ceno.model
Interface CenoServer

All Superinterfaces:
org.eclipse.emf.ecore.EObject, EObjectSerializable, org.eclipse.emf.common.notify.Notifier, java.io.Serializable

public interface CenoServer
extends EObjectSerializable

A representation of the model object 'Ceno Server'.

The following features are supported:

See Also:
org.ceno.model.ModelPackage#getCenoServer()

Method Summary
 java.lang.String getHost()
          Returns the value of the 'Host' attribute
 java.lang.String getIdentifier()
          Returns the value of the 'Identifier' attribute
 java.lang.String getPort()
          Returns the value of the 'Port' attribute
 java.lang.String getProtocol()
          Returns the value of the 'Protocol' attribute
 void setHost(java.lang.String value)
          Sets the value of the 'Host' attribute
 void setIdentifier(java.lang.String value)
          Sets the value of the 'Identifier' attribute
 void setPort(java.lang.String value)
          Sets the value of the 'Port' attribute
 void setProtocol(java.lang.String value)
          Sets the value of the 'Protocol' 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

getIdentifier

java.lang.String getIdentifier()
Returns the value of the 'Identifier' attribute.

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

Returns:
the value of the 'Identifier' attribute.
See Also:
setIdentifier(String), org.ceno.model.ModelPackage#getCenoServer_Identifier()

setIdentifier

void setIdentifier(java.lang.String value)
Sets the value of the 'Identifier' attribute.

Parameters:
value - the new value of the 'Identifier' attribute.
See Also:
getIdentifier()

getHost

java.lang.String getHost()
Returns the value of the 'Host' attribute.

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

Returns:
the value of the 'Host' attribute.
See Also:
setHost(String), org.ceno.model.ModelPackage#getCenoServer_Host()

setHost

void setHost(java.lang.String value)
Sets the value of the 'Host' attribute.

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

getPort

java.lang.String 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(String), org.ceno.model.ModelPackage#getCenoServer_Port()

setPort

void setPort(java.lang.String value)
Sets the value of the 'Port' attribute.

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

getProtocol

java.lang.String getProtocol()
Returns the value of the 'Protocol' attribute.

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

Returns:
the value of the 'Protocol' attribute.
See Also:
setProtocol(String), org.ceno.model.ModelPackage#getCenoServer_Protocol()

setProtocol

void setProtocol(java.lang.String value)
Sets the value of the 'Protocol' attribute.

Parameters:
value - the new value of the 'Protocol' attribute.
See Also:
getProtocol()