Uses of Class
org.eclipse.mtj.api.enumerations.ProjectType

Packages that use ProjectType
org.eclipse.mtj.api.enumerations   
org.eclipse.mtj.api.extension   
org.eclipse.mtj.api.project   
org.eclipse.mtj.api.project.impl   
 

Uses of ProjectType in org.eclipse.mtj.api.enumerations
 

Fields in org.eclipse.mtj.api.enumerations declared as ProjectType
static ProjectType ProjectType.PROJECT_TYPE_MIDP_LITERAL
          The 'PROJECT TYPE MIDP' literal object.
static ProjectType ProjectType.PROJECT_TYPE_PERSONAL_PROFILE_LITERAL
          The 'PROJECT TYPE PERSONAL PROFILE' literal object.
 

Methods in org.eclipse.mtj.api.enumerations that return ProjectType
static ProjectType ProjectType.get(int value)
          Returns the 'Project Type' literal with the specified value.
static ProjectType ProjectType.get(java.lang.String name)
          Returns the 'Project Type' literal with the specified name.
 

Uses of ProjectType in org.eclipse.mtj.api.extension
 

Methods in org.eclipse.mtj.api.extension that return ProjectType
 ProjectType ProjectExtensionProvider.getProjectType()
          Return ProjectType that this extension is extending.
 

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

Methods in org.eclipse.mtj.api.project that return ProjectType
 ProjectType Project.getType()
          Returns the value of the 'Type' attribute.
 

Methods in org.eclipse.mtj.api.project with parameters of type ProjectType
 void Project.setType(ProjectType value)
          Sets the value of the 'Type' attribute.
 

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

Methods in org.eclipse.mtj.api.project.impl that return ProjectType
 ProjectType ProjectImpl.getType()
           
 

Methods in org.eclipse.mtj.api.project.impl with parameters of type ProjectType
 void ProjectImpl.setType(ProjectType newType)