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 java.lang.Object
- implements ModelImporterDescriptor
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
id
protected java.lang.String id
name
protected java.lang.String name
extensions
protected java.util.List extensions
types
protected int types
icon
protected Image icon
description
protected java.lang.String description
configurationElement
protected IConfigurationElement configurationElement
ModelImporterUtil.ModelImporterDescriptorImpl
public ModelImporterUtil.ModelImporterDescriptorImpl()
getId
public java.lang.String getId()
- Specified by:
getId
in interface ModelImporterDescriptor
setId
public void setId(java.lang.String id)
getIcon
public Image getIcon()
- Specified by:
getIcon
in interface ModelImporterDescriptor
setIcon
public void setIcon(Image icon)
getName
public java.lang.String getName()
- Specified by:
getName
in interface ModelImporterDescriptor
setName
public void setName(java.lang.String name)
getTypes
public int getTypes()
- Specified by:
getTypes
in interface ModelImporterDescriptor
setTypes
public void setTypes(int types)
getDescription
public java.lang.String getDescription()
- Specified by:
getDescription
in interface ModelImporterDescriptor
setDescription
public void setDescription(java.lang.String description)
getExtensions
public java.util.List getExtensions()
- Specified by:
getExtensions
in interface ModelImporterDescriptor
createWizard
public IModelImporterWizard createWizard()
- Specified by:
createWizard
in interface ModelImporterDescriptor