public enum AvailableReportProperties extends java.lang.Enum<AvailableReportProperties>
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getValue() |
boolean |
isDynamicListSpecificProperty() |
static AvailableReportProperties |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AvailableReportProperties[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AvailableReportProperties PROPERTY_OUTPUT_FORMAT_AUTH
public static final AvailableReportProperties PROPERTY_OUTPUT_FORMAT_DEFAULT
public static final AvailableReportProperties PROPERTY_JXLS_STREAM
public static final AvailableReportProperties PROPERTY_JXLS_STREAM_ROW_ACCESS_WINDOW_SIZE
public static final AvailableReportProperties PROPERTY_JXLS_STREAM_COMPRESS_TMP_FILES
public static final AvailableReportProperties PROPERTY_JXLS_STREAM_USE_SHARED_STRINGS_TABLE
public static final AvailableReportProperties PROPERTY_OUTPUT_PARAMETERS
public static final AvailableReportProperties PROPERTY_OUTPUT_FILTERS
public static final AvailableReportProperties PROPERTY_OUTPUT_INCLUDE_PARAMETERS
public static final AvailableReportProperties PROPERTY_OUTPUT_COMPLETE_CONFIGURATION
public static final AvailableReportProperties PROPERTY_DL_FILTER_SHOW_CONSISTENCY
public static final AvailableReportProperties PROPERTY_DL_FILTER_DEFAULT_CONSISTENCY
public static final AvailableReportProperties PROPERTY_DL_FILTER_COUNT_DEFAULT
public static final AvailableReportProperties PROPERTY_DL_PREVIEW_COUNT_DEFAULT
public static AvailableReportProperties[] values()
for (AvailableReportProperties c : AvailableReportProperties.values()) System.out.println(c);
public static AvailableReportProperties valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getValue()
public boolean isDynamicListSpecificProperty()