public static enum FilteredWorklist.FilterMode extends Enum<FilteredWorklist.FilterMode>
Modifier and Type | Method and Description |
---|---|
static FilteredWorklist.FilterMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FilteredWorklist.FilterMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FilteredWorklist.FilterMode ROLE
public static final FilteredWorklist.FilterMode TASK
public static final FilteredWorklist.FilterMode PROCESS
public static FilteredWorklist.FilterMode[] values()
for (FilteredWorklist.FilterMode c : FilteredWorklist.FilterMode.values()) System.out.println(c);
public static FilteredWorklist.FilterMode 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 null@enterprise 10.0.39257 Copyright © FREQUENTIS AG. All Rights Reserved.