public static enum PentahoReportingOutputMeta.ProcessorType extends Enum<PentahoReportingOutputMeta.ProcessorType>
| 枚举常量和说明 |
|---|
CSV |
Excel |
Excel_2007 |
PagedHTML |
PDF |
RTF |
StreamingHTML |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCode() |
String |
getDescription() |
static String[] |
getDescriptions() |
static PentahoReportingOutputMeta.ProcessorType |
getProcessorTypeByCode(String code) |
static PentahoReportingOutputMeta.ProcessorType |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static PentahoReportingOutputMeta.ProcessorType[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final PentahoReportingOutputMeta.ProcessorType PDF
public static final PentahoReportingOutputMeta.ProcessorType PagedHTML
public static final PentahoReportingOutputMeta.ProcessorType StreamingHTML
public static final PentahoReportingOutputMeta.ProcessorType CSV
public static final PentahoReportingOutputMeta.ProcessorType Excel
public static final PentahoReportingOutputMeta.ProcessorType Excel_2007
public static final PentahoReportingOutputMeta.ProcessorType RTF
public static PentahoReportingOutputMeta.ProcessorType[] values()
for (PentahoReportingOutputMeta.ProcessorType c : PentahoReportingOutputMeta.ProcessorType.values()) System.out.println(c);
public static PentahoReportingOutputMeta.ProcessorType valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值public String getCode()
public String getDescription()
public static String[] getDescriptions()
public static PentahoReportingOutputMeta.ProcessorType getProcessorTypeByCode(String code)
Copyright © 2024 Hitachi Vantara. All rights reserved.