public enum EProcessListView extends Enum<EProcessListView>
| Enum Constant and Description | 
|---|
APPOINTMENT_SCHEDULE
Appointment schedule view. 
 | 
PROCESS_GRID
Form specific inbox view 
 | 
STANDARD
Default inbox view 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getStyleClass()  | 
static EProcessListView | 
valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static EProcessListView[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final EProcessListView STANDARD
public static final EProcessListView PROCESS_GRID
public static final EProcessListView APPOINTMENT_SCHEDULE
public static EProcessListView[] values()
for (EProcessListView c : EProcessListView.values()) System.out.println(c);
public static EProcessListView 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 String getStyleClass()
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.