| org.emforge.report.ReportView
ReportView | public enum ReportView (Code) | | Contains all supported report view types and knows how to export it
author: szakusov, 11.03.2008: Implemented to keep all report view types in one place |
Field Summary | |
Enum Constant | CSV | Enum Constant | HTML | Enum Constant | ODT | Enum Constant | PDF | Enum Constant | XLS |
equals | public boolean equals(int i_formatType)(Code) | | Parameters: i_formatType - |
getFormatName | public String getFormatName()(Code) | | Format name |
getFormatType | public int getFormatType()(Code) | | Format type |
getView | public static ReportView getView(int i_formatType)(Code) | | Parameters: i_formatType - |
|
|