|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CenoServer
A representation of the model object 'Ceno Server'.
The following features are supported:
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 |
---|
java.lang.String getIdentifier()
If the meaning of the 'Identifier' attribute isn't clear, there really should be more of a description here...
setIdentifier(String)
,
org.ceno.model.ModelPackage#getCenoServer_Identifier()
void setIdentifier(java.lang.String value)
Identifier
' attribute.
value
- the new value of the 'Identifier' attribute.getIdentifier()
java.lang.String getHost()
If the meaning of the 'Host' attribute isn't clear, there really should be more of a description here...
setHost(String)
,
org.ceno.model.ModelPackage#getCenoServer_Host()
void setHost(java.lang.String value)
Host
' attribute.
value
- the new value of the 'Host' attribute.getHost()
java.lang.String getPort()
If the meaning of the 'Port' attribute isn't clear, there really should be more of a description here...
setPort(String)
,
org.ceno.model.ModelPackage#getCenoServer_Port()
void setPort(java.lang.String value)
Port
' attribute.
value
- the new value of the 'Port' attribute.getPort()
java.lang.String getProtocol()
If the meaning of the 'Protocol' attribute isn't clear, there really should be more of a description here...
setProtocol(String)
,
org.ceno.model.ModelPackage#getCenoServer_Protocol()
void setProtocol(java.lang.String value)
Protocol
' attribute.
value
- the new value of the 'Protocol' attribute.getProtocol()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |