org.eclipse.emf.importer.ui.contribution
Interface ModelImporterDescriptor

All Known Implementing Classes:
ModelImporterUtil.ModelImporterDescriptorImpl

public interface ModelImporterDescriptor

It is highly recommended not to implement this interface. If you need to create instances of a ModelImporterDescriptor, use org.eclipse.emf.importer.ui.contribution.ModelImporterUtil#ModelImporterDescriptorImpl.

Since:
2.1.0

Field Summary
static int TYPE_DEFAULT
           
static int TYPE_FILE
           
static int TYPE_PROJECT
           
 
Method Summary
 IModelImporterWizard createWizard()
           
 String getDescription()
           
 List getExtensions()
           
 Image getIcon()
           
 String getId()
           
 String getName()
           
 int getTypes()
           
 

Field Detail

TYPE_PROJECT

public static final int TYPE_PROJECT
See Also:
Constant Field Values

TYPE_FILE

public static final int TYPE_FILE
See Also:
Constant Field Values

TYPE_DEFAULT

public static final int TYPE_DEFAULT
See Also:
Constant Field Values
Method Detail

getId

public String getId()

getName

public String getName()

getExtensions

public List getExtensions()

getTypes

public int getTypes()

getIcon

public Image getIcon()

getDescription

public String getDescription()

createWizard

public IModelImporterWizard createWizard()

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