g-Eclipse
Release 1.0.0

eu.geclipse.jsdl.model.impl
Class JobDescriptionTypeImpl

java.lang.Object
  extended by EObjectImpl
      extended by eu.geclipse.jsdl.model.impl.JobDescriptionTypeImpl
All Implemented Interfaces:
JobDescriptionType

Deprecated. This class is deprecated. Substitute with the respective class in package eu.geclipse.jsdl.model.base.impl

public class JobDescriptionTypeImpl
extends EObjectImpl
implements JobDescriptionType

An implementation of the model object 'Job Description Type'.

The following features are implemented:


Method Summary
 NotificationChain basicSetApplication(ApplicationType newApplication, NotificationChain msgs)
          Deprecated.  
 NotificationChain basicSetJobIdentification(JobIdentificationType newJobIdentification, NotificationChain msgs)
          Deprecated.  
 NotificationChain basicSetResources(ResourcesType newResources, NotificationChain msgs)
          Deprecated.  
 java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
          Deprecated.  
 NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
          Deprecated.  
 boolean eIsSet(int featureID)
          Deprecated.  
 void eSet(int featureID, java.lang.Object newValue)
          Deprecated.  
 void eUnset(int featureID)
          Deprecated.  
 FeatureMap getAny()
          Deprecated.  
 FeatureMap getAnyAttribute()
          Deprecated.  
 ApplicationType getApplication()
          Deprecated.  
 EList getDataStaging()
          Deprecated.  
 JobIdentificationType getJobIdentification()
          Deprecated.  
 ResourcesType getResources()
          Deprecated.  
 void setApplication(ApplicationType newApplication)
          Deprecated.  
 void setJobIdentification(JobIdentificationType newJobIdentification)
          Deprecated.  
 void setResources(ResourcesType newResources)
          Deprecated.  
 java.lang.String toString()
          Deprecated.  
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getJobIdentification

public JobIdentificationType getJobIdentification()
Deprecated. 

Specified by:
getJobIdentification in interface JobDescriptionType
Returns:
the value of the 'Job Identification' containment reference.
See Also:
JobDescriptionType.setJobIdentification(JobIdentificationType), JsdlPackage.getJobDescriptionType_JobIdentification()

basicSetJobIdentification

public NotificationChain basicSetJobIdentification(JobIdentificationType newJobIdentification,
                                                   NotificationChain msgs)
Deprecated. 


setJobIdentification

public void setJobIdentification(JobIdentificationType newJobIdentification)
Deprecated. 

Specified by:
setJobIdentification in interface JobDescriptionType
Parameters:
newJobIdentification - the new value of the 'Job Identification' containment reference.
See Also:
JobDescriptionType.getJobIdentification()

getApplication

public ApplicationType getApplication()
Deprecated. 

Specified by:
getApplication in interface JobDescriptionType
Returns:
the value of the 'Application' containment reference.
See Also:
JobDescriptionType.setApplication(ApplicationType), JsdlPackage.getJobDescriptionType_Application()

basicSetApplication

public NotificationChain basicSetApplication(ApplicationType newApplication,
                                             NotificationChain msgs)
Deprecated. 


setApplication

public void setApplication(ApplicationType newApplication)
Deprecated. 

Specified by:
setApplication in interface JobDescriptionType
Parameters:
newApplication - the new value of the 'Application' containment reference.
See Also:
JobDescriptionType.getApplication()

getResources

public ResourcesType getResources()
Deprecated. 

Specified by:
getResources in interface JobDescriptionType
Returns:
the value of the 'Resources' containment reference.
See Also:
JobDescriptionType.setResources(ResourcesType), JsdlPackage.getJobDescriptionType_Resources()

basicSetResources

public NotificationChain basicSetResources(ResourcesType newResources,
                                           NotificationChain msgs)
Deprecated. 


setResources

public void setResources(ResourcesType newResources)
Deprecated. 

Specified by:
setResources in interface JobDescriptionType
Parameters:
newResources - the new value of the 'Resources' containment reference.
See Also:
JobDescriptionType.getResources()

getDataStaging

public EList getDataStaging()
Deprecated. 

Specified by:
getDataStaging in interface JobDescriptionType
Returns:
the value of the 'Data Staging' containment reference list.
See Also:
JsdlPackage.getJobDescriptionType_DataStaging()

getAny

public FeatureMap getAny()
Deprecated. 

Specified by:
getAny in interface JobDescriptionType
Returns:
the value of the 'Any' attribute list.
See Also:
JsdlPackage.getJobDescriptionType_Any()

getAnyAttribute

public FeatureMap getAnyAttribute()
Deprecated. 

Specified by:
getAnyAttribute in interface JobDescriptionType
Returns:
the value of the 'Any Attribute' attribute list.
See Also:
JsdlPackage.getJobDescriptionType_AnyAttribute()

eInverseRemove

public NotificationChain eInverseRemove(InternalEObject otherEnd,
                                        int featureID,
                                        NotificationChain msgs)
Deprecated. 


eGet

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


eSet

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


eUnset

public void eUnset(int featureID)
Deprecated. 


eIsSet

public boolean eIsSet(int featureID)
Deprecated. 


toString

public java.lang.String toString()
Deprecated. 


g-Eclipse
Release 1.0.0