g-Eclipse
Release 1.0.0

eu.geclipse.workflow.model
Interface IPort

All Superinterfaces:
IWorkflowElement
All Known Subinterfaces:
IInputPort, IOutputPort
All Known Implementing Classes:
InputPortImpl, OutputPortImpl, PortImpl

public interface IPort
extends IWorkflowElement

A representation of the model object 'IPort'.

The following features are supported:

See Also:
eu.geclipse.workflow.WorkflowPackage#getIPort()

Method Summary
 java.lang.String getFileName()
          Returns the value of the 'File Name' attribute
 void setFileName(java.lang.String value)
          Sets the value of the 'File Name' attribute
 
Methods inherited from interface eu.geclipse.workflow.model.IWorkflowElement
getId, getName, setId, setName
 

Method Detail

getFileName

java.lang.String getFileName()
Returns the value of the 'File Name' attribute.

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

Returns:
the value of the 'File Name' attribute.
See Also:
setFileName(String), eu.geclipse.workflow.WorkflowPackage#getIPort_FileName()

setFileName

void setFileName(java.lang.String value)
Sets the value of the 'File Name' attribute.

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

g-Eclipse
Release 1.0.0