g-Eclipse
Release 1.0.0

Uses of Interface
eu.geclipse.batch.model.qdl.QueueType

Packages that use QueueType
eu.geclipse.batch.model.qdl   
eu.geclipse.batch.model.qdl.impl   
eu.geclipse.batch.model.qdl.util   
eu.geclipse.batch.model.qdl.validation   
 

Uses of QueueType in eu.geclipse.batch.model.qdl
 

Methods in eu.geclipse.batch.model.qdl that return QueueType
 QueueType QdlFactory.createQueueType()
          Returns a new object of class 'Queue Type'
 QueueType DocumentRoot.getQueue()
          Returns the value of the 'Queue' containment reference
 

Methods in eu.geclipse.batch.model.qdl with parameters of type QueueType
 void DocumentRoot.setQueue(QueueType value)
          Sets the value of the 'Queue' containment reference
 

Uses of QueueType in eu.geclipse.batch.model.qdl.impl
 

Classes in eu.geclipse.batch.model.qdl.impl that implement QueueType
 class QueueTypeImpl
          An implementation of the model object 'Queue Type'
 

Methods in eu.geclipse.batch.model.qdl.impl that return QueueType
 QueueType QdlFactoryImpl.createQueueType()
           
 QueueType DocumentRootImpl.getQueue()
           
 

Methods in eu.geclipse.batch.model.qdl.impl with parameters of type QueueType
 NotificationChain DocumentRootImpl.basicSetQueue(QueueType newQueue, NotificationChain msgs)
           
 void DocumentRootImpl.setQueue(QueueType newQueue)
           
 

Uses of QueueType in eu.geclipse.batch.model.qdl.util
 

Methods in eu.geclipse.batch.model.qdl.util with parameters of type QueueType
 T QdlSwitch.caseQueueType(QueueType object)
          Returns the result of interpreting the object as an instance of 'Queue Type'
 

Uses of QueueType in eu.geclipse.batch.model.qdl.validation
 

Methods in eu.geclipse.batch.model.qdl.validation with parameters of type QueueType
 boolean DocumentRootValidator.validateQueue(QueueType value)
           
 


g-Eclipse
Release 1.0.0