Faceted Project Framework
Version 1.3

org.eclipse.wst.common.project.facet.core
Class IFacetedProject.Action.Type

java.lang.Object
  extended by org.eclipse.wst.common.project.facet.core.IFacetedProject.Action.Type
Enclosing class:
IFacetedProject.Action

public static final class IFacetedProject.Action.Type
extends Object

The action type enumeration.


Field Summary
static IFacetedProject.Action.Type INSTALL
           
static IFacetedProject.Action.Type UNINSTALL
           
static IFacetedProject.Action.Type VERSION_CHANGE
           
 
Method Summary
 String name()
           
 String toString()
           
static IFacetedProject.Action.Type valueOf(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

INSTALL

public static final IFacetedProject.Action.Type INSTALL

UNINSTALL

public static final IFacetedProject.Action.Type UNINSTALL

VERSION_CHANGE

public static final IFacetedProject.Action.Type VERSION_CHANGE
Method Detail

valueOf

public static IFacetedProject.Action.Type valueOf(String name)

name

public String name()

toString

public String toString()
Overrides:
toString in class Object

Faceted Project Framework
Version 1.3

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