Mobile Tools for Java
Release 1.0

Uses of Class
org.eclipse.mtj.core.project.ProjectType

Packages that use ProjectType
org.eclipse.mtj.core This package provides core constants and models. 
org.eclipse.mtj.core.project This package provides an API for managing MTJ project elements. 
 

Uses of ProjectType in org.eclipse.mtj.core
 

Methods in org.eclipse.mtj.core with parameters of type ProjectType
static IMetaData MTJCore.getMetaData(IProject project, ProjectType projectType)
           
 

Uses of ProjectType in org.eclipse.mtj.core.project
 

Methods in org.eclipse.mtj.core.project that return ProjectType
static ProjectType ProjectType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ProjectType[] ProjectType.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 


Mobile Tools for Java
Release 1.0