public static enum Group.GroupFlags extends Enum<Group.GroupFlags>
| Enum Constant and Description |
|---|
DIRECT_WORKFLOW_ACCESS |
SYNCHRONIZED |
WORKFLOW_ACTIVATED |
| Modifier and Type | Method and Description |
|---|---|
static Group.GroupFlags |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Group.GroupFlags[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Group.GroupFlags SYNCHRONIZED
public static final Group.GroupFlags WORKFLOW_ACTIVATED
public static final Group.GroupFlags DIRECT_WORKFLOW_ACCESS
public static Group.GroupFlags[] values()
for (Group.GroupFlags c : Group.GroupFlags.values()) System.out.println(c);
public static Group.GroupFlags 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 © 2016 SAPERION AG. All rights reserved.