public static enum ReportParameters.ReportFormat extends Enum<ReportParameters.ReportFormat>
| Modifier and Type | Method and Description |
|---|---|
static ReportParameters.ReportFormat |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReportParameters.ReportFormat[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReportParameters.ReportFormat BAD_FORMAT
public static final ReportParameters.ReportFormat TRENDING
public static final ReportParameters.ReportFormat POINT_IN_TIME
public static final ReportParameters.ReportFormat VULNERABILITY_PROGRESS_BY_TYPE
public static final ReportParameters.ReportFormat CHANNEL_COMPARISON_BY_VULN_TYPE
public static final ReportParameters.ReportFormat CHANNEL_COMPARISON_SUMMARY
public static final ReportParameters.ReportFormat CHANNEL_COMPARISON_DETAIL
public static final ReportParameters.ReportFormat MONTHLY_PROGRESS_REPORT
public static final ReportParameters.ReportFormat SIX_MONTH_SUMMARY
public static final ReportParameters.ReportFormat TWELVE_MONTH_SUMMARY
public static final ReportParameters.ReportFormat PORTFOLIO_REPORT
public static final ReportParameters.ReportFormat TOP_TEN_APPS
public static final ReportParameters.ReportFormat TOP_TWENTY_APPS
public static final ReportParameters.ReportFormat TOP_TEN_VULNS
public static final ReportParameters.ReportFormat POINT_IN_TIME_GRAPH
public static final ReportParameters.ReportFormat VULNERABILITY_LIST
public static ReportParameters.ReportFormat[] values()
for (ReportParameters.ReportFormat c : ReportParameters.ReportFormat.values()) System.out.println(c);
public static ReportParameters.ReportFormat 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 nullCopyright © 2018 Denim Group, Ltd.; Secure Decisions, A Division of Applied Visions, Inc.. All rights reserved.