public static enum PSModelEnums.ReportType extends java.lang.Enum<PSModelEnums.ReportType>
POI模板引擎
AntVG6
LuckySheet
AvueData
AvueData(Cloud)
Grafana
DataEase
JasperReport
HTML
Markdown
系统智能报表立方体
系统智能报表立方体(实体相关)
系统智能报表立方体(全部)
系统智能报表
系统智能报表(实体相关)
系统智能报表(立方体相关)
系统智能报表(全部)
用户自定义
用户自定义2
用户自定义3
用户自定义4
| 限定符和类型 | 方法和说明 |
|---|---|
static PSModelEnums.ReportType |
from(java.lang.String value) |
static PSModelEnums.ReportType |
valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static PSModelEnums.ReportType[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final PSModelEnums.ReportType POI_TL
public static final PSModelEnums.ReportType ANTVG6
public static final PSModelEnums.ReportType LUCKYSHEET
public static final PSModelEnums.ReportType AVUEDATA
public static final PSModelEnums.ReportType AVUEDATA_CLOUD
public static final PSModelEnums.ReportType GRAFANA
public static final PSModelEnums.ReportType DATAEASE
public static final PSModelEnums.ReportType JR
public static final PSModelEnums.ReportType HTML
public static final PSModelEnums.ReportType MARKDOWN
public static final PSModelEnums.ReportType SYSBICUBE
public static final PSModelEnums.ReportType DESYSBICUBES
public static final PSModelEnums.ReportType ALLSYSBICUBES
public static final PSModelEnums.ReportType SYSBIREPORT
public static final PSModelEnums.ReportType DESYSBIREPORTS
public static final PSModelEnums.ReportType SYSBICUBEREPORTS
public static final PSModelEnums.ReportType ALLSYSBIREPORTS
public static final PSModelEnums.ReportType USER
public static final PSModelEnums.ReportType USER2
public static final PSModelEnums.ReportType USER3
public static final PSModelEnums.ReportType USER4
public static PSModelEnums.ReportType[] values()
for (PSModelEnums.ReportType c : PSModelEnums.ReportType.values()) System.out.println(c);
public static PSModelEnums.ReportType valueOf(java.lang.String name)
name - 要返回的枚举常量的名称。java.lang.IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量java.lang.NullPointerException - 如果参数为空值public static PSModelEnums.ReportType from(java.lang.String value)