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.createMetaData(IProject project, ProjectType projectType)
          Construct a new metadata object for the given type of project.
static IAPI MTJCore.createNewAPI(ProjectType projectType)
          Create a new IAPI instance.
static ILibrary MTJCore.createNewLibrary(ProjectType projectType)
          Create a new ILibrary instance.
 

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

Methods in org.eclipse.mtj.core.project that return ProjectType
static ProjectType ProjectType.fromProject(IProject project)
          Return the project type of the given project.
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 are declared.
 


Mobile Tools for Java
Release 1.0