g-Eclipse
Release 1.0.0

Uses of Interface
eu.geclipse.jsdl.model.base.JobDefinitionType

Packages that use JobDefinitionType
eu.geclipse.jsdl.model.base   
eu.geclipse.jsdl.model.base.impl   
eu.geclipse.jsdl.model.base.util   
eu.geclipse.jsdl.model.base.validation   
eu.geclipse.jsdl.ui.adapters.jsdl   
 

Uses of JobDefinitionType in eu.geclipse.jsdl.model.base
 

Methods in eu.geclipse.jsdl.model.base that return JobDefinitionType
 JobDefinitionType JsdlFactory.createJobDefinitionType()
          Returns a new object of class 'Job Definition Type'
 JobDefinitionType DocumentRoot.getJobDefinition()
          Returns the value of the 'Job Definition' containment reference
 

Methods in eu.geclipse.jsdl.model.base with parameters of type JobDefinitionType
 void DocumentRoot.setJobDefinition(JobDefinitionType value)
          Sets the value of the 'Job Definition' containment reference
 

Uses of JobDefinitionType in eu.geclipse.jsdl.model.base.impl
 

Classes in eu.geclipse.jsdl.model.base.impl that implement JobDefinitionType
 class JobDefinitionTypeImpl
          An implementation of the model object 'Job Definition Type'
 

Methods in eu.geclipse.jsdl.model.base.impl that return JobDefinitionType
 JobDefinitionType JsdlFactoryImpl.createJobDefinitionType()
           
 JobDefinitionType DocumentRootImpl.getJobDefinition()
           
 

Methods in eu.geclipse.jsdl.model.base.impl with parameters of type JobDefinitionType
 NotificationChain DocumentRootImpl.basicSetJobDefinition(JobDefinitionType newJobDefinition, NotificationChain msgs)
           
 void DocumentRootImpl.setJobDefinition(JobDefinitionType newJobDefinition)
           
 

Uses of JobDefinitionType in eu.geclipse.jsdl.model.base.util
 

Methods in eu.geclipse.jsdl.model.base.util with parameters of type JobDefinitionType
 java.lang.Object JsdlSwitch.caseJobDefinitionType(JobDefinitionType object)
          Returns the result of interpreting the object as an instance of 'Job Definition Type'
 

Uses of JobDefinitionType in eu.geclipse.jsdl.model.base.validation
 

Methods in eu.geclipse.jsdl.model.base.validation with parameters of type JobDefinitionType
 boolean DocumentRootValidator.validateJobDefinition(JobDefinitionType value)
           
 

Uses of JobDefinitionType in eu.geclipse.jsdl.ui.adapters.jsdl
 

Methods in eu.geclipse.jsdl.ui.adapters.jsdl with parameters of type JobDefinitionType
 void ResourcesTypeAdapter.setContent(JobDefinitionType jobDefinitionRoot)
          Allows to set the adapter's content on demand and not through the constructor.
 void ApplicationTypeAdapter.setContent(JobDefinitionType jobDefinitionRoot)
          Deprecated. Allows to set the adapter's content on demand and not through the constructor.
 void ParametricJobAdapter.setContent(JobDefinitionType jobDefinitionRoot)
          Allows to set the adapter's content on demand and not through the constructor.
 void DataStageTypeAdapter.setContent(JobDefinitionType jobDefinitionRoot)
          Allows to set the adapter's content on demand and not through the constructor.
 void JobDefinitionTypeAdapter.setContent(JobDefinitionType documentRoot)
          Allows to set the adapter's content on demand and not through the adapter constructor.
 

Constructors in eu.geclipse.jsdl.ui.adapters.jsdl with parameters of type JobDefinitionType
ApplicationTypeAdapter(JobDefinitionType jobDefinitionRoot)
          Deprecated. Constructs a new ApplicationTypeAdapter
DataStageTypeAdapter(JobDefinitionType jobDefinitionRoot)
          Constructs a new DataStageTypeAdapter
JobDefinitionTypeAdapter(JobDefinitionType jobDefinitionRoot)
          Constructs a new JobDefinitionTypeAdapter
ParametricJobAdapter(JobDefinitionType jobDefinitionRoot, JSDLJobDescription jobDescr)
          Constructs a new DataStageTypeAdapter
ResourcesTypeAdapter(JobDefinitionType jobDefinitionRoot)
          Constructs a new ResourcesTypeAdapter
 


g-Eclipse
Release 1.0.0