HEADER

biouml.workbench.diagram
Class DiagramImporterRegistry.ImporterInfo


public static class DiagramImporterRegistry.ImporterInfo

Utility class that stores information about DiagramImporter.


Constructor Summary
DiagramImporterRegistry.ImporterInfo(Class importer, String format, String desription)
           

Method Summary
 StringgetDescription()
           
 StringgetFormat()
           
 ClassgetImporter()
           

Constructor Detail

DiagramImporterRegistry.ImporterInfo

public DiagramImporterRegistry.ImporterInfo(Class importer, String format, String desription)
Method Detail

getDescription

public String getDescription()

getFormat

public String getFormat()

getImporter

public Class getImporter()

Association Links

to Class java.lang.Class

to Class java.lang.String

to Class java.lang.String


FOOTER

BOTTOM