biouml.workbench.diagram
Class DiagramExporterRegistry.ExporterInfo
- public static class DiagramExporterRegistry.ExporterInfo
Utility class that stores information about DiagramExporter.
DiagramExporterRegistry.ExporterInfo
public DiagramExporterRegistry.ExporterInfo(String diagramType, DiagramExporter exporter, String format, String suffix, String desription)
getDescription
public String getDescription()
getDiagramType
public String getDiagramType()
getExporter
public DiagramExporter getExporter()
getFormat
public String getFormat()
getSuffix
public String getSuffix()
to Class biouml.model.DiagramExporter
to Class java.lang.String
to Class java.lang.String
to Class java.lang.String
to Class java.lang.String
BOTTOM