org.eclipse.emf.importer.ui.contribution
Class ModelImporterUtil.ModelImporterDescriptorImpl
java.lang.Object
org.eclipse.emf.importer.ui.contribution.ModelImporterUtil.ModelImporterDescriptorImpl
- All Implemented Interfaces:
- ModelImporterDescriptor
- Enclosing class:
- ModelImporterUtil
- public static class ModelImporterUtil.ModelImporterDescriptorImpl
- extends Object
- implements ModelImporterDescriptor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
ModelImporterUtil.ModelImporterDescriptorImpl
public ModelImporterUtil.ModelImporterDescriptorImpl()
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