public static enum WorkbenchEditor.LockingStrategy extends Enum<WorkbenchEditor.LockingStrategy>
Enum Constant and Description |
---|
EDITOR_PROVIDED |
FRAMEWORK_PESSIMISTIC |
Modifier and Type | Method and Description |
---|---|
static WorkbenchEditor.LockingStrategy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WorkbenchEditor.LockingStrategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WorkbenchEditor.LockingStrategy EDITOR_PROVIDED
public static final WorkbenchEditor.LockingStrategy FRAMEWORK_PESSIMISTIC
public static WorkbenchEditor.LockingStrategy[] values()
for (WorkbenchEditor.LockingStrategy c : WorkbenchEditor.LockingStrategy.values()) System.out.println(c);
public static WorkbenchEditor.LockingStrategy 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 © 2012–2020 JBoss by Red Hat. All rights reserved.