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