public static enum ReportRecord.ReportSubType extends Enum<ReportRecord.ReportSubType>
Enum Constant and Description |
---|
CREATE_REPORT |
CREATE_TEMPLATE |
GENEARATE_REPORT_OUTPUT |
OPEN_REPORT |
OPEN_TEMPLATE |
OPEN_WORKFLOW_REPORT |
SAVE_WORKFLOW_REPORT |
Modifier and Type | Method and Description |
---|---|
String |
toString() |
static ReportRecord.ReportSubType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReportRecord.ReportSubType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReportRecord.ReportSubType CREATE_REPORT
public static final ReportRecord.ReportSubType GENEARATE_REPORT_OUTPUT
public static final ReportRecord.ReportSubType OPEN_REPORT
public static final ReportRecord.ReportSubType OPEN_WORKFLOW_REPORT
public static final ReportRecord.ReportSubType SAVE_WORKFLOW_REPORT
public static final ReportRecord.ReportSubType CREATE_TEMPLATE
public static final ReportRecord.ReportSubType OPEN_TEMPLATE
public static ReportRecord.ReportSubType[] values()
for (ReportRecord.ReportSubType c : ReportRecord.ReportSubType.values()) System.out.println(c);
public static ReportRecord.ReportSubType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullpublic String toString()
toString
in class Enum<ReportRecord.ReportSubType>
Copyright © 2014. All Rights Reserved.