org.eclipse.emf.common.ui.wizard
Class AbstractExampleInstallerWizard.ProjectDescriptor

java.lang.Object
  extended byorg.eclipse.emf.common.ui.wizard.AbstractExampleInstallerWizard.ProjectDescriptor
Enclosing class:
AbstractExampleInstallerWizard

public static class AbstractExampleInstallerWizard.ProjectDescriptor
extends Object


Field Summary
protected  URI contentURI
           
protected  String description
           
protected  String name
           
protected  IProject project
           
 
Constructor Summary
AbstractExampleInstallerWizard.ProjectDescriptor()
           
 
Method Summary
 URI getContentURI()
           
 String getDescription()
           
 String getName()
           
 IProject getProject()
           
 void setContentURI(URI contentURI)
           
 void setDescription(String description)
           
 void setName(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

protected String name

contentURI

protected URI contentURI

description

protected String description

project

protected IProject project
Constructor Detail

AbstractExampleInstallerWizard.ProjectDescriptor

public AbstractExampleInstallerWizard.ProjectDescriptor()
Method Detail

getContentURI

public URI getContentURI()

setContentURI

public void setContentURI(URI contentURI)

getName

public String getName()

setName

public void setName(String name)

getDescription

public String getDescription()

setDescription

public void setDescription(String description)

getProject

public IProject getProject()

Copyright 2001-2006 IBM Corporation and others.
All Rights Reserved.