public static enum TestEditor.EnableOperation extends Enum<TestEditor.EnableOperation>
| Enum Constant and Description |
|---|
DISABLE |
ENABLE |
ENABLE_ALL |
| Modifier and Type | Method and Description |
|---|---|
abstract IStatus |
perform(CBActionElement element) |
static TestEditor.EnableOperation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TestEditor.EnableOperation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TestEditor.EnableOperation ENABLE
public static final TestEditor.EnableOperation DISABLE
public static final TestEditor.EnableOperation ENABLE_ALL
public static TestEditor.EnableOperation[] values()
for (TestEditor.EnableOperation c : TestEditor.EnableOperation.values()) System.out.println(c);
public static TestEditor.EnableOperation 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 abstract IStatus perform(CBActionElement element)
© Copyright IBM Corp. 2013. All rights reserved.