g-Eclipse
Release 1.0.0

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

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

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

Methods in eu.geclipse.jsdl.model.base that return ExactType
 ExactType JsdlFactory.createExactType()
          Returns a new object of class 'Exact Type'
 

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

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

Methods in eu.geclipse.jsdl.model.base.impl that return ExactType
 ExactType JsdlFactoryImpl.createExactType()
           
 

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

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


g-Eclipse
Release 1.0.0