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 TypeMethodDescriptionintbooleanequals(de.willuhn.datasource.GenericObject arg0) getAttribute(String arg0) String[]Liefert den zugehoerigen Exporter.getID()
-
Method Details
-
getAttribute
- Specified by:
getAttributein interfacede.willuhn.datasource.GenericObject- Throws:
RemoteException
-
getAttributeNames
- Specified by:
getAttributeNamesin interfacede.willuhn.datasource.GenericObject- Throws:
RemoteException
-
getID
- Specified by:
getIDin interfacede.willuhn.datasource.GenericObject- Throws:
RemoteException
-
getPrimaryAttribute
- Specified by:
getPrimaryAttributein interfacede.willuhn.datasource.GenericObject- Throws:
RemoteException
-
equals
- Specified by:
equalsin interfacede.willuhn.datasource.GenericObject- Throws:
RemoteException
-
getExporter
Liefert den zugehoerigen Exporter.- Returns:
- der zugehoerige Exporter.
-
compareTo
- Specified by:
compareToin interfaceComparable<ExportDialog.ExportFormat>
-