org.eclipse.emf.converter.ui.contribution
Interface ModelConverterDescriptor

All Known Subinterfaces:
ModelExporterDescriptor, ModelImporterDescriptor
All Known Implementing Classes:
ModelConverterManager.ModelConverterDescriptorImpl, ModelExporterManager.ModelExporterDescriptorImpl, ModelImporterManager.ModelImporterDescriptorImpl

public interface ModelConverterDescriptor

Basic interface to describe the objects responsible to import and export the Genmodel and Ecore models. Usually these models are contributed throught extension points.

It is highly recommended not to implement this interface. Implementations are provided in the importer and exporter plugins.

Since:
2.2.0

Method Summary
 String getDescription()
           
 Image getIcon()
           
 String getID()
           
 String getName()
           
 

Method Detail

getID

public String getID()

getName

public String getName()

getIcon

public Image getIcon()

getDescription

public String getDescription()

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