g-Eclipse
Release 1.0.0

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

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

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

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

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

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

Classes in eu.geclipse.jsdl.model.base.impl that implement JobIdentificationType
 class JobIdentificationTypeImpl
          An implementation of the model object 'Job Identification Type'
 

Methods in eu.geclipse.jsdl.model.base.impl that return JobIdentificationType
 JobIdentificationType JsdlFactoryImpl.createJobIdentificationType()
           
 JobIdentificationType DocumentRootImpl.getJobIdentification()
           
 JobIdentificationType JobDescriptionTypeImpl.getJobIdentification()
           
 

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

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

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

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

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


g-Eclipse
Release 1.0.0