biouml.workbench.diagram
Class DiagramImporterRegistry.ImporterInfo
- public static class DiagramImporterRegistry.ImporterInfo
Utility class that stores information about DiagramImporter.
DiagramImporterRegistry.ImporterInfo
public DiagramImporterRegistry.ImporterInfo(Class importer, String format, String desription)
getDescription
public String getDescription()
getFormat
public String getFormat()
getImporter
public Class getImporter()
to Class java.lang.Class
to Class java.lang.String
to Class java.lang.String
BOTTOM