public static enum FormProcReportController.Parameters extends Enum<FormProcReportController.Parameters>
| Enum Constant and Description | 
|---|
action  | 
graph_index  | 
graphs_per_line  | 
report_title  | 
show_graphtype  | 
show_timespan  | 
| Modifier and Type | Method and Description | 
|---|---|
static FormProcReportController.Parameters | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static FormProcReportController.Parameters[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final FormProcReportController.Parameters action
public static final FormProcReportController.Parameters report_title
public static final FormProcReportController.Parameters show_timespan
public static final FormProcReportController.Parameters show_graphtype
public static final FormProcReportController.Parameters graph_index
public static final FormProcReportController.Parameters graphs_per_line
public static FormProcReportController.Parameters[] values()
for (FormProcReportController.Parameters c : FormProcReportController.Parameters.values()) System.out.println(c);
public static FormProcReportController.Parameters 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 © 2020. All rights reserved.