public static enum FlowGroupUtils.Role extends Enum<FlowGroupUtils.Role>
| Enum Constant and Description |
|---|
Administrators |
DefaultRead |
none |
Submitters |
WorkflowStep1 |
WorkflowStep2 |
WorkflowStep3 |
| Modifier and Type | Method and Description |
|---|---|
static FlowGroupUtils.Role |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FlowGroupUtils.Role[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FlowGroupUtils.Role Administrators
public static final FlowGroupUtils.Role Submitters
public static final FlowGroupUtils.Role WorkflowStep1
public static final FlowGroupUtils.Role WorkflowStep2
public static final FlowGroupUtils.Role WorkflowStep3
public static final FlowGroupUtils.Role DefaultRead
public static final FlowGroupUtils.Role none
public static FlowGroupUtils.Role[] values()
for (FlowGroupUtils.Role c : FlowGroupUtils.Role.values()) System.out.println(c);
public static FlowGroupUtils.Role 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 © 2015 DuraSpace. All Rights Reserved.