com.groiss.reporting.export
Interface ReportingExportable
- All Superinterfaces:
- java.lang.Comparable
- All Known Subinterfaces:
- NumericValue, ReportingData
- All Known Implementing Classes:
- SimpleReportingExportable
public interface ReportingExportable
- extends java.lang.Comparable
Interface for ReportingData Objects and AggrValue
provides methods for exporting the data objects
- Author:
- gerald
|
Method Summary |
java.lang.Object |
getValue()
|
java.lang.String |
toString()
|
java.lang.String |
toText()
used for CSV/EXCEL/XML export... |
| Methods inherited from interface java.lang.Comparable |
compareTo |
toText
java.lang.String toText()
- used for CSV/EXCEL/XML export...
- Returns:
- the String represantation of this Object
toString
java.lang.String toString()
- Overrides:
toString in class java.lang.Object
- Returns:
- the HTML represantation of this Object..
getValue
java.lang.Object getValue()
- Returns:
- the value of this object
Copyright © 2001-2006 Groiss Informatics GmbH. All Rights Reserved.