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