g-Eclipse
Release 1.0.0

eu.geclipse.workflow.model
Interface IWorkflowJob

All Superinterfaces:
IWorkflowElement, IWorkflowNode
All Known Implementing Classes:
WorkflowJobImpl

public interface IWorkflowJob
extends IWorkflowNode

A representation of the model object 'IWorkflow Job'.

The following features are supported:

See Also:
IWorkflowPackage.getIWorkflowJob()

Method Summary
 java.lang.String getJobDescription()
          Returns the value of the 'Job Description' attribute
 java.lang.String getJobDescriptionFileName()
          Returns the value of the 'Job Description File Name' attribute
 void setJobDescription(java.lang.String value)
          Sets the value of the 'Job Description' attribute
 void setJobDescriptionFileName(java.lang.String value)
          Sets the value of the 'Job Description File Name' attribute
 
Methods inherited from interface eu.geclipse.workflow.model.IWorkflowNode
getInputs, getOutputs, getWorkflow, isIsFinish, isIsStart, setIsFinish, setIsStart, setWorkflow
 
Methods inherited from interface eu.geclipse.workflow.model.IWorkflowElement
getId, getName, setId, setName
 

Method Detail

getJobDescription

java.lang.String getJobDescription()
Returns the value of the 'Job Description' attribute.

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

Returns:
the value of the 'Job Description' attribute.
See Also:
setJobDescription(String), IWorkflowPackage.getIWorkflowJob_JobDescription()

setJobDescription

void setJobDescription(java.lang.String value)
Sets the value of the 'Job Description' attribute.

Parameters:
value - the new value of the 'Job Description' attribute.
See Also:
getJobDescription()

getJobDescriptionFileName

java.lang.String getJobDescriptionFileName()
Returns the value of the 'Job Description File Name' attribute.

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

Returns:
the value of the 'Job Description File Name' attribute.
See Also:
setJobDescriptionFileName(String), IWorkflowPackage.getIWorkflowJob_JobDescriptionFileName()

setJobDescriptionFileName

void setJobDescriptionFileName(java.lang.String value)
Sets the value of the 'Job Description File Name' attribute.

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

g-Eclipse
Release 1.0.0