Faceted Project Framework
Version 1.3

org.eclipse.wst.common.project.facet.core.runtime.events
Enum IRuntimeLifecycleEvent.Type

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

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


Enum Constant Summary
VALIDATION_STATUS_CHANGED
           
 
Method Summary
static IRuntimeLifecycleEvent.Type valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IRuntimeLifecycleEvent.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

VALIDATION_STATUS_CHANGED

public static final IRuntimeLifecycleEvent.Type VALIDATION_STATUS_CHANGED
Method Detail

values

public static final IRuntimeLifecycleEvent.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(IRuntimeLifecycleEvent.Type c : IRuntimeLifecycleEvent.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 IRuntimeLifecycleEvent.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.