g-Eclipse
Release 1.0.0

eu.geclipse.jsdl.model.base.impl
Class JobDefinitionTypeImpl

java.lang.Object
  extended by EObjectImpl
      extended by eu.geclipse.jsdl.model.base.impl.JobDefinitionTypeImpl
All Implemented Interfaces:
JobDefinitionType

public class JobDefinitionTypeImpl
extends EObjectImpl
implements JobDefinitionType

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

The following features are implemented:


Method Summary
 NotificationChain basicSetJobDescription(JobDescriptionType newJobDescription, NotificationChain msgs)
           
 java.lang.Object eGet(int featureID, boolean resolve, boolean coreType)
           
 NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs)
           
 boolean eIsSet(int featureID)
           
 void eSet(int featureID, java.lang.Object newValue)
           
 void eUnset(int featureID)
           
 FeatureMap getAny()
           
 FeatureMap getAnyAttribute()
           
 java.lang.String getId()
           
 JobDescriptionType getJobDescription()
           
 void setId(java.lang.String newId)
           
 void setJobDescription(JobDescriptionType newJobDescription)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getJobDescription

public JobDescriptionType getJobDescription()

Specified by:
getJobDescription in interface JobDefinitionType
Returns:
the value of the 'Job Description' containment reference.
See Also:
JobDefinitionType.setJobDescription(JobDescriptionType), JsdlPackage.getJobDefinitionType_JobDescription()

basicSetJobDescription

public NotificationChain basicSetJobDescription(JobDescriptionType newJobDescription,
                                                NotificationChain msgs)


setJobDescription

public void setJobDescription(JobDescriptionType newJobDescription)

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

getAny

public FeatureMap getAny()

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

getId

public java.lang.String getId()

Specified by:
getId in interface JobDefinitionType
Returns:
the value of the 'Id' attribute.
See Also:
JobDefinitionType.setId(String), JsdlPackage.getJobDefinitionType_Id()

setId

public void setId(java.lang.String newId)

Specified by:
setId in interface JobDefinitionType
Parameters:
newId - the new value of the 'Id' attribute.
See Also:
JobDefinitionType.getId()

getAnyAttribute

public FeatureMap getAnyAttribute()

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

eInverseRemove

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


eGet

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


eSet

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


eUnset

public void eUnset(int featureID)


eIsSet

public boolean eIsSet(int featureID)


toString

public java.lang.String toString()


g-Eclipse
Release 1.0.0