g-Eclipse
Release 1.0.0

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

Packages that use RangeType
eu.geclipse.jsdl.model.base   
eu.geclipse.jsdl.model.base.impl   
eu.geclipse.jsdl.model.base.util   
 

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

Methods in eu.geclipse.jsdl.model.base that return RangeType
 RangeType JsdlFactory.createRangeType()
          Returns a new object of class 'Range Type'
 

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

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

Methods in eu.geclipse.jsdl.model.base.impl that return RangeType
 RangeType JsdlFactoryImpl.createRangeType()
           
 

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

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


g-Eclipse
Release 1.0.0