org.eclipse.emf.importer.ui.contribution
Class ModelImporterUtil.ModelImporterDescriptorImpl

java.lang.Object
  extended byorg.eclipse.emf.importer.ui.contribution.ModelImporterUtil.ModelImporterDescriptorImpl
All Implemented Interfaces:
ModelImporterDescriptor
Enclosing class:
ModelImporterUtil

public static class ModelImporterUtil.ModelImporterDescriptorImpl
extends Object
implements ModelImporterDescriptor


Field Summary
protected  IConfigurationElement configurationElement
           
protected  String description
           
protected  List extensions
           
protected  Image icon
           
protected  String id
           
protected  String name
           
protected  int types
           
 
Fields inherited from interface org.eclipse.emf.importer.ui.contribution.ModelImporterDescriptor
TYPE_DEFAULT, TYPE_FILE, TYPE_PROJECT
 
Constructor Summary
ModelImporterUtil.ModelImporterDescriptorImpl()
           
 
Method Summary
 IModelImporterWizard createWizard()
           
 String getDescription()
           
 List getExtensions()
           
 Image getIcon()
           
 String getId()
           
 String getName()
           
 int getTypes()
           
 void setDescription(String description)
           
 void setIcon(Image icon)
           
 void setId(String id)
           
 void setName(String name)
           
 void setTypes(int types)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

protected String id

name

protected String name

extensions

protected List extensions

types

protected int types

icon

protected Image icon

description

protected String description

configurationElement

protected IConfigurationElement configurationElement
Constructor Detail

ModelImporterUtil.ModelImporterDescriptorImpl

public ModelImporterUtil.ModelImporterDescriptorImpl()
Method Detail

getId

public String getId()
Specified by:
getId in interface ModelImporterDescriptor

setId

public void setId(String id)

getIcon

public Image getIcon()
Specified by:
getIcon in interface ModelImporterDescriptor

setIcon

public void setIcon(Image icon)

getName

public String getName()
Specified by:
getName in interface ModelImporterDescriptor

setName

public void setName(String name)

getTypes

public int getTypes()
Specified by:
getTypes in interface ModelImporterDescriptor

setTypes

public void setTypes(int types)

getDescription

public String getDescription()
Specified by:
getDescription in interface ModelImporterDescriptor

setDescription

public void setDescription(String description)

getExtensions

public List getExtensions()
Specified by:
getExtensions in interface ModelImporterDescriptor

createWizard

public IModelImporterWizard createWizard()
Specified by:
createWizard in interface ModelImporterDescriptor

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