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 StringgetMode()Returns the value of the 'Mode' attribute.StringgetProtocol()Returns the value of the 'Protocol' attribute.StringgetPublished()Returns the value of the 'Published' attribute.StringgetTarget()Returns the value of the 'Target' attribute.voidsetMode(String value)Sets the value of the 'Mode' attribute.voidsetProtocol(String value)Sets the value of the 'Protocol' attribute.voidsetPublished(String value)Sets the value of the 'Published' attribute.voidsetTarget(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.
 
 
 - 
 
 -