Interface PortLongSyntax
-
- All Known Implementing Classes:
PortLongSyntaxImpl
public interface PortLongSyntax extends Ports
A representation of the model object 'Port Long Syntax'.The following features are supported:
- See Also:
ComposeFilePackage.getPortLongSyntax()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getMode()
Returns the value of the 'Mode' attribute.String
getProtocol()
Returns the value of the 'Protocol' attribute.String
getPublished()
Returns the value of the 'Published' attribute.String
getTarget()
Returns the value of the 'Target' attribute.void
setMode(String value)
Sets the value of the 'Mode
' attribute.void
setProtocol(String value)
Sets the value of the 'Protocol
' attribute.void
setPublished(String value)
Sets the value of the 'Published
' attribute.void
setTarget(String value)
Sets the value of the 'Target
' 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
-
-
-
-
Method Detail
-
getTarget
String getTarget()
Returns the value of the 'Target' attribute.- Returns:
- the value of the 'Target' attribute.
- See Also:
setTarget(String)
,ComposeFilePackage.getPortLongSyntax_Target()
- Generated class or method.
- EMF model class or method.
-
setTarget
void setTarget(String value)
Sets the value of the 'Target
' attribute.- Parameters:
value
- the new value of the 'Target' attribute.- See Also:
getTarget()
- Generated class or method.
-
getPublished
String getPublished()
Returns the value of the 'Published' attribute.- Returns:
- the value of the 'Published' attribute.
- See Also:
setPublished(String)
,ComposeFilePackage.getPortLongSyntax_Published()
- Generated class or method.
- EMF model class or method.
-
setPublished
void setPublished(String value)
Sets the value of the 'Published
' attribute.- Parameters:
value
- the new value of the 'Published' attribute.- See Also:
getPublished()
- Generated class or method.
-
getProtocol
String getProtocol()
Returns the value of the 'Protocol' attribute.- Returns:
- the value of the 'Protocol' attribute.
- See Also:
setProtocol(String)
,ComposeFilePackage.getPortLongSyntax_Protocol()
- Generated class or method.
- EMF model class or method.
-
setProtocol
void setProtocol(String value)
Sets the value of the 'Protocol
' attribute.- Parameters:
value
- the new value of the 'Protocol' attribute.- See Also:
getProtocol()
- Generated class or method.
-
getMode
String getMode()
Returns the value of the 'Mode' attribute.- Returns:
- the value of the 'Mode' attribute.
- See Also:
setMode(String)
,ComposeFilePackage.getPortLongSyntax_Mode()
- Generated class or method.
- EMF model class or method.
-
-