Class ExportDialog.ExportFormat
java.lang.Object
de.willuhn.jameica.hbci.gui.dialogs.ExportDialog.ExportFormat
- All Implemented Interfaces:
de.willuhn.datasource.GenericObject
,Comparable<ExportDialog.ExportFormat>
,Remote
- Enclosing class:
ExportDialog
public static class ExportDialog.ExportFormat
extends Object
implements de.willuhn.datasource.GenericObject, Comparable<ExportDialog.ExportFormat>
Hilfsklasse zur Anzeige der Exporter.
-
Method Summary
Modifier and TypeMethodDescriptionint
boolean
equals
(de.willuhn.datasource.GenericObject arg0) getAttribute
(String arg0) String[]
Liefert den zugehoerigen Exporter.getID()
-
Method Details
-
getAttribute
- Specified by:
getAttribute
in interfacede.willuhn.datasource.GenericObject
- Throws:
RemoteException
-
getAttributeNames
- Specified by:
getAttributeNames
in interfacede.willuhn.datasource.GenericObject
- Throws:
RemoteException
-
getID
- Specified by:
getID
in interfacede.willuhn.datasource.GenericObject
- Throws:
RemoteException
-
getPrimaryAttribute
- Specified by:
getPrimaryAttribute
in interfacede.willuhn.datasource.GenericObject
- Throws:
RemoteException
-
equals
- Specified by:
equals
in interfacede.willuhn.datasource.GenericObject
- Throws:
RemoteException
-
getExporter
Liefert den zugehoerigen Exporter.- Returns:
- der zugehoerige Exporter.
-
compareTo
- Specified by:
compareTo
in interfaceComparable<ExportDialog.ExportFormat>
-