g-Eclipse
Release 1.0.0

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

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

Uses of JobIdentificationType in eu.geclipse.jsdl.model
 

Methods in eu.geclipse.jsdl.model that return JobIdentificationType
 JobIdentificationType JsdlFactory.createJobIdentificationType()
          Deprecated. Returns a new object of class 'Job Identification Type'
 JobIdentificationType DocumentRoot.getJobIdentification()
          Deprecated. Returns the value of the 'Job Identification' containment reference
 JobIdentificationType JobDescriptionType.getJobIdentification()
          Deprecated. Returns the value of the 'Job Identification' containment reference
 

Methods in eu.geclipse.jsdl.model with parameters of type JobIdentificationType
 void DocumentRoot.setJobIdentification(JobIdentificationType value)
          Deprecated. Sets the value of the 'Job Identification' containment reference
 void JobDescriptionType.setJobIdentification(JobIdentificationType value)
          Deprecated. Sets the value of the 'Job Identification' containment reference
 

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

Classes in eu.geclipse.jsdl.model.impl that implement JobIdentificationType
 class JobIdentificationTypeImpl
          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 JobIdentificationType
 JobIdentificationType JsdlFactoryImpl.createJobIdentificationType()
          Deprecated.  
 JobIdentificationType DocumentRootImpl.getJobIdentification()
          Deprecated.  
 JobIdentificationType JobDescriptionTypeImpl.getJobIdentification()
          Deprecated.  
 

Methods in eu.geclipse.jsdl.model.impl with parameters of type JobIdentificationType
 NotificationChain DocumentRootImpl.basicSetJobIdentification(JobIdentificationType newJobIdentification, NotificationChain msgs)
          Deprecated.  
 NotificationChain JobDescriptionTypeImpl.basicSetJobIdentification(JobIdentificationType newJobIdentification, NotificationChain msgs)
          Deprecated.  
 void DocumentRootImpl.setJobIdentification(JobIdentificationType newJobIdentification)
          Deprecated.  
 void JobDescriptionTypeImpl.setJobIdentification(JobIdentificationType newJobIdentification)
          Deprecated.  
 

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

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

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

Methods in eu.geclipse.jsdl.model.validation with parameters of type JobIdentificationType
 boolean DocumentRootValidator.validateJobIdentification(JobIdentificationType value)
          Deprecated.  
 boolean JobDescriptionTypeValidator.validateJobIdentification(JobIdentificationType value)
          Deprecated.  
 


g-Eclipse
Release 1.0.0