g-Eclipse
Release 1.0.0

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

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

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

Methods in eu.geclipse.batch.model.qdl that return RangeType
 RangeType QdlFactory.createRangeType()
          Returns a new object of class 'Range Type'
 

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

Classes in eu.geclipse.batch.model.qdl.impl that implement RangeType
 class RangeTypeImpl
          An implementation of the model object 'Range Type'
 

Methods in eu.geclipse.batch.model.qdl.impl that return RangeType
 RangeType QdlFactoryImpl.createRangeType()
           
 

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

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


g-Eclipse
Release 1.0.0