g-Eclipse
Release 1.0.0

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

Packages that use ExactType
eu.geclipse.batch.model.qdl   
eu.geclipse.batch.model.qdl.impl   
eu.geclipse.batch.model.qdl.util   
 

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

Methods in eu.geclipse.batch.model.qdl that return ExactType
 ExactType QdlFactory.createExactType()
          Returns a new object of class 'Exact Type'
 

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

Classes in eu.geclipse.batch.model.qdl.impl that implement ExactType
 class ExactTypeImpl
          An implementation of the model object 'Exact Type'
 

Methods in eu.geclipse.batch.model.qdl.impl that return ExactType
 ExactType QdlFactoryImpl.createExactType()
           
 

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

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


g-Eclipse
Release 1.0.0