public enum ReportConstants extends Enum<ReportConstants>
| Modifier and Type | Method and Description |
|---|---|
static ReportConstants |
fromFieldId(int fieldId) |
int |
toInt() |
static ReportConstants |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReportConstants[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReportConstants FIELD_INFO_FORM_NAME
public static final ReportConstants FIELD_INFO_FIELD_ID
public static final ReportConstants FIELD_INFO_FIELD_DATA_TYPE
public static final ReportConstants FIELD_INFO_FIELD_NAME
public static final ReportConstants FIELD_INFO_FIELD_LABEL
public static final ReportConstants FIELD_INFO_LOCALE
public static final ReportConstants FIELD_INFO_META_DATA
public static final ReportConstants FIELD_INFO_VUI_ID
public static final ReportConstants FIELD_INFO_RESULTS_LIST
public static final ReportConstants FIELD_INFO_SORT_LIST
public static final ReportConstants DESIGNER_REPORT_NAME_ID
public static final ReportConstants DESIGNER_FORM_NAME_ID
public static final ReportConstants DESIGNER_REPORT_FIELDS_ID
public static final ReportConstants DESIGNER_REPORT_MAIN_QUERY_ID
public static final ReportConstants DESIGNER_REPORT_SECONDARY_QUERY_ID
public static final ReportConstants DESIGNER_SORTINFO_ID
public static final ReportConstants DESIGNER_FORM_METADATA_ID
public static final ReportConstants DESIGNER_FORM_FIELDS_COL1_ID
public static final ReportConstants DESIGNER_FORM_FIELDS_COL2_ID
public static final ReportConstants DESIGNER_FORM_FIELDS_COL3_ID
public static final ReportConstants DESIGNER_FORM_FIELDS_COL4_ID
public static final ReportConstants DESIGNER_FORM_FIELDS_COL5_ID
public static final ReportConstants DESIGNER_FORM_FIELDS_COL6_ID
public static final ReportConstants DESIGNER_FORM_FIELDS_COL7_ID
public static final ReportConstants DESIGNER_FORM_FIELDS_COL8_ID
public static final ReportConstants DESIGNER_REPORT_TEMPLATE_ID
public static final ReportConstants DESIGNER_CHART_SERIES_ID
public static final ReportConstants DESIGNER_CHART_CATEGORY_ID
public static final ReportConstants DESIGNER_REPORT_CHART_ID
public static final ReportConstants DESIGNER_REPORT_TITLE_ID
public static final ReportConstants DESIGNER_CHART_SERIES_LABEL_ID
public static final ReportConstants DESIGNER_CHART_CATEGORY_LABEL_ID
public static final ReportConstants DESIGNER_REPORT_FORMAT_ID
public static final ReportConstants DESIGNER_REPORT_FORM_VUI_ID
public static final ReportConstants DESIGNER_REPORT_LOCALE_ID
public static final ReportConstants DESIGNER_REPORT_DESC_ID
public static final ReportConstants DESIGNER_REPORT_PRIVACY_ID
public static final ReportConstants DESIGNER_CHART_AGGREGATE_BY
public static final ReportConstants DESIGNER_VISIBLE_IN_CONSOLE
public static final ReportConstants JOBPROCESSOR_JOB_PARAMETERS
public static final ReportConstants JOBPROCESSOR_JOBITEM_NAME
public static final ReportConstants JOBPROCESSOR_JOBITEM_PARAMETERS
public static final ReportConstants JOBPROCESSOR_REPORT_REPORT_NAME
public static final ReportConstants JOBPROCESSOR_REPORT_RUN_AS
public static final ReportConstants JOBPROCESSOR_REPORT_TIMEZONE
public static final ReportConstants JOBPROCESSOR_REPORT_PUBLISH_OPTIONS
public static final ReportConstants JOBPROCESSOR_REPORT_PARAMS
public static final ReportConstants JOBPROCESSOR_EXPORT_OPTIONS
public static final ReportConstants JOBPROCESSOR_EMAIL_LIST
public static final ReportConstants JOBPROCESSOR_STATUS_EMAIL_LIST
public static final ReportConstants JOBPROCESSOR_WEB_URL
public static final ReportConstants JOBPROCESSOR_EXTERNAL_QUAL
public static final ReportConstants JOBPROCESSOR_OVERRIDE_QUERY
public static final ReportConstants PUBLISH_REPORT_PANEL_ID
public static final ReportConstants INSTANCE_ID
public static final ReportConstants LOCALE
public static final ReportConstants REPORT_NAME
public static final ReportConstants FORM_NAME
public static final ReportConstants REPORT_TYPE
public static final ReportConstants REPORT_DEFINITION
public static final ReportConstants REPORT_DEFINITION_FIELD
public static final ReportConstants REPORT_ATTACHMENT_POOL
public static final ReportConstants REPORT_PARAMETERS
public static final ReportConstants SERVICE_TYPE
public static ReportConstants[] values()
for (ReportConstants c : ReportConstants.values()) System.out.println(c);
public static ReportConstants 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 int toInt()
public static ReportConstants fromFieldId(int fieldId)
? Copyright 2013 BMC Software, Inc.