g-Eclipse
Release 1.0.0

eu.geclipse.jsdl.model
Interface JobDescriptionType

All Known Implementing Classes:
JobDescriptionTypeImpl

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

public interface JobDescriptionType

A representation of the model object 'Job Description Type'.

The following features are supported:

See Also:
JsdlPackage.getJobDescriptionType()

Method Summary
 FeatureMap getAny()
          Deprecated. Returns the value of the 'Any' attribute list.
 FeatureMap getAnyAttribute()
          Deprecated. Returns the value of the 'Any Attribute' attribute list.
 ApplicationType getApplication()
          Deprecated. Returns the value of the 'Application' containment reference
 EList getDataStaging()
          Deprecated. Returns the value of the 'Data Staging' containment reference list.
 JobIdentificationType getJobIdentification()
          Deprecated. Returns the value of the 'Job Identification' containment reference
 ResourcesType getResources()
          Deprecated. Returns the value of the 'Resources' containment reference
 void setApplication(ApplicationType value)
          Deprecated. Sets the value of the 'Application' containment reference
 void setJobIdentification(JobIdentificationType value)
          Deprecated. Sets the value of the 'Job Identification' containment reference
 void setResources(ResourcesType value)
          Deprecated. Sets the value of the 'Resources' containment reference
 

Method Detail

getJobIdentification

JobIdentificationType getJobIdentification()
Deprecated. 
Returns the value of the 'Job Identification' containment reference.

If the meaning of the 'Job Identification' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Job Identification' containment reference.
See Also:
setJobIdentification(JobIdentificationType), JsdlPackage.getJobDescriptionType_JobIdentification()

setJobIdentification

void setJobIdentification(JobIdentificationType value)
Deprecated. 
Sets the value of the 'Job Identification' containment reference.

Parameters:
value - the new value of the 'Job Identification' containment reference.
See Also:
getJobIdentification()

getApplication

ApplicationType getApplication()
Deprecated. 
Returns the value of the 'Application' containment reference.

If the meaning of the 'Application' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Application' containment reference.
See Also:
setApplication(ApplicationType), JsdlPackage.getJobDescriptionType_Application()

setApplication

void setApplication(ApplicationType value)
Deprecated. 
Sets the value of the 'Application' containment reference.

Parameters:
value - the new value of the 'Application' containment reference.
See Also:
getApplication()

getResources

ResourcesType getResources()
Deprecated. 
Returns the value of the 'Resources' containment reference.

If the meaning of the 'Resources' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Resources' containment reference.
See Also:
setResources(ResourcesType), JsdlPackage.getJobDescriptionType_Resources()

setResources

void setResources(ResourcesType value)
Deprecated. 
Sets the value of the 'Resources' containment reference.

Parameters:
value - the new value of the 'Resources' containment reference.
See Also:
getResources()

getDataStaging

EList getDataStaging()
Deprecated. 
Returns the value of the 'Data Staging' containment reference list. The list contents are of type DataStagingType.

If the meaning of the 'Data Staging' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Data Staging' containment reference list.
See Also:
JsdlPackage.getJobDescriptionType_DataStaging()

getAny

FeatureMap getAny()
Deprecated. 
Returns the value of the 'Any' attribute list. The list contents are of type org.eclipse.emf.ecore.util.FeatureMap.Entry.

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

Returns:
the value of the 'Any' attribute list.
See Also:
JsdlPackage.getJobDescriptionType_Any()

getAnyAttribute

FeatureMap getAnyAttribute()
Deprecated. 
Returns the value of the 'Any Attribute' attribute list. The list contents are of type org.eclipse.emf.ecore.util.FeatureMap.Entry.

If the meaning of the 'Any Attribute' attribute list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Any Attribute' attribute list.
See Also:
JsdlPackage.getJobDescriptionType_AnyAttribute()

g-Eclipse
Release 1.0.0