g-Eclipse
Release 1.0.0

eu.geclipse.jsdl.model
Interface JobIdentificationType

All Known Implementing Classes:
JobIdentificationTypeImpl

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

public interface JobIdentificationType

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

The following features are supported:

See Also:
JsdlPackage.getJobIdentificationType()

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 getDescription()
          Deprecated. Returns the value of the 'Description' attribute
 EList getJobAnnotation()
          Deprecated. Returns the value of the 'Job Annotation' attribute list.
 java.lang.String getJobName()
          Deprecated. Returns the value of the 'Job Name' attribute
 EList getJobProject()
          Deprecated. Returns the value of the 'Job Project' attribute list.
 void setDescription(java.lang.String value)
          Deprecated. Sets the value of the 'Description' attribute
 void setJobName(java.lang.String value)
          Deprecated. Sets the value of the 'Job Name' attribute
 

Method Detail

getJobName

java.lang.String getJobName()
Deprecated. 
Returns the value of the 'Job Name' attribute.

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

Returns:
the value of the 'Job Name' attribute.
See Also:
setJobName(String), JsdlPackage.getJobIdentificationType_JobName()

setJobName

void setJobName(java.lang.String value)
Deprecated. 
Sets the value of the 'Job Name' attribute.

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

getDescription

java.lang.String getDescription()
Deprecated. 
Returns the value of the 'Description' attribute.

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

Returns:
the value of the 'Description' attribute.
See Also:
setDescription(String), JsdlPackage.getJobIdentificationType_Description()

setDescription

void setDescription(java.lang.String value)
Deprecated. 
Sets the value of the 'Description' attribute.

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

getJobAnnotation

EList getJobAnnotation()
Deprecated. 
Returns the value of the 'Job Annotation' attribute list. The list contents are of type String.

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

Returns:
the value of the 'Job Annotation' attribute list.
See Also:
JsdlPackage.getJobIdentificationType_JobAnnotation()

getJobProject

EList getJobProject()
Deprecated. 
Returns the value of the 'Job Project' attribute list. The list contents are of type String.

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

Returns:
the value of the 'Job Project' attribute list.
See Also:
JsdlPackage.getJobIdentificationType_JobProject()

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.getJobIdentificationType_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.getJobIdentificationType_AnyAttribute()

g-Eclipse
Release 1.0.0