Uses of Interface
org.eclipse.mtj.api.project.PreprocessingDetail

Packages that use PreprocessingDetail
org.eclipse.mtj.api.project   
org.eclipse.mtj.api.project.impl   
org.eclipse.mtj.api.project.util   
 

Uses of PreprocessingDetail in org.eclipse.mtj.api.project
 

Methods in org.eclipse.mtj.api.project that return PreprocessingDetail
 PreprocessingDetail ProjectFactory.createPreprocessingDetail()
          Returns a new object of class 'Preprocessing Detail'.
 

Uses of PreprocessingDetail in org.eclipse.mtj.api.project.impl
 

Classes in org.eclipse.mtj.api.project.impl that implement PreprocessingDetail
 class PreprocessingDetailImpl
          An implementation of the model object 'Preprocessing Detail'.
 

Methods in org.eclipse.mtj.api.project.impl that return PreprocessingDetail
 PreprocessingDetail ProjectFactoryImpl.createPreprocessingDetail()
           
 

Uses of PreprocessingDetail in org.eclipse.mtj.api.project.util
 

Methods in org.eclipse.mtj.api.project.util with parameters of type PreprocessingDetail
 java.lang.Object ProjectSwitch.casePreprocessingDetail(PreprocessingDetail object)
          Returns the result of interpretting the object as an instance of 'Preprocessing Detail'.