g-Eclipse
Release 1.0.0

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

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

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

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

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

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

Methods in eu.geclipse.batch.model.qdl.impl that return IntegerRangeType
 IntegerRangeType QdlFactoryImpl.createIntegerRangeType()
           
 

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

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


g-Eclipse
Release 1.0.0