Faceted Project Framework
Version 1.3

org.eclipse.wst.common.project.facet.core.events
Enum IFacetedProjectFrameworkEvent.Type

java.lang.Object
  extended by java.lang.Enum<IFacetedProjectFrameworkEvent.Type>
      extended by org.eclipse.wst.common.project.facet.core.events.IFacetedProjectFrameworkEvent.Type
All Implemented Interfaces:
Serializable, Comparable<IFacetedProjectFrameworkEvent.Type>
Enclosing interface:
IFacetedProjectFrameworkEvent

public static enum IFacetedProjectFrameworkEvent.Type
extends Enum<IFacetedProjectFrameworkEvent.Type>


Enum Constant Summary
PRESET_ADDED
           
PRESET_REMOVED
           
 
Method Summary
static IFacetedProjectFrameworkEvent.Type valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IFacetedProjectFrameworkEvent.Type[] values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

PRESET_ADDED

public static final IFacetedProjectFrameworkEvent.Type PRESET_ADDED

PRESET_REMOVED

public static final IFacetedProjectFrameworkEvent.Type PRESET_REMOVED
Method Detail

values

public static final IFacetedProjectFrameworkEvent.Type[] values()
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants as follows:
for(IFacetedProjectFrameworkEvent.Type c : IFacetedProjectFrameworkEvent.Type.values())
        System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they're declared

valueOf

public static IFacetedProjectFrameworkEvent.Type valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name

Faceted Project Framework
Version 1.3

Copyright (c) 2008 BEA Systems, Inc. and others. All rights reserved.