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 java.lang.Object
implements ModelImporterDescriptor


Field Summary
protected  IConfigurationElement configurationElement
           
protected  java.lang.String description
           
protected  java.util.List extensions
           
protected  Image icon
           
protected  java.lang.String id
           
protected  java.lang.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()
           
 java.lang.String getDescription()
           
 java.util.List getExtensions()
           
 Image getIcon()
           
 java.lang.String getId()
           
 java.lang.String getName()
           
 int getTypes()
           
 void setDescription(java.lang.String description)
           
 void setIcon(Image icon)
           
 void setId(java.lang.String id)
           
 void setName(java.lang.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 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
Constructor Detail

ModelImporterUtil.ModelImporterDescriptorImpl

public ModelImporterUtil.ModelImporterDescriptorImpl()
Method Detail

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

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