protected static enum AbstractRegistryEventListener.Action extends Enum<AbstractRegistryEventListener.Action>
IConfigurationElement is to be added or removed from the
 IExtensionRegistry.| Enum Constant and Description | 
|---|
| ADDThe  IConfigurationElementis to be added. | 
| REMOVEThe  IConfigurationElementis 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, 2015 Obeo and others. All rights reserved.