public static enum WorkflowTransitionResource.WorkflowMode extends Enum<WorkflowTransitionResource.WorkflowMode>
Modifier and Type | Method and Description |
---|---|
static WorkflowTransitionResource.WorkflowMode |
getMode(String name) |
static WorkflowTransitionResource.WorkflowMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkflowTransitionResource.WorkflowMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WorkflowTransitionResource.WorkflowMode DRAFT
public static final WorkflowTransitionResource.WorkflowMode LIVE
public static WorkflowTransitionResource.WorkflowMode[] values()
for (WorkflowTransitionResource.WorkflowMode c : WorkflowTransitionResource.WorkflowMode.values()) System.out.println(c);
public static WorkflowTransitionResource.WorkflowMode 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 WorkflowTransitionResource.WorkflowMode getMode(String name)
Copyright © 2002-2022 Atlassian. All Rights Reserved.
View cookie preferences