public enum EProcessView extends Enum<EProcessView>
| Enum Constant and Description | 
|---|
PROCESS_ATTACHMENT_VIEW  | 
PROCESS_DATATABLE_VIEW  | 
PROCESS_FORM_SUBMITTED  | 
PROCESS_HISTORY_VIEW  | 
PROCESS_PAGE_VIEW  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equalsName(String name)  | 
static EProcessView | 
fromString(String strMenuAction)  | 
String | 
toString()  | 
static EProcessView | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static EProcessView[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final EProcessView PROCESS_PAGE_VIEW
public static final EProcessView PROCESS_FORM_SUBMITTED
public static final EProcessView PROCESS_ATTACHMENT_VIEW
public static final EProcessView PROCESS_HISTORY_VIEW
public static final EProcessView PROCESS_DATATABLE_VIEW
public static EProcessView[] values()
for (EProcessView c : EProcessView.values()) System.out.println(c);
public static EProcessView 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 nullpublic static EProcessView fromString(String strMenuAction)
public boolean equalsName(String name)
public String toString()
toString in class Enum<EProcessView>Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.