g-Eclipse
Release 1.0.0

eu.geclipse.jsdl.model
Interface JobDefinitionType

All Known Implementing Classes:
JobDefinitionTypeImpl

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

public interface JobDefinitionType

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

The following features are supported:

See Also:
JsdlPackage.getJobDefinitionType()

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.
 java.lang.String getId()
          Deprecated. Returns the value of the 'Id' attribute
 JobDescriptionType getJobDescription()
          Deprecated. Returns the value of the 'Job Description' containment reference
 void setId(java.lang.String value)
          Deprecated. Sets the value of the 'Id' attribute
 void setJobDescription(JobDescriptionType value)
          Deprecated. Sets the value of the 'Job Description' containment reference
 

Method Detail

getJobDescription

JobDescriptionType getJobDescription()
Deprecated. 
Returns the value of the 'Job Description' containment reference.

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

Returns:
the value of the 'Job Description' containment reference.
See Also:
setJobDescription(JobDescriptionType), JsdlPackage.getJobDefinitionType_JobDescription()

setJobDescription

void setJobDescription(JobDescriptionType value)
Deprecated. 
Sets the value of the 'Job Description' containment reference.

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

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.getJobDefinitionType_Any()

getId

java.lang.String getId()
Deprecated. 
Returns the value of the 'Id' attribute.

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

Returns:
the value of the 'Id' attribute.
See Also:
setId(String), JsdlPackage.getJobDefinitionType_Id()

setId

void setId(java.lang.String value)
Deprecated. 
Sets the value of the 'Id' attribute.

Parameters:
value - the new value of the 'Id' attribute.
See Also:
getId()

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.getJobDefinitionType_AnyAttribute()

g-Eclipse
Release 1.0.0