HEADER

biouml.workbench.diagram
Class DiagramExporterRegistry.ExporterInfo


public static class DiagramExporterRegistry.ExporterInfo

Utility class that stores information about DiagramExporter.


Constructor Summary
DiagramExporterRegistry.ExporterInfo(String diagramType, DiagramExporter exporter, String format, String suffix, String desription)
           

Method Summary
 StringgetDescription()
           
 StringgetDiagramType()
           
 DiagramExportergetExporter()
           
 StringgetFormat()
           
 StringgetSuffix()
           

Constructor Detail

DiagramExporterRegistry.ExporterInfo

public DiagramExporterRegistry.ExporterInfo(String diagramType, DiagramExporter exporter, String format, String suffix, String desription)
Method Detail

getDescription

public String getDescription()

getDiagramType

public String getDiagramType()

getExporter

public DiagramExporter getExporter()

getFormat

public String getFormat()

getSuffix

public String getSuffix()

Association Links

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


FOOTER

BOTTOM