Uses of Class
de.bsvrz.ars.export.Dataspecification

Packages that use Dataspecification
de.bsvrz.ars.export Enthält die Klassen für den Datenexport. 
de.bsvrz.ars.export.gui Enthält die Klasen für die graphische Oberfläche des Datenexports. 
 

Uses of Dataspecification in de.bsvrz.ars.export
 

Methods in de.bsvrz.ars.export with parameters of type Dataspecification
 void DataspecificationList.add(Dataspecification dataspecification)
          Fügt der DataspecificationList ein Datenspezifikations-Objekt at
 void DataspecificationList.update(int id, Dataspecification dataspecification)
          Fügt der DataspecificationList ein Datenspezifikations-Objekt at
 

Method parameters in de.bsvrz.ars.export with type arguments of type Dataspecification
 void DataspecificationList.replaceDataspecificationWith(java.util.List<Dataspecification> Dataspecifications)
          Ersetzt die Liste der Datenspezifikationen vollständig mit der übergebenen.
 

Constructor parameters in de.bsvrz.ars.export with type arguments of type Dataspecification
DataspecificationList(java.util.List<Dataspecification> Dataspec)
          Erzeugt eine neue DataspecificationList-Instanz, die die übergebenen Datenspezifikationen enthält
 

Uses of Dataspecification in de.bsvrz.ars.export.gui
 

Methods in de.bsvrz.ars.export.gui that return Dataspecification
 Dataspecification ExportFrame.getDataspecification(int index)
          Liefert die Datenspezifikation
 

Methods in de.bsvrz.ars.export.gui with parameters of type Dataspecification
 void ExportFrame.addElement(Dataspecification dataspecification)
          Fügt der Liste von Datenspezifikationen ein Element hinzu
 void ExportFrame.editElement(int id, Dataspecification dataspecification)
          Ändert ein Element in der Datenspezifikation
 



Copyright © 2005-2008 beck et al. projects GmbH All Rights Reserved.