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