biouml.workbench.diagram
Class DiagramExporterRegistry.ExporterInfo
java.lang.Object
biouml.workbench.diagram.DiagramExporterRegistry.ExporterInfo
- Enclosing class:
- DiagramExporterRegistry
- public static class DiagramExporterRegistry.ExporterInfo
- extends java.lang.Object
Utility class that stores information about DiagramExporter.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
exporter
protected DiagramExporter exporter
diagramType
protected java.lang.String diagramType
format
protected java.lang.String format
suffix
protected java.lang.String suffix
description
protected java.lang.String description
DiagramExporterRegistry.ExporterInfo
public DiagramExporterRegistry.ExporterInfo(java.lang.String diagramType,
DiagramExporter exporter,
java.lang.String format,
java.lang.String suffix,
java.lang.String desription)
getExporter
public DiagramExporter getExporter()
getDiagramType
public java.lang.String getDiagramType()
getFormat
public java.lang.String getFormat()
getSuffix
public java.lang.String getSuffix()
getDescription
public java.lang.String getDescription()
Copyright © 2001-2003 Biosof.Ru. All Rights Reserved.