g-Eclipse
Release 1.0.0

eu.geclipse.workflow.impl
Class WorkflowJobImpl

java.lang.Object
  extended by EObjectImpl
      extended by eu.geclipse.workflow.impl.WorkflowElementImpl
          extended by eu.geclipse.workflow.impl.WorkflowNodeImpl
              extended by eu.geclipse.workflow.impl.WorkflowJobImpl
All Implemented Interfaces:
IWorkflowElement, IWorkflowJob, IWorkflowNode

public class WorkflowJobImpl
extends WorkflowNodeImpl
implements IWorkflowJob

An implementation of the model object 'IWorkflow Job'.

The following features are implemented:


Method Summary
 java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
           
 boolean eIsSet(int featureID)
           
 void eSet(int featureID, java.lang.Object newValue)
           
 void eUnset(int featureID)
           
 java.lang.String getJobDescription()
           
 java.lang.String getJobDescriptionFileName()
           
 void setJobDescription(java.lang.String newJobDescription)
           
 void setJobDescriptionFileName(java.lang.String newJobDescriptionFileName)
           
 java.lang.String toString()
           
 
Methods inherited from class eu.geclipse.workflow.impl.WorkflowNodeImpl
basicSetWorkflow, eBasicRemoveFromContainerFeature, eInverseAdd, eInverseRemove, getInputs, getOutputs, getWorkflow, isIsFinish, isIsStart, setIsFinish, setIsStart, setWorkflow
 
Methods inherited from class eu.geclipse.workflow.impl.WorkflowElementImpl
generateId, getId, getName, setId, setName
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
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

public java.lang.String getJobDescription()

Specified by:
getJobDescription in interface IWorkflowJob
Returns:
the value of the 'Job Description' attribute.
See Also:
IWorkflowJob.setJobDescription(String), IWorkflowPackage.getIWorkflowJob_JobDescription()

setJobDescription

public void setJobDescription(java.lang.String newJobDescription)

Specified by:
setJobDescription in interface IWorkflowJob
Parameters:
newJobDescription - the new value of the 'Job Description' attribute.
See Also:
IWorkflowJob.getJobDescription()

getJobDescriptionFileName

public java.lang.String getJobDescriptionFileName()

Specified by:
getJobDescriptionFileName in interface IWorkflowJob
Returns:
the value of the 'Job Description File Name' attribute.
See Also:
IWorkflowJob.setJobDescriptionFileName(String), IWorkflowPackage.getIWorkflowJob_JobDescriptionFileName()

setJobDescriptionFileName

public void setJobDescriptionFileName(java.lang.String newJobDescriptionFileName)

Specified by:
setJobDescriptionFileName in interface IWorkflowJob
Parameters:
newJobDescriptionFileName - the new value of the 'Job Description File Name' attribute.
See Also:
IWorkflowJob.getJobDescriptionFileName()

eGet

public java.lang.Object eGet(int featureID,
                             boolean resolve,
                             boolean coreType)

Overrides:
eGet in class WorkflowNodeImpl

eSet

public void eSet(int featureID,
                 java.lang.Object newValue)

Overrides:
eSet in class WorkflowNodeImpl

eUnset

public void eUnset(int featureID)

Overrides:
eUnset in class WorkflowNodeImpl

eIsSet

public boolean eIsSet(int featureID)

Overrides:
eIsSet in class WorkflowNodeImpl

toString

public java.lang.String toString()

Overrides:
toString in class WorkflowNodeImpl

g-Eclipse
Release 1.0.0