Class ExportDialog.ExportFormat

  • All Implemented Interfaces:
    de.willuhn.datasource.GenericObject, java.lang.Comparable<ExportDialog.ExportFormat>, java.rmi.Remote
    Enclosing class:
    ExportDialog

    public static class ExportDialog.ExportFormat
    extends java.lang.Object
    implements de.willuhn.datasource.GenericObject, java.lang.Comparable<ExportDialog.ExportFormat>
    Hilfsklasse zur Anzeige der Exporter.
    • Method Detail

      • getAttribute

        public java.lang.Object getAttribute​(java.lang.String arg0)
                                      throws java.rmi.RemoteException
        Specified by:
        getAttribute in interface de.willuhn.datasource.GenericObject
        Throws:
        java.rmi.RemoteException
      • getAttributeNames

        public java.lang.String[] getAttributeNames()
                                             throws java.rmi.RemoteException
        Specified by:
        getAttributeNames in interface de.willuhn.datasource.GenericObject
        Throws:
        java.rmi.RemoteException
      • getID

        public java.lang.String getID()
                               throws java.rmi.RemoteException
        Specified by:
        getID in interface de.willuhn.datasource.GenericObject
        Throws:
        java.rmi.RemoteException
      • getPrimaryAttribute

        public java.lang.String getPrimaryAttribute()
                                             throws java.rmi.RemoteException
        Specified by:
        getPrimaryAttribute in interface de.willuhn.datasource.GenericObject
        Throws:
        java.rmi.RemoteException
      • equals

        public boolean equals​(de.willuhn.datasource.GenericObject arg0)
                       throws java.rmi.RemoteException
        Specified by:
        equals in interface de.willuhn.datasource.GenericObject
        Throws:
        java.rmi.RemoteException
      • getExporter

        public Exporter getExporter()
        Liefert den zugehoerigen Exporter.
        Returns:
        der zugehoerige Exporter.