g-Eclipse
Release 1.0.0

Uses of Interface
eu.geclipse.jsdl.model.functions.ExceptionType

Packages that use ExceptionType
eu.geclipse.jsdl.model.functions   
eu.geclipse.jsdl.model.functions.impl   
eu.geclipse.jsdl.model.functions.util   
eu.geclipse.jsdl.ui.adapters.jsdl   
 

Uses of ExceptionType in eu.geclipse.jsdl.model.functions
 

Methods in eu.geclipse.jsdl.model.functions that return ExceptionType
 ExceptionType FunctionsFactory.createExceptionType()
          Returns a new object of class 'Exception Type'
 

Uses of ExceptionType in eu.geclipse.jsdl.model.functions.impl
 

Classes in eu.geclipse.jsdl.model.functions.impl that implement ExceptionType
 class ExceptionTypeImpl
          An implementation of the model object 'Exception Type'
 

Methods in eu.geclipse.jsdl.model.functions.impl that return ExceptionType
 ExceptionType FunctionsFactoryImpl.createExceptionType()
           
 

Uses of ExceptionType in eu.geclipse.jsdl.model.functions.util
 

Methods in eu.geclipse.jsdl.model.functions.util with parameters of type ExceptionType
 java.lang.Object FunctionsSwitch.caseExceptionType(ExceptionType object)
          Returns the result of interpreting the object as an instance of 'Exception Type'
 

Uses of ExceptionType in eu.geclipse.jsdl.ui.adapters.jsdl
 

Methods in eu.geclipse.jsdl.ui.adapters.jsdl that return types with arguments of type ExceptionType
static java.util.List<ExceptionType> ParametricJobAdapter.parseLOOPStringForExceptions(java.lang.String loopString)
           
 


g-Eclipse
Release 1.0.0