g-Eclipse
Release 1.0.0

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

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

Uses of JobDefinitionType in eu.geclipse.jsdl.model
 

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

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

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

Classes in eu.geclipse.jsdl.model.impl that implement JobDefinitionType
 class JobDefinitionTypeImpl
          Deprecated. This class is deprecated. Substitute with the respective class in package eu.geclipse.jsdl.model.base.impl
 

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

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

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

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

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

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


g-Eclipse
Release 1.0.0