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

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

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

Methods in org.eclipse.mtj.api.project that return Parameter
 Parameter ProjectFactory.createParameter()
          Returns a new object of class 'Parameter'.
 

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

Classes in org.eclipse.mtj.api.project.impl that implement Parameter
 class ParameterImpl
          An implementation of the model object 'Parameter'.
 

Methods in org.eclipse.mtj.api.project.impl that return Parameter
 Parameter ProjectFactoryImpl.createParameter()
           
 

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

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