public static enum WorkflowTransitions.TypeEnum extends Enum<WorkflowTransitions.TypeEnum>
| Modifier and Type | Method and Description |
|---|---|
static WorkflowTransitions.TypeEnum |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static WorkflowTransitions.TypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkflowTransitions.TypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WorkflowTransitions.TypeEnum INITIAL
public static final WorkflowTransitions.TypeEnum GLOBAL
public static final WorkflowTransitions.TypeEnum DIRECTED
public static WorkflowTransitions.TypeEnum[] values()
for (WorkflowTransitions.TypeEnum c : WorkflowTransitions.TypeEnum.values()) System.out.println(c);
public static WorkflowTransitions.TypeEnum 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 getValue()
public String toString()
toString in class Enum<WorkflowTransitions.TypeEnum>public static WorkflowTransitions.TypeEnum fromValue(String value)
Copyright © 2011–2023 Everit Kft.. All rights reserved.