protected static enum AbstractRegistryEventListener.Action extends Enum<AbstractRegistryEventListener.Action>
IConfigurationElement
is to be added or removed from the
IExtensionRegistry
.Enum Constant and Description |
---|
ADD
The
IConfigurationElement is to be added. |
REMOVE
The
IConfigurationElement is to be removed. |
Modifier and Type | Method and Description |
---|---|
static AbstractRegistryEventListener.Action |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractRegistryEventListener.Action[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractRegistryEventListener.Action ADD
IConfigurationElement
is to be added.public static final AbstractRegistryEventListener.Action REMOVE
IConfigurationElement
is to be removed.public static AbstractRegistryEventListener.Action[] values()
for (AbstractRegistryEventListener.Action c : AbstractRegistryEventListener.Action.values()) System.out.println(c);
public static AbstractRegistryEventListener.Action 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 null
Copyright (c) 2006, 2014 Obeo and others. All rights reserved.