public static enum FormProcMainController.Actions extends Enum<FormProcMainController.Actions>
| Enum Constant and Description | 
|---|
Create  | 
CreateFrom  | 
Customize  | 
Delete  | 
View  | 
| Modifier and Type | Method and Description | 
|---|---|
static FormProcMainController.Actions | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static FormProcMainController.Actions[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final FormProcMainController.Actions View
public static final FormProcMainController.Actions Customize
public static final FormProcMainController.Actions CreateFrom
public static final FormProcMainController.Actions Delete
public static final FormProcMainController.Actions Create
public static FormProcMainController.Actions[] values()
for (FormProcMainController.Actions c : FormProcMainController.Actions.values()) System.out.println(c);
public static FormProcMainController.Actions 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.